diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..3acffa8 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,70 @@ +name: CI + +on: + push: # git push + pull_request: # PR + workflow_dispatch: # manual + +jobs: + build: + runs-on: ubuntu-latest + env: + TRAVIS: 'true' # Skip tests requiring data + MONGO_URI: 'mongodb://localhost:27017/heman' + SENTRY_REDIS_HOST: http://localhost:6379 + #SENTRY_DSN: 'http://localhost:6379' + services: + redis: + image: redis + ports: + - 6379:6379 + #options: --entrypoint redis-server + sentry: + image: sentry + ports: + - 8099:80 + mongo: + image: mongo + ports: + - 27017:27017 + strategy: + matrix: + python-version: + - '2.7' # production + #- '3.8' + #- '3.9' + mongodb-version: + - 2 + redis-version: + - 6 + name: Python ${{ matrix.python-version }} + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + pip install -r requirements.txt # needed to use empowering and amoniak from git not from pypi + ./setup.py develop + - uses: BSFishy/pip-action@v1 + with: + packages: | + coveralls + - name: Unit tests + run: | + pytest + - name: Coveralls + uses: AndreMiras/coveralls-python-action@develop + with: + parallel: true + flag-name: Unit tests + coveralls_finish: + needs: build + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + uses: AndreMiras/coveralls-python-action@develop + with: + parallel-finished: true diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml new file mode 100644 index 0000000..4e135d3 --- /dev/null +++ b/.github/workflows/python-publish.yml @@ -0,0 +1,40 @@ +# This workflow will upload a Python Package using Twine when a release is created +# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Upload Python Package + +on: + release: + types: [published] + workflow_dispatch: + push: + tags: + - 'heman-[0-9]+.[0-9]+.[0-9]+' + +jobs: + deploy: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.x' + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install build + - name: Build package + run: python -m build + - name: Publish package + uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..e946daa --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,13 @@ +# Changelog + +## Unreleased + +- New entry point to access precomputations of home + photovoltaic production. +- Upgrade notes: + - Flask should be updated the the latest Flask<2 + - In order to work with current BeeData API server + env BEEDATA_UNAGREED_API should be set to 1 + in the uwsgi configuration. + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8642e92 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# He-Man + +Uses the Empowering Sword (a.k.a Empowering Proxy API for users). + +He-Man provides an authentified API to access several information regarding Som Energia users stored as objects in monogdb. + +- CCH curves from distribution +- Photovoltaic simulations +- Infoenergia profiles + +## Develoment Deployment + +```bash +# In different consoles run +docker run -it --rm -p 27017:27017 mongo +docker run -it --rm -p 6379:6379 redis + +# then in your main one +./setup.py develop + +# to run the test +pytest + +# to deploy locally +MONGO_URI=mongodb://localhost python run_api.py + +``` + +Updating the + +## Test data + +To obtain test data: + +curl 'https://api.beedataanalytics.com/v1/components?where="contractId"=="XXXXXXX" and "type"=="FV"' + +curl 'https://api.beedataanalytics.com/authn/login' + + +## TODO + +- Discovering tests from heman/ fails since the api is created twice +- Py3: Migrate to sentry-sdk, since raven library raven library is not Py3. + + diff --git a/README.rst b/README.rst deleted file mode 100644 index cc48900..0000000 --- a/README.rst +++ /dev/null @@ -1,4 +0,0 @@ -He-Man -====== - -Uses the Empowering Sword (a.k.a Empowering Proxy API for users) \ No newline at end of file diff --git a/heman/__init__.py b/heman/__init__.py index e572596..8ce5a7f 100644 --- a/heman/__init__.py +++ b/heman/__init__.py @@ -1,5 +1,5 @@ try: VERSION = __import__('pkg_resources') \ .get_distribution(__name__).version -except Exception, e: +except Exception as e: VERSION = 'unknown' diff --git a/heman/api/pvcalculator/__init__.py b/heman/api/pvcalculator/__init__.py new file mode 100644 index 0000000..383ad44 --- /dev/null +++ b/heman/api/pvcalculator/__init__.py @@ -0,0 +1,195 @@ +import json +import pymongo +import os +from flask import current_app +from flask_restful import request + +from heman.api import AuthorizedResource +from heman.auth import check_contract_allowed +from heman.config import mongo + + +class PVCalculatorResource(AuthorizedResource): + method_decorators = ( + AuthorizedResource.method_decorators + [check_contract_allowed] + ) + + def options(self, *args, **kwargs): + return {} + + def get_last_scenario(self, contract_name): + return mongo.db['photovoltaic_reports'].find_one( + {'contractName': contract_name}, + sort=[('id', pymongo.DESCENDING)] + ) + +def timeSerie(curve): + if type(curve) == list: + return curve + return curve['values'] + +def parseMongoAzimuth(azimuth, gabledroof): + """ + This function turns mongo representation of azimuth into a int tuple. + Currently, Mongo objects represents azimuths either as a float like 120.0 + or as a string like "120#300" when it is a gabled roof. + The first azimuth is always the one towards south or 90 if W-E orientation. + TODO: change the mongo representation to be a more uniform one. + """ + if not gabledroof: + return (int(azimuth),) + return (int(azimuth), int((azimuth+180) % 360)) + +def parseMongoAzimuthFromSettings(settings): + if os.environ.get("BEEDATA_UNAGREED_API"): + return parseMongoAzimuthFromSettings_unagreedVersion(settings) + + return parseMongoAzimuth( + settings['azimuth'], + settings['gabledroof'] + ) + +def parseMongoAzimuthFromSettings_unagreedVersion(settings): + azimuth0 = int(settings['azimuth0']) + try: + azimuth1 = int(settings['azimuth1']) + except ValueError: + return (azimuth0,) + return (azimuth0, azimuth1) + +def parseTilt(settings): + return float(settings['tilt']) + +def parsePower(settings): + return float(settings['power']) + +def queryPeakPower(peakPower): + if not peakPower: return None + return float(peakPower) + +def queryAzimuth(queryAzimuth): + """ + This turns a list of strings representing the azimuths into + a hashable tuple of ints. + """ + return tuple(int(a) for a in queryAzimuth) + +class ScenarioReport(PVCalculatorResource): + + """Given some parameter values chooses the matching scenario with least payback + """ + + def get(self, contract): + current_app.logger.debug('PVCalculator Report, contract {}'.format(contract)) + + tiltDegrees = float(request.args.get('tilt')) + azimuthDegrees = queryAzimuth(request.args.getlist('azimuth')) + peakPowerKw = queryPeakPower(request.args.get('power')) + + scenario_report = self.get_last_scenario(contract_name=contract) + + if not scenario_report: + return {} + + try: + scenarios = scenario_report['results']['pvAutoSize']['scenarios'] + totalLoad = scenario_report['results']['pvAutoSize']['load']['total'] + except KeyError as e: + print("Error {}", e) + return {} + except IndexError as e: + print("Error {}", e) + return {} + + selectedScenarios = [ + scenario + for i,scenario in enumerate(scenarios) + if parseTilt(scenario['settings']) == tiltDegrees + and parseMongoAzimuthFromSettings(scenario['settings']) == azimuthDegrees + and (not peakPowerKw or parsePower(scenario['settings']) == peakPowerKw) + ] + if not selectedScenarios: + return dict( + error='NOT_FOUND', + message='Scenario not found', + ) + + bestScenario = min( + selectedScenarios, + key=lambda s: s['economics']['payback'], + ) + + result = dict( + loadKwhYear = totalLoad, + loadByPeriodKwh = scenario_report['results']['pvAutoSize']['load']['timeslots'], + productionKwhYear = bestScenario['generation']['total'], + productionToLoadKwhYear = bestScenario['generation']['PVtoLoad'], + productionToLoadEuroYear = bestScenario['generation']['PVtoLoadCost'], + productionToLoadPercent = bestScenario['generation']['PVtoLoadPct'], + productionToGridKwhYear = bestScenario['generation']['PVtoGrid'], + productionToGridEuroYear = bestScenario['generation']['PVtoGridCost'], + productionToGridPercent = bestScenario['generation']['PVtoGridPct'], + loadFromGridKwhYear = bestScenario['generation']['loadFromGrid'], + savingsEuroYear = bestScenario['generation']['savings'], + paybackYears = bestScenario['economics']['payback'], + installationCostEuro = bestScenario['settings']['cost'], + azimuthDegrees= parseMongoAzimuthFromSettings(bestScenario['settings']), + tiltDegrees= parseTilt(bestScenario['settings']), + areaM2 = bestScenario['settings']['area'], + nModules = bestScenario['settings']['numModules'], + peakPowerKw = parsePower(bestScenario['settings']), + dailyLoadProfileKwh = timeSerie(scenario_report['results']['pvAutoSize']['load']['profile']), + dailyProductionProfileKwh = timeSerie(bestScenario['generation']['profile']), + monthlyProductionToLoadKwh = timeSerie(bestScenario['generation']['monthlyPVtoLoad']), + monthlyProductionToLoadEuro = timeSerie(bestScenario['generation']['monthlyPVtoLoadCost']), + monthlyGridToLoadKwh = timeSerie(bestScenario['generation']['monthlyLoadFromGrid']), + monthlyGridToLoadEuro = timeSerie(bestScenario['generation']['monthlyLoadFromGridCost']), + monthlyProductionToGridKwh = timeSerie(bestScenario['generation']['monthlyPVtoGrid']), + monthlyProductionToGridEuro = timeSerie(bestScenario['generation']['monthlyPVtoGridCost']), + monthlyProductionKwh = timeSerie(bestScenario['generation']['monthlyPV']), + #monthlyProductionEuro = bestScenario['generation']['monthlyPVCost'], # TODO: Info not yet available + ) + + return result + + +class ScenarioParams(PVCalculatorResource): + + """Returns the parameters available values to choose scenario""" + + def get(self, contract): + + scenario_report = self.get_last_scenario(contract_name=contract) + if not scenario_report: + return {} + + try: + scenarios = scenario_report['results']['pvAutoSize']['scenarios'] + except KeyError as e: + print("Error {}", e) + return {} + except IndexError as e: + print("Error {}", e) + return {} + + tilts, azimuths, powers = zip(*[ + ( + parseTilt(scenario['settings']), + parseMongoAzimuthFromSettings(scenario['settings']), + scenario['settings']['power'], + ) + for i,scenario in enumerate(scenarios) + ]) + result = dict( + tilt = list(sorted(set(tilts))), + azimuth = list(sorted(set(azimuths))), + power = list(sorted(set(powers))), + ) + return result + + +resources = [ + (ScenarioReport, '/ScenarioReport/'), + (ScenarioParams, '/ScenarioParams/'), + +] diff --git a/heman/api/pvcalculator/pvcalculator_test.py b/heman/api/pvcalculator/pvcalculator_test.py new file mode 100644 index 0000000..e433d25 --- /dev/null +++ b/heman/api/pvcalculator/pvcalculator_test.py @@ -0,0 +1,178 @@ +from __future__ import unicode_literals +from yamlns import namespace as ns +import pymongo +import unittest +import mock +import pytest +import json +from ...config import create_app +from ...auth import APIUser +import os + +@pytest.fixture +def api(): + os.environ['MONGO_URI']='mongodb://localhost:27017/heman_pv_test' + if hasattr(api, 'app'): + app = api.app + else: + app = create_app() + api.app = app + app.config['TESTING'] = True + + with app.app_context() as ctx: + with app.test_client() as testclient: + testclient.app = app + testclient.ctx = ctx + yield testclient + +@pytest.fixture +def mongodb(): + mongodb = pymongo.MongoClient('mongodb://localhost:27017/heman_pv_test') + db = mongodb['heman_pv_test'] + try: + yield db + finally: + mongodb.drop_database('heman_pv_test') + mongodb.close() + +@pytest.fixture(scope='function') +def agreed_scenario_data(mongodb): + contract = '666666' + token = 'mytoken' + user = APIUser( + token, + [contract] + ) + mongodb.tokens.insert_one({ + 'allowed_contracts': [ + {'cups': 'ES1111111111111111VL0F', 'name': '666666'} + ], + 'token': token, + }) + + with open('testdata/pvautosize_example.json') as json_file: + data = json.load(json_file) + mongodb.photovoltaic_reports.insert_one({ + 'contractName': data['_items'][0]['contractId'], + 'beedataUpdateDate': data['_items'][0]['_created'], + 'beedataCreateDate': data['_items'][0]['_created'], + 'results': data['_items'][0]['results'], + }) + yield contract, token + +@pytest.fixture(scope='function') +def unagreed_scenario_data(mongodb): + """This simulates the current API which is not the same + we agreed with BeeData. + """ + os.environ["BEEDATA_UNAGREED_API"]='1' + contract = '666666' + token = 'mytoken' + user = APIUser( + token, + [contract] + ) + mongodb.tokens.insert_one({ + 'allowed_contracts': [ + {'cups': 'ES1111111111111111VL0F', 'name': '666666'} + ], + 'token': token, + }) + + with open('testdata/pvautosize_example.json') as json_file: + data = json.load(json_file) + + for scenario in data['_items'][0]['results']['pvAutoSize']['scenarios']: + settings = scenario['settings'] + settings['tilt'] = str(int(float(settings['tilt']))) + settings['azimuth0'] = str(int(float(settings['azimuth']))) + + if settings['gabledroof']: + settings['azimuth1'] = str((int(settings['azimuth0'])+180)%360) + else: + settings['azimuth1'] = '\\N' + + del settings['azimuth'] + del settings['gabledroof'] + + mongodb.photovoltaic_reports.insert_one({ + 'contractName': data['_items'][0]['contractId'], + 'beedataUpdateDate': data['_items'][0]['_created'], + 'beedataCreateDate': data['_items'][0]['_created'], + 'results': data['_items'][0]['results'], + }) + yield contract, token + del os.environ['BEEDATA_UNAGREED_API'] + +@pytest.mark.parametrize('scenario_data', [agreed_scenario_data, unagreed_scenario_data]) +def test__scenario_report__with_power(api, scenario_data, yaml_snapshot, request): + scenario_data = request.getfixturevalue(scenario_data.__name__) + contract, token = scenario_data + r = api.get('/api/ScenarioReport/{}'.format(contract), + query_string=dict( + tilt='30.0', + azimuth=['180','0'], + power=10.64, + ), + headers=dict( + Authorization = 'token {}'.format(token) + ), + ) + yaml_snapshot(r.get_json()) + +@pytest.mark.parametrize('scenario_data', [agreed_scenario_data, unagreed_scenario_data]) +def test__scenario_report__optimal_payback(api, scenario_data, yaml_snapshot, request): + contract, token = request.getfixturevalue(scenario_data.__name__) + r = api.get('/api/ScenarioReport/{}'.format(contract), + query_string=dict( + tilt=30.0, + azimuth=[180,0], + ), + headers=dict( + Authorization = 'token {}'.format(token) + ), + ) + yaml_snapshot(r.get_json()) + +@pytest.mark.parametrize('scenario_data', [agreed_scenario_data, unagreed_scenario_data]) +def test__scenario_report__parameter_value_not_found(api, scenario_data, request): + contract, token = request.getfixturevalue(scenario_data.__name__) + r = api.get('/api/ScenarioReport/{}'.format(contract), + query_string=dict( + tilt=31.0, # Value for tilt not found + azimuth=[180,0], + ), + headers=dict( + Authorization = 'token {}'.format(token) + ), + ) + + assert r.get_json() == { + 'error': 'NOT_FOUND', + 'message': "Scenario not found", + } + +@pytest.mark.parametrize('scenario_data', [agreed_scenario_data, unagreed_scenario_data]) +def test__scenario_params(api, scenario_data, request): + contract, token = request.getfixturevalue(scenario_data.__name__) + r = api.get('/api/ScenarioParams/{}'.format(contract), + headers=dict( + Authorization = 'token {}'.format(token) + ), + ) + + assert r.get_json() == { + 'tilt': [15.0, 30.0], + 'azimuth': [[100], [100,280], [140], [140,320], [180], [180,0]], + 'power': [ + 2.280, + 3.040, + 4.560, + 5.320, + 6.080, + 7.600, + 8.360, + 9.120, + 10.640, + ], + } diff --git a/heman/app.py b/heman/app.py index 2f43640..88bfc71 100644 --- a/heman/app.py +++ b/heman/app.py @@ -1,6 +1,6 @@ from __future__ import absolute_import -from heman.config import create_app +from .config import create_app application = create_app() diff --git a/heman/auth/__init__.py b/heman/auth/__init__.py index 2de218b..75a74f9 100644 --- a/heman/auth/__init__.py +++ b/heman/auth/__init__.py @@ -19,8 +19,11 @@ def check_contract_allowed(func): @wraps(func) def decorator(*args, **kwargs): contract = kwargs.get('contract') - if (contract and current_user.is_authenticated() - and not current_user.allowed(contract)): + if ( + contract + and current_user.is_authenticated() + and not current_user.allowed(contract) + ): return current_app.login_manager.unauthorized() return func(*args, **kwargs) return decorator @@ -32,8 +35,11 @@ def check_cups_allowed(func): @wraps(func) def decorator(*args, **kwargs): cups = kwargs.get('cups') - if (cups and current_user.is_authenticated() - and not current_user.allowed(cups, 'cups')): + if ( + cups + and current_user.is_authenticated() + and not current_user.allowed(cups, 'cups') + ): return current_app.login_manager.unauthorized() return func(*args, **kwargs) return decorator diff --git a/heman/config.py b/heman/config.py index be1775f..c7c36fe 100644 --- a/heman/config.py +++ b/heman/config.py @@ -6,7 +6,7 @@ from flask_pymongo import PyMongo from raven.contrib.flask import Sentry -from heman.api import HemanAPI +from .api import HemanAPI api = HemanAPI(prefix='/api') @@ -50,6 +50,9 @@ def create_app(**config): configure_api(app) configure_mongodb(app) configure_login(app) + + for route in app.url_map.iter_rules(): + print(route) return app @@ -59,6 +62,7 @@ def configure_api(app): """ from heman.api.cch import resources as cch_resources from heman.api.infoenergia import resources as infoenergia_resources + from heman.api.pvcalculator import resources as pvcalculator_resources from heman.api import ApiCatchall # Add CCHFact resources @@ -69,6 +73,10 @@ def configure_api(app): for resource in infoenergia_resources: api.add_resource(*resource) + # Add PVCalculator resources + for resource in pvcalculator_resources: + api.add_resource(*resource) + api.add_resource(ApiCatchall, '/') api.init_app(app) diff --git a/requirements.txt b/requirements.txt index d374132..d0ed08e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,36 @@ -empowering -amoniak -Flask==1.0.2 -flask-pymongo +# Version restrictions needed to keep it working with Python 2 are marked Py2 +# Once Py2 support is droped all frozen indirect dependencies could be dropped + +pymongo<3 # using old api, indirect flask-pymongo +#pymongo<4 # Py2, indirect flask-pymongo +redis<4 # Py2, indirect rq +rq<1.4.0 # Py2, indirect amoniak +contextlib2<21 # Py2, indirect by many libs +pyparsing<3 # Py2, indirect packaging +packaging<21 # Py2, indirect importlib-metadata, zipp +zipp<2 # Py2, indirect importlib-metadata +configparser<5 # Py2, indirect importlib-metadata +importlib-metadata<3 # Py2, indirect pytest +#marshmallow==2.0.0rc2 # 'Select' dropped in favor of 'OneOf', indirect empowering +marshmallow<3 # Py2, indirect empowering +arrow<1 # Py2, indirect empowering +click<8 # Py2, indirect pytest, flask +MarkupSafe<2 # Py2, indirect jinja2 <- flask +coverage<6 # Py2, indirect pytest-cov + +#empowering # version 1.15.4 not released in pypi +empowering@git+https://github.com/gisce/empowering@v0.15.4#egg=empowering-0.15.4 +#amoniak # last changes not in a release +amoniak@git+https://github.com/gisce/amoniak@master#egg=amoniak-0.9.2 +mock<4 # Py2 +pytest<5 # Py2 +pytest-cov<3 # Py2 +Flask<2 # Py2 +flask-pymongo<2 # further versions do not support pymongo<3 flask-restful>=0.3.1,<0.4.0 raven<5.2.0 blinker flask-login<0.3.0 flask-cors +yamlns>=0.10.0 # yaml_snapshot introduced in this version + diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b3da061 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,12 @@ +[coverage:run] +relative_files = True +branch = True +omit = + **/*test.py +source: heman + +[tool:pytest] +addopts: --doctest-modules --cov=heman +testpaths = + heman/api + diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 0f27440..bb24838 --- a/setup.py +++ b/setup.py @@ -1,19 +1,23 @@ +#!/usr/bin/env python + from setuptools import setup, find_packages with open('requirements.txt', 'r') as req: INSTALL_REQUIRES = [x.strip() for x in req.readlines()] -with open('README.rst', 'r') as desc: - DESCRIPTION = desc.read() +with open('README.md', 'r') as desc: + readme = desc.read() setup( name='heman', version='1.1.4', + description="Uses the Empowering Sword (a.k.a Empowering Proxy API for users)", packages=find_packages(), url='https://github.com/gisce/heman', + long_description = readme, + long_description_content_type = 'text/markdown', license='MIT', install_requires=INSTALL_REQUIRES, author='GISCE-TI, S.L.', author_email='ti@gisce.net', - description=DESCRIPTION ) diff --git a/testdata/pvautosize_example.json b/testdata/pvautosize_example.json new file mode 100644 index 0000000..099e075 --- /dev/null +++ b/testdata/pvautosize_example.json @@ -0,0 +1,16944 @@ +{ + "_items": [ + { + "_updated": "2021-10-15T15:37:01Z", + "companyId": 3108188543, + "results": { + "pvAutoSize": { + "load": { + "profile": [ + 0.24, + 0.235, + 0.188, + 0.119, + 0.112, + 0.111, + 0.11, + 0.11, + 0.112, + 0.128, + 0.163, + 0.164, + 0.159, + 0.169, + 0.173, + 0.184, + 0.185, + 0.176, + 0.185, + 0.201, + 0.227, + 0.297, + 0.27, + 0.242 + ], + "timeslots": { + "p2": 755.707, + "p3": 1217.922, + "p1": 803.794 + }, + "monthly": [ + 491.71999999999997, + 243.748, + 288.784, + 122.11, + 118.199, + 168.053, + 362.07, + 232.17600000000002, + 178.592, + 150.869, + 141.581, + 279.521 + ], + "cost": 547.248280465807, + "timeslotsCost": { + "p2": 140.328776612, + "p3": 156.4520605693, + "p1": 250.4674432845 + }, + "total": 2777.4230000000002 + }, + "scenarios": [ + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3719842090706062, + 0.7182353133919217, + 1.0179830975917719, + 1.2072284329722756, + 1.2435634765760673, + 1.2426367138730416, + 1.149401594629634, + 0.8644599350582214, + 0.5124625558652901, + 0.21922814072952243, + 0.03054165299949304, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 2008.2558619535316, + "loadFromPVPct": 27.87137710195632, + "loadFromGridPct": 63.72015511194627, + "monthlyPVtoLoadCost": [ + 19.372423737102114, + 28.887282383843328, + 16.11380159988514, + 16.195223620258567, + 11.899978533924278, + 8.58543425819257, + 7.516908545264745, + 10.33264202910556, + 10.77632505025609, + 16.194888187031456, + 10.788203151528926, + 13.555367545743062 + ], + "PVtoGrid": 2391.529739717371, + "monthlyPV": [ + 141.61204818982944, + 150.38743106327428, + 268.542916592568, + 297.2386838874169, + 401.6889202197842, + 403.0090235132783, + 424.63467403889024, + 364.2578934985803, + 279.52222226073343, + 208.72346959158534, + 116.05437904091278, + 105.02521586698572 + ], + "PVtoGridCost": 162.2247236849485, + "PVtoLoadCost": 170.21847864213584, + "monthlyPVtoGrid": [ + 318.7387484265451, + 293.19489766507934, + 286.9833571615628, + 208.31664688292148, + 154.7527296871773, + 76.70357121606479, + 71.86534110168098, + 91.50926443784857, + 99.92566310553583, + 197.35491166695888, + 250.8905771155426, + 341.29403125045303 + ], + "savings": 331.6525793958073, + "cost": 215.59570106999976, + "monthlyLoadFromGrid": [ + 84.61274491326682, + 230.0362236261891, + 155.05246366298255, + 107.51342462218808, + 96.50225009559195, + 102.332192175152, + 246.21512523469525, + 442.08821624801914, + 192.85023204226155, + 218.18100507439087, + 75.40089322812568, + 57.471091030668816 + ], + "PVtoLoadPct": 24.49162535934608, + "monthlyPVtoLoad": [ + 84.60357508673317, + 131.7841863738109, + 77.63813633701744, + 71.59947537781193, + 54.42725990440806, + 39.817427824848, + 33.689114765304744, + 50.60374375198086, + 50.87990795773845, + 71.60917492560912, + 46.714736771874314, + 60.73929896933118 + ], + "PVtoGridPct": 75.50837464065393, + "loadFromGridCost": 377.82042475494825, + "total": 3160.6968777638394, + "PVtoLoad": 774.1060380464683, + "monthlyPVtoGridCost": [ + 15.109399144691258, + 24.611652922478108, + 24.090237712991428, + 17.486719761793257, + 12.990405024775146, + 6.43872621153466, + 6.032590766195775, + 7.68156019586777, + 8.388057766309624, + 16.56655906079921, + 13.500948370383052, + 9.327866747129189 + ], + "monthlyLoadFromGridCost": [ + 15.168877857683398, + 45.986462462749294, + 27.556721559688995, + 19.574513712469905, + 17.654180610547417, + 19.697148486139387, + 46.555893307937104, + 84.12713939167745, + 37.57857161702746, + 41.09210063151555, + 13.500948370383052, + 9.327866747129189 + ] + }, + "economics": { + "payback": 11.695156762793026, + "irr25": 8.270083305180442 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5387061985061281, + 0.9795788850550752, + 1.228184709838787, + 1.3723303574083443, + 1.3212143606030948, + 1.2210989200109754, + 1.051713759508559, + 0.6820823667845695, + 0.3291750296710267, + 0.10912944185612783, + 0.027603000000053238, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 2046.0587573028063, + "loadFromPVPct": 26.510299032491396, + "loadFromGridPct": 64.91960703486673, + "monthlyPVtoLoadCost": [ + 18.181002554828858, + 25.812256308873796, + 15.112312109285146, + 15.393245129000036, + 11.529853401678814, + 8.412632495557288, + 7.445943571536272, + 10.137524784285612, + 10.346332666697412, + 15.862796952896279, + 10.320521104386652, + 13.078229342585542 + ], + "PVtoGrid": 2469.9741915879126, + "monthlyPV": [ + 154.20005733223508, + 159.57162503850267, + 274.11665224100875, + 299.12214289854165, + 392.0442192123576, + 399.93303496109195, + 417.25093633804903, + 358.99878775940243, + 282.8678225882952, + 218.6657075811373, + 127.34914591996483, + 117.21830241451994 + ], + "PVtoGridCost": 171.18045561785942, + "PVtoLoadCost": 161.63265042161171, + "monthlyPVtoGrid": [ + 320.1748434365367, + 298.9097419740133, + 286.23331215232173, + 214.75949480637033, + 166.55432220376466, + 89.16936136087774, + 84.73299856675659, + 105.71379341502312, + 111.5411947209074, + 204.23172230594307, + 254.40143605861854, + 333.55197058677976 + ], + "savings": 332.02248310819425, + "cost": 215.22579735761283, + "monthlyLoadFromGrid": [ + 89.1248284754448, + 243.13480563596428, + 159.56152439291927, + 110.61067221807511, + 98.36160462262735, + 103.50321544091291, + 246.88969615223664, + 443.70473608278803, + 195.28156968240472, + 219.48408006493435, + 77.02829316007688, + 59.37373137442214 + ], + "PVtoLoadPct": 22.99985327423272, + "monthlyPVtoLoad": [ + 80.09149152455521, + 118.68560436403573, + 73.12907560708074, + 68.5022277819249, + 52.567905377372654, + 38.64640455908709, + 33.01454384776336, + 48.98722391721196, + 48.44857031759528, + 70.30609993506565, + 45.08733683992311, + 58.83665862557786 + ], + "PVtoGridPct": 77.00014672576728, + "loadFromGridCost": 386.4062529754723, + "total": 3201.338434285107, + "PVtoLoad": 736.3031426971936, + "monthlyPVtoGridCost": [ + 16.300820326964512, + 25.09137397409801, + 24.027276701081984, + 18.027551605004142, + 13.981065848902297, + 7.485141762732453, + 7.112740257124296, + 8.873930663081197, + 9.363100084249815, + 17.143819026808647, + 13.968630417525326, + 9.805004950286708 + ], + "monthlyLoadFromGridCost": [ + 16.36029903995665, + 49.06148853771882, + 28.55821105028899, + 20.376492203728436, + 18.02430574279288, + 19.86995024877467, + 46.62685828166558, + 84.3222566364974, + 38.008564000586134, + 41.42419186565073, + 13.968630417525326, + 9.805004950286708 + ] + }, + "economics": { + "payback": 11.684342763530237, + "irr25": 8.281370503094099 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.24944519217413258, + 0.4722127649477733, + 0.7107630749008196, + 0.9298066136033551, + 1.0805714057179894, + 1.1559204853123548, + 1.161827110484885, + 0.9560251028956135, + 0.6952881609537575, + 0.3683031032087093, + 0.03054165299949304, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1989.579626360611, + "loadFromPVPct": 28.543698372174088, + "loadFromGridPct": 63.127574927601366, + "monthlyPVtoLoadCost": [ + 20.20449299645058, + 30.77463253469617, + 16.829699663621426, + 16.651714724152477, + 12.00606444105384, + 8.609306997290581, + 7.315008427398467, + 10.168527292203866, + 10.791874245860933, + 16.39146279330045, + 11.093400914538016, + 13.92758130597217 + ], + "PVtoGrid": 2135.5926652042035, + "monthlyPV": [ + 122.41871278324837, + 133.45001290793456, + 247.3763170562011, + 276.4779141873557, + 384.5387864959939, + 378.3328647665871, + 402.04926181383814, + 345.1620630804538, + 259.13073601311817, + 186.2421220921267, + 100.64891722170316, + 87.60833042503165 + ], + "PVtoGridCost": 144.94536251400282, + "PVtoLoadCost": 174.76376633653896, + "monthlyPVtoGrid": [ + 291.08410112296013, + 263.1390676051528, + 265.082959735106, + 186.1621158065235, + 131.53351731341084, + 60.88910766020032, + 55.19200884475948, + 72.46223496873637, + 82.67206361280854, + 175.61065380914985, + 229.0383373454234, + 322.72649737997233 + ], + "savings": 318.91913793357946, + "cost": 228.32914253222768, + "monthlyLoadFromGrid": [ + 81.63425635637307, + 222.56580579131463, + 152.24789665465224, + 105.75037979340536, + 95.76438522128414, + 101.92319043849716, + 246.95867841972782, + 442.234522185488, + 192.53405070487398, + 217.60334675294874, + 74.30942315806772, + 56.05369088397841 + ], + "PVtoLoadPct": 27.118063576755524, + "monthlyPVtoLoad": [ + 87.58206364362694, + 139.25460420868538, + 80.44270334534777, + 73.36252020659464, + 55.165124778715864, + 40.22642956150285, + 32.94455158027217, + 50.457437814512, + 51.195079295126014, + 72.18683324705125, + 47.80519684193228, + 62.15669911602159 + ], + "PVtoGridPct": 72.88193642324447, + "loadFromGridCost": 373.2745050462305, + "total": 2923.4360388435925, + "PVtoLoad": 792.7792436393887, + "monthlyPVtoGridCost": [ + 14.277329885342796, + 22.088677032983284, + 22.251853127799908, + 15.627002441147999, + 11.041315185124391, + 5.111213040972166, + 4.63298159892688, + 6.08269581510527, + 6.939739239076861, + 14.741281296025189, + 13.195620864598007, + 8.955652986900082 + ], + "monthlyLoadFromGridCost": [ + 14.336808598334937, + 44.09911231189645, + 26.84082349595271, + 19.118022608575995, + 17.548094703417853, + 19.673275747041377, + 46.757605876840124, + 84.29125412857914, + 37.56270769884728, + 40.895526025246554, + 13.195620864598007, + 8.955652986900082 + ] + }, + "economics": { + "payback": 12.079927612999814, + "irr25": 7.877755184056046 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.32152851304475993, + 0.5875032975934315, + 0.7442402711955052, + 0.8531338160240847, + 0.9878363949611749, + 1.0621342025104241, + 1.071350406315021, + 0.8793831700243122, + 0.647295119833823, + 0.3847813092875396, + 0.028670851846208854, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1996.243363795893, + "loadFromPVPct": 28.303773181258563, + "loadFromGridPct": 63.33900933247268, + "monthlyPVtoLoadCost": [ + 19.985844257295625, + 29.69719447006566, + 16.56646757781561, + 16.756288436128585, + 12.047072971660615, + 8.643664739386043, + 7.352241063832843, + 10.146594769405112, + 10.762148081003128, + 16.542174102967945, + 11.114848981660511, + 13.969257352772573 + ], + "PVtoGrid": 2016.1986245219716, + "monthlyPV": [ + 121.93432340021027, + 131.1351253521939, + 237.72715121309835, + 263.5486686056771, + 362.7406726243163, + 357.43015682000646, + 378.46767375872565, + 326.12534935542084, + 248.3512913215054, + 180.4351683534529, + 101.28622398801309, + 88.19645593345827 + ], + "PVtoGridCost": 139.69699945437944, + "PVtoLoadCost": 173.58379680399426, + "monthlyPVtoGrid": [ + 271.09155467552404, + 244.66047678914308, + 247.45499024055772, + 175.06368058216844, + 125.68675506963937, + 61.25315644926204, + 55.68767088765113, + 72.46750912273994, + 80.6927532773761, + 165.40104052450468, + 216.04014535140305, + 300.69889155200184 + ], + "savings": 312.4908053414114, + "cost": 234.7574751243957, + "monthlyLoadFromGrid": [ + 82.54441785551758, + 227.66880303041745, + 153.6566408851369, + 105.43138926066304, + 95.72457671618648, + 101.64993246124895, + 246.86621495419286, + 442.7241857225297, + 192.8696279251822, + 217.04289931140633, + 74.24047674572596, + 55.824198927685515 + ], + "PVtoLoadPct": 28.10186656702141, + "monthlyPVtoLoad": [ + 86.67190214448243, + 134.15160696958256, + 79.0339591148631, + 73.68151073933697, + 55.20493328381353, + 40.49968753875105, + 33.03701504580713, + 49.96777427747034, + 50.859502074817826, + 72.74728068859366, + 47.87414325427404, + 62.38619107231449 + ], + "PVtoGridPct": 71.8981334329786, + "loadFromGridCost": 374.45447457877515, + "total": 2797.378260726079, + "PVtoLoad": 786.1155062041071, + "monthlyPVtoGridCost": [ + 14.49597862449775, + 20.537529085723875, + 20.772108867640743, + 14.695366734320466, + 10.550520549167494, + 5.141772380560234, + 4.674588947020744, + 6.083138543300164, + 6.77359003460747, + 13.884255949965302, + 13.174172797475514, + 8.91397694009968 + ], + "monthlyLoadFromGridCost": [ + 14.55545733748989, + 45.176550376526954, + 27.104055581758523, + 19.013448896599886, + 17.507086172811082, + 19.63891800494591, + 46.72037324040575, + 84.31318665137789, + 37.59243386370508, + 40.74481471557905, + 13.174172797475514, + 8.91397694009968 + ] + }, + "economics": { + "payback": 12.280593066913807, + "irr25": 7.6767811716885515 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3086576565885243, + 0.7016285576613072, + 1.0355027874831753, + 1.2900290605328606, + 1.4032822847978739, + 1.3788792015834714, + 1.3411068000077748, + 1.0266453979204162, + 0.6911768026801962, + 0.35084901229896787, + 0.03054165299949304, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1981.2383991201445, + "loadFromPVPct": 28.844020910025424, + "loadFromGridPct": 62.862915277575745, + "monthlyPVtoLoadCost": [ + 19.783763120148915, + 30.105516908073753, + 16.77335023372258, + 16.604578364353234, + 12.19447154288671, + 8.760314102512073, + 7.6351483858478035, + 11.607494907305417, + 11.224554413422085, + 16.60014270301307, + 10.882170337749805, + 13.720036308007776 + ], + "PVtoGrid": 2560.169130294082, + "monthlyPV": [ + 174.92406681003453, + 171.70745445884236, + 291.61114796686496, + 306.66648587028504, + 407.7564948657415, + 399.4645137895964, + 427.00424766675303, + 378.08593756306465, + 300.0310348702698, + 234.53642418866448, + 136.09301504175642, + 128.47290808206432 + ], + "PVtoGridCost": 174.91498288215607, + "PVtoLoadCost": 175.8915413270432, + "monthlyPVtoGrid": [ + 313.6478041905639, + 290.1952535226992, + 297.8722844700184, + 227.22978950777204, + 179.1533093132566, + 95.73884832528086, + 94.80212796083873, + 117.22897303802633, + 118.67490456664038, + 218.8708904412086, + 259.99045023927516, + 346.7644947185019 + ], + "savings": 350.0165332922369, + "cost": 197.2317471735702, + "monthlyLoadFromGrid": [ + 83.06631040096744, + 224.66700585594614, + 152.11334690695378, + 105.91775463750221, + 95.08987512459211, + 101.32883328352443, + 245.7042198787744, + 434.4959062279918, + 190.279450107798, + 216.6287524743436, + 75.07296436899011, + 56.8739798527604 + ], + "PVtoLoadPct": 23.868773527623713, + "monthlyPVtoLoad": [ + 86.15000959903256, + 137.15340414405384, + 80.57725309304621, + 73.19514536249778, + 55.83963487540788, + 40.82078671647557, + 34.19901012122559, + 58.19605377200821, + 53.449679892202, + 73.16142752565639, + 47.04165563100989, + 61.3364101472396 + ], + "PVtoGridPct": 76.13122647237628, + "loadFromGridCost": 372.14673005572627, + "total": 3356.3537311739374, + "PVtoLoad": 801.1204708798555, + "monthlyPVtoGridCost": [ + 14.698059761644462, + 24.35985385942778, + 25.004286701388, + 19.074345282097763, + 15.03866235001127, + 8.036604064205823, + 7.9579729670118935, + 9.840549135907034, + 9.961924934787984, + 18.372674399423367, + 13.40685144138622, + 9.163197984864478 + ], + "monthlyLoadFromGridCost": [ + 14.757538474636602, + 44.76822793851886, + 26.897172925851553, + 19.165158968375238, + 17.359687601584984, + 19.522268641819885, + 46.43746591839078, + 82.85228651347758, + 37.130027531286125, + 40.686846115533925, + 13.40685144138622, + 9.163197984864478 + ] + }, + "economics": { + "payback": 11.185893001138888, + "irr25": 8.82342191822303 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.4379712296495969, + 0.969590812480201, + 1.3358742931479368, + 1.5290773894610439, + 1.5657301522853644, + 1.5420422128446265, + 1.3812399837490772, + 1.0156342103732297, + 0.638978143585062, + 0.2517152604839241, + 0.028670851846208854, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1993.5072949694327, + "loadFromPVPct": 28.402320605488157, + "loadFromGridPct": 63.25219632556358, + "monthlyPVtoLoadCost": [ + 18.75183086276531, + 28.107755699777858, + 16.255390123724027, + 16.24703855390723, + 12.207595169370368, + 8.821810200659263, + 7.672484666914652, + 12.438125177387375, + 11.283191539662628, + 16.512648936765956, + 10.687852579890555, + 13.294520216406141 + ], + "PVtoGrid": 2773.388989433663, + "monthlyPV": [ + 215.58604532590778, + 199.24751551572066, + 315.4318842491864, + 315.96902007376036, + 402.0499680839338, + 392.36407142083374, + 420.43027412581813, + 383.72247400901796, + 320.5051349598082, + 266.7375774704048, + 164.23202170203254, + 161.02870752780592 + ], + "PVtoGridCost": 192.45947510100163, + "PVtoLoadCost": 172.28024372723138, + "monthlyPVtoGrid": [ + 310.3102839573561, + 291.67613717770087, + 305.5112157586406, + 249.09284294674902, + 211.38472890406297, + 123.62780304320027, + 127.25823610509009, + 153.22330985223758, + 145.67433895321295, + 242.90348726277097, + 269.99724651918586, + 342.7293589534557 + ], + "savings": 363.94959816849473, + "cost": 183.2986822973124, + "monthlyLoadFromGrid": [ + 86.82923253652233, + 232.72186305188268, + 154.11574174962266, + 107.30670798694085, + 95.12014143365816, + 101.07878134116774, + 245.60452857728419, + 429.8282645263298, + 189.73882343749227, + 216.84061301358457, + 75.77722644542551, + 58.545370869521925 + ], + "PVtoLoadPct": 22.17556978625294, + "monthlyPVtoLoad": [ + 82.38708746347767, + 129.0985469481173, + 78.57485825037736, + 71.80619201305916, + 55.80936856634184, + 41.07083865883226, + 34.298701422715816, + 62.86369547367021, + 53.990306562507726, + 72.94956698641542, + 46.338403554574484, + 59.66501913047807 + ], + "PVtoGridPct": 77.82443021374705, + "loadFromGridCost": 375.75815739831404, + "total": 3557.3046944642306, + "PVtoLoad": 788.8525850305674, + "monthlyPVtoGridCost": [ + 15.729992019028062, + 24.484163643894444, + 25.64552134452627, + 19.52269877882124, + 17.34656397510133, + 10.377685983960845, + 10.682435347572175, + 12.862020968810816, + 12.228337868701361, + 20.39004215209757, + 13.601298942021424, + 9.58871407646611 + ], + "monthlyLoadFromGridCost": [ + 15.789470732020202, + 46.76598914681477, + 27.415133035850108, + 19.52269877882124, + 17.34656397510133, + 19.46077254367269, + 46.400129637323936, + 82.02165624339563, + 37.071390405045584, + 40.774339881781046, + 13.601298942021424, + 9.58871407646611 + ] + }, + "economics": { + "payback": 10.828009543575064, + "irr25": 9.234293953468619 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.22085264306892655, + 0.4716816082793944, + 0.7111824757183101, + 0.9255494375074922, + 1.0794998363784976, + 1.148309486003581, + 1.1578945725896794, + 0.9555180773323861, + 0.6988847792228146, + 0.3685360108899806, + 0.03054165299949304, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1991.2013303235778, + "loadFromPVPct": 28.48530957208974, + "loadFromGridPct": 63.17903013807708, + "monthlyPVtoLoadCost": [ + 20.20709803913387, + 30.727692486004013, + 16.788921313509583, + 16.57783206485205, + 11.979760792790378, + 8.600152896367623, + 7.337024005981998, + 10.18674429429601, + 10.76899897188302, + 16.334608639256604, + 11.072499123119474, + 13.901482769948474 + ], + "PVtoGrid": 2123.6858730152676, + "monthlyPV": [ + 123.03699938681034, + 132.78909630603576, + 245.6925215361126, + 274.43872940126903, + 382.61396317869736, + 376.18539371500333, + 399.98185465401787, + 343.36843272007565, + 257.06855222869757, + 185.07732122587512, + 100.82251245647137, + 88.83216588262366 + ], + "PVtoGridCost": 144.48290633157916, + "PVtoLoadCost": 174.48281539714313, + "monthlyPVtoGrid": [ + 288.94023111959734, + 261.38109684503723, + 263.51855238050643, + 184.462358691612, + 130.4853531661501, + 61.12749250217912, + 56.3386390323522, + 73.05311889928679, + 82.13338798180861, + 174.20568501205736, + 227.0915898136586, + 320.9483675710217 + ], + "savings": 318.1757308117599, + "cost": 229.07254965404724, + "monthlyLoadFromGrid": [ + 81.63785740459402, + 222.87524219101937, + 152.4771196604308, + 106.11280646291442, + 95.88102194027499, + 101.98798004570776, + 246.88147314972855, + 442.2071195124764, + 192.65629167577282, + 217.88217347594477, + 74.40186041238955, + 56.200384392324395 + ], + "PVtoLoadPct": 27.18840815624659, + "monthlyPVtoLoad": [ + 87.57846259540598, + 138.9451678089806, + 80.21348033956922, + 73.00009353708558, + 55.048488059725, + 40.16163995429225, + 33.02175685027145, + 50.48484048752355, + 51.07283832422716, + 71.90800652405522, + 47.71275958761045, + 62.01000560767561 + ], + "PVtoGridPct": 72.8115918437534, + "loadFromGridCost": 373.5554559856264, + "total": 2909.9075426916897, + "PVtoLoad": 791.1575396764221, + "monthlyPVtoGridCost": [ + 14.274724842659504, + 21.941107731674183, + 22.120532115233175, + 15.484319766593059, + 10.953329164891413, + 5.131223774581399, + 4.729233151843414, + 6.132296372045346, + 6.894521202291268, + 14.62334403082608, + 13.21652265601655, + 8.981751522923776 + ], + "monthlyLoadFromGridCost": [ + 14.334203555651644, + 44.14605236058861, + 26.88160184606455, + 19.191905267876425, + 17.574398351681317, + 19.682429847964332, + 46.73559029825659, + 84.273037126487, + 37.58558297282519, + 40.952380179290394, + 13.21652265601655, + 8.981751522923776 + ] + }, + "economics": { + "payback": 12.102719022468724, + "irr25": 7.854616290800576 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.27358429534607276, + 0.5812293510420797, + 0.7728407766642071, + 0.8878159230988621, + 0.9794643102466423, + 1.0372280590359395, + 1.055405771750833, + 0.8763750360960514, + 0.6489193245043641, + 0.3461259794138042, + 0.028670851846208854, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1999.637229020906, + "loadFromPVPct": 28.181578426444016, + "loadFromGridPct": 63.44669362841517, + "monthlyPVtoLoadCost": [ + 19.926635070828816, + 29.60138305841297, + 16.42191935360101, + 16.57273802581702, + 11.96631694088645, + 8.603169345022732, + 7.4143499967037405, + 10.300540643190141, + 10.730635060624683, + 16.391200634351097, + 11.033435750385372, + 13.853310442605224 + ], + "PVtoGrid": 1976.6819182564036, + "monthlyPV": [ + 128.56215628372505, + 131.4714483839584, + 232.04941764098623, + 255.66569591116883, + 353.21924925613877, + 347.0615198564556, + 367.90559305711946, + 317.67824451826533, + 241.37616838120772, + 178.7886714316483, + 104.50056197217108, + 96.18896254265333 + ], + "PVtoGridCost": 138.87739565981684, + "PVtoLoadCost": 172.81563432242925, + "monthlyPVtoGrid": [ + 260.97236157140185, + 234.5659547562656, + 239.6398323722787, + 168.73880733417724, + 124.36234474989963, + 64.78889813282392, + 63.43403982012221, + 78.46542132752191, + 81.21098366281352, + 160.34146319788647, + 208.45999570691345, + 291.7018156242994 + ], + "savings": 310.9030390652837, + "cost": 236.34524140052346, + "monthlyLoadFromGrid": [ + 82.79386171494622, + 228.13636169914614, + 154.28858785401337, + 106.08163895296954, + 96.04666331825132, + 101.97133616065284, + 246.62007727746888, + 442.0942650437969, + 193.0515352788551, + 217.66105555690024, + 74.54329979574463, + 56.34854636816063 + ], + "PVtoLoadPct": 28.416439373675807, + "monthlyPVtoLoad": [ + 86.42245828505378, + 133.68404830085385, + 78.40201214598663, + 73.03126104703047, + 54.88284668174869, + 40.178283839347166, + 33.28315272253112, + 50.59769495620312, + 50.6775947211449, + 72.12912444309977, + 47.571320204255365, + 61.86184363183937 + ], + "PVtoGridPct": 71.5835606263242, + "loadFromGridCost": 375.2226370603403, + "total": 2754.4676892354983, + "PVtoLoad": 782.7216409790942, + "monthlyPVtoGridCost": [ + 14.555187810964556, + 19.69016484210975, + 20.116081240556404, + 14.164438036727491, + 10.439345602481968, + 5.438573067858577, + 5.324842225961596, + 6.586621157149114, + 6.817091836589158, + 13.459539960400528, + 13.255586028750653, + 9.029923850267028 + ], + "monthlyLoadFromGridCost": [ + 14.614666523956696, + 45.27236178817966, + 27.248603805973126, + 19.196999306911447, + 17.587842203585247, + 19.679413399309226, + 46.65826430753485, + 84.15924077759287, + 37.62394688408352, + 40.89578818419591, + 13.255586028750653, + 9.029923850267028 + ] + }, + "economics": { + "payback": 12.331434345158144, + "irr25": 7.626826920026142 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.19650613186321603, + 0.5325360997969475, + 0.9038665834205489, + 1.1981297574699932, + 1.3891007074107211, + 1.4353464135598692, + 1.4224735650689964, + 1.170840607601557, + 0.8260099924094069, + 0.4438897510551231, + 0.03054165299949304, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1967.3121251067712, + "loadFromPVPct": 29.345430814579878, + "loadFromGridPct": 62.4210471087457, + "monthlyPVtoLoadCost": [ + 20.173571942387202, + 31.425822974461273, + 17.366317555579293, + 16.766293866968077, + 12.186546976245626, + 8.767336667644077, + 7.591937504995134, + 12.16916100662388, + 11.31043078646715, + 16.555676115381647, + 11.056817201939328, + 13.82144235244269 + ], + "PVtoGrid": 2528.9250028291012, + "monthlyPV": [ + 181.8216153680206, + 173.4835075406404, + 292.8555021566024, + 301.41982066976755, + 403.1875854524585, + 386.48865956175837, + 418.3749444515875, + 376.0928049927607, + 300.05053125995744, + 236.30043607209458, + 137.7230837506539, + 131.2373864460283 + ], + "PVtoGridCost": 173.66773658270947, + "PVtoLoadCost": 179.1913549511354, + "monthlyPVtoGrid": [ + 299.4596215080241, + 276.2924845103453, + 293.3849589047874, + 226.9217424335019, + 180.88030259607402, + 97.23506696230848, + 97.76591656816066, + 120.4774842098906, + 119.81356778958872, + 220.60550630238234, + 254.16708791357556, + 341.9212631304622 + ], + "savings": 352.06910061688245, + "cost": 195.17917984892466, + "monthlyLoadFromGrid": [ + 81.85398194626573, + 219.39354005875776, + 149.61915391202675, + 105.59021117354445, + 95.05285652397946, + 101.19498321165457, + 245.90353012213237, + 430.84686884187, + 189.6420602489483, + 217.11901414577991, + 74.49626724380802, + 56.59965767800369 + ], + "PVtoLoadPct": 24.40964322459452, + "monthlyPVtoLoad": [ + 87.36233805373428, + 142.42686994124222, + 83.07144608797326, + 73.52268882645555, + 55.87665347602055, + 40.954636788345425, + 33.999699877867634, + 61.845091158129975, + 54.08706975105169, + 72.67116585422008, + 47.61835275619198, + 61.610732321996316 + ], + "PVtoGridPct": 75.59035677540548, + "loadFromGridCost": 368.84691643163416, + "total": 3339.03587772233, + "PVtoLoad": 815.046744893229, + "monthlyPVtoGridCost": [ + 14.30825093940617, + 23.192814022382915, + 24.627607228992186, + 19.003443465760395, + 15.183631309616791, + 8.162201112735406, + 8.206762209662108, + 10.113238838604541, + 10.057507716964526, + 18.518283220958185, + 13.232204577196695, + 9.061791940429563 + ], + "monthlyLoadFromGridCost": [ + 14.36772965239831, + 43.44792187213135, + 26.30420560399484, + 19.003443465760395, + 17.36761216822607, + 19.51524607668788, + 46.480676799243454, + 82.29062041415912, + 37.04415115824106, + 40.73131270316535, + 13.232204577196695, + 9.061791940429563 + ] + }, + "economics": { + "payback": 11.13227267399882, + "irr25": 8.884415473441521 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.18525414871024892, + 0.5873922047786064, + 1.0307822560821418, + 1.375482823283189, + 1.5737102786549444, + 1.625516046186075, + 1.6008082501329004, + 1.3286988763557765, + 0.8978023526877152, + 0.4957111688275726, + 0.028670851846208854, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1959.6227011042176, + "loadFromPVPct": 29.622285438544367, + "loadFromGridPct": 62.177068590148174, + "monthlyPVtoLoadCost": [ + 19.88286165598001, + 31.0128107908324, + 17.49842308263633, + 16.83292680673849, + 12.270477825673826, + 8.86331555902058, + 7.647509262237501, + 13.452457181793122, + 11.59362871325022, + 16.62524356664994, + 10.928907180210212, + 13.657059638965993 + ], + "PVtoGrid": 2707.9138300565387, + "monthlyPV": [ + 228.50620484636542, + 202.3751014480548, + 317.7958560861116, + 305.7509885401062, + 393.7247335491327, + 369.46367460972226, + 404.74602088686987, + 379.6087159156148, + 320.53523910652564, + 270.0035307309627, + 167.06937096344595, + 166.13469226940947 + ], + "PVtoGridCost": 188.46491855539176, + "PVtoLoadCost": 180.26562126398863, + "monthlyPVtoGrid": [ + 283.61564148999275, + 264.27990241537356, + 296.19651091605357, + 247.26508352744233, + 214.23934919892451, + 126.06252792562235, + 132.41503283303197, + 159.49310510462377, + 146.9883136137449, + 245.24716585655773, + 259.0284231061888, + 333.0827740689829 + ], + "savings": 367.9405489024181, + "cost": 179.30773156338907, + "monthlyLoadFromGrid": [ + 83.0349868802705, + 221.00988152850366, + 148.91479500043874, + 105.44884442091671, + 94.70880846796176, + 100.6761569621764, + 245.6553405636225, + 423.1779002582583, + 187.9252121656901, + 216.82031977044613, + 75.02643456608259, + 57.22402051985029 + ], + "PVtoLoadPct": 23.33530566586977, + "monthlyPVtoLoad": [ + 86.18133311972952, + 140.81052847149635, + 83.77580499956126, + 73.66405557908328, + 56.220701532038234, + 41.47346303782359, + 34.247889436377505, + 69.51405974174165, + 55.80391783430989, + 72.96986022955386, + 47.08818543391742, + 60.98636948014971 + ], + "PVtoGridPct": 76.66469433413023, + "loadFromGridCost": 367.77265011878086, + "total": 3525.7141289523215, + "PVtoLoad": 822.7361688957822, + "monthlyPVtoGridCost": [ + 14.598961225813365, + 22.184442104663038, + 24.863617278368356, + 18.936810525989976, + 17.28368131879787, + 10.582064041850323, + 11.115312223229319, + 13.388326255415771, + 12.338636815072812, + 20.58677751335891, + 13.360114598925813, + 9.226174653906261 + ], + "monthlyLoadFromGridCost": [ + 14.658439938805506, + 43.86093405576022, + 26.172100076937806, + 18.936810525989976, + 17.28368131879787, + 19.419267185311377, + 46.42510504200109, + 81.00732423898988, + 36.76095323145799, + 40.66174525189706, + 13.360114598925813, + 9.226174653906261 + ] + }, + "economics": { + "payback": 10.728729397191227, + "irr25": 9.350659922201254 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.18561910044643332, + 0.43126269887316937, + 0.7121604621395052, + 0.9281752176757719, + 1.0808343963937146, + 1.1465260547684073, + 1.1535915626719084, + 0.9503982030508549, + 0.6967098696415669, + 0.36851171048205017, + 0.03054165299949304, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1994.1551937431773, + "loadFromPVPct": 28.3789569056216, + "loadFromGridPct": 63.272753571849755, + "monthlyPVtoLoadCost": [ + 20.210682496042857, + 30.756142711343504, + 16.78324647626219, + 16.446701319543585, + 11.900154380804905, + 8.53137730142966, + 7.282333788205341, + 10.129049024036156, + 10.649572880277086, + 16.223455424800484, + 11.06429303583954, + 13.903814590465805 + ], + "PVtoGrid": 2111.441618938261, + "monthlyPV": [ + 120.47004935756854, + 130.07305168619175, + 243.74569430206063, + 273.8161040819779, + 383.0770532380596, + 377.0523573386376, + 400.8339491209208, + 343.0555014935334, + 255.0986118823159, + 182.4250196246307, + 98.23045840177122, + 86.83157466741528 + ], + "PVtoGridCost": 143.39676902002046, + "PVtoLoadCost": 173.88082342905108, + "monthlyPVtoGrid": [ + 289.79777568149433, + 262.08859562290206, + 263.22628949089847, + 183.19391673096652, + 128.23658975895844, + 58.92728505120477, + 54.550472625110736, + 70.61847643098041, + 80.0538576674336, + 172.84393350786286, + 226.50295434203898, + 321.40147202840944 + ], + "savings": 316.48760153210924, + "cost": 230.76067893369787, + "monthlyLoadFromGrid": [ + 81.62843834285674, + 222.73064650198125, + 152.4977879973651, + 106.81430484865062, + 96.28456013432776, + 102.37982664943355, + 247.09389795769545, + 442.33942707341185, + 193.29280598124186, + 218.4672492058022, + 74.43585026006107, + 56.19039879034984 + ], + "PVtoLoadPct": 27.229112165678014, + "monthlyPVtoLoad": [ + 87.58788165714327, + 139.08976349801873, + 80.19281200263491, + 72.29859515134937, + 54.64494986567223, + 39.769793350566445, + 32.80933204230455, + 50.35253292658814, + 50.43632401875815, + 71.32293079419779, + 47.67876973993893, + 62.019991209650165 + ], + "PVtoGridPct": 72.77088783432198, + "loadFromGridCost": 374.1574479537184, + "total": 2894.7094251950834, + "PVtoLoad": 788.2036762568226, + "monthlyPVtoGridCost": [ + 14.271140385750517, + 22.000497286207896, + 22.09599869784278, + 15.377842970658586, + 10.764561267075562, + 4.9465318083429946, + 4.579129137983887, + 5.927925232242188, + 6.719959234307658, + 14.509034553905439, + 13.224728743296485, + 8.979419702406448 + ], + "monthlyLoadFromGridCost": [ + 14.330619098742657, + 44.11760213524912, + 26.88727668331195, + 19.323036013184883, + 17.65400476366679, + 19.7512054429023, + 46.79028051603325, + 84.33073239674685, + 37.705009064431124, + 41.06353339374652, + 13.224728743296485, + 8.979419702406448 + ] + }, + "economics": { + "payback": 12.154871392482256, + "irr25": 7.801973480879032 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.18447877986758623, + 0.45050322989886715, + 0.6842496794010439, + 0.8586094276676137, + 0.9808886573128532, + 1.0320500689830303, + 1.044401117451371, + 0.8678159002376173, + 0.6475610849399653, + 0.346557928998376, + 0.028670851846208854, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 2002.7536777993632, + "loadFromPVPct": 28.069371939407034, + "loadFromGridPct": 63.54557574962486, + "monthlyPVtoLoadCost": [ + 19.91411118299925, + 29.596899718234805, + 16.343058432870063, + 16.251016826875055, + 11.813922141325762, + 8.586229583637659, + 7.4001786151556015, + 10.598602420722552, + 10.53902581049208, + 16.039476231209655, + 10.959780400097364, + 13.824901339648608 + ], + "PVtoGrid": 1938.3961489902156, + "monthlyPV": [ + 129.78385244825515, + 124.43717799431393, + 222.55726103086835, + 251.1174864391928, + 352.94469934002626, + 349.10814415890053, + 368.9957558014182, + 313.9687881598149, + 232.35290506011782, + 169.21855891720034, + 101.50987126752965, + 97.07097057321447 + ], + "PVtoGridCost": 135.97414413724206, + "PVtoLoadCost": 171.86720270326845, + "monthlyPVtoGrid": [ + 263.07612719153445, + 235.65766907403773, + 236.22961244073824, + 161.28059986992915, + 115.40870178220574, + 61.80446303451103, + 64.3191785678853, + 77.48011591435504, + 74.97747963036242, + 152.43885532579014, + 204.19153332153522, + 291.531812837331 + ], + "savings": 307.05135592354816, + "cost": 240.19692454225898, + "monthlyLoadFromGrid": [ + 82.85100303263394, + 228.1379132726195, + 154.58782428092337, + 107.64669480981134, + 96.6631328650054, + 101.97759176698138, + 246.62320799467082, + 439.8872634660999, + 193.85230163604848, + 219.2506042949218, + 74.82304688234241, + 56.45309349730475 + ], + "PVtoLoadPct": 28.73521485120825, + "monthlyPVtoLoad": [ + 86.36531696736607, + 133.68249672738048, + 78.10277571907663, + 71.46620519018867, + 54.266377134994606, + 40.17202823301862, + 33.280022005329165, + 52.8046965339001, + 49.87682836395151, + 70.5395757050782, + 47.291573117657585, + 61.757296502695255 + ], + "PVtoGridPct": 71.26478514879176, + "loadFromGridCost": 376.17106867950105, + "total": 2713.065471190853, + "PVtoLoad": 779.605192200637, + "monthlyPVtoGridCost": [ + 14.567711698794122, + 19.781806593359462, + 19.82981722295994, + 13.538373889650854, + 9.687750145440988, + 5.188050697263836, + 5.399143408627698, + 6.50391168626602, + 6.293832943070472, + 12.79617151954637, + 13.32924137903866, + 9.058332953223646 + ], + "monthlyLoadFromGridCost": [ + 14.627190411786263, + 45.27684512835782, + 27.327464726704072, + 19.518720505853416, + 17.740237003145936, + 19.696353160694297, + 46.67243568908299, + 83.86117900006046, + 37.81555613421613, + 41.24751258733735, + 13.32924137903866, + 9.058332953223646 + ] + }, + "economics": { + "payback": 12.4569525340302, + "irr25": 7.5051136599394 + }, + "settings": { + "power": 2.28, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "6 units. JA Solar JAM60S20-380MR", + "numModules": 6.0, + "cost": 4689.960000238015, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 2KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.49905640565356996, + 0.9635891125873103, + 1.365732666366512, + 1.6196254246039243, + 1.6683727526302388, + 1.6671294018315015, + 1.5420445666269371, + 1.1597650048090833, + 0.6875230585759358, + 0.29411788259491395, + 0.04097487795712449, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1954.7544044545916, + "loadFromPVPct": 29.79767559876217, + "loadFromGridPct": 62.022601909123075, + "monthlyPVtoLoadCost": [ + 20.375484034951796, + 32.89766647964369, + 17.495904003763545, + 16.707861947428764, + 12.342732805773865, + 9.04275559087665, + 7.815675956854909, + 11.50759647904437, + 11.522448882974295, + 16.889859715418325, + 11.092938086514918, + 13.79598426531311 + ], + "PVtoGrid": 3419.4298096303546, + "monthlyPV": [ + 190.1587651561581, + 201.90358337478582, + 360.4227772206325, + 398.9025718382584, + 539.0260897147806, + 540.7933535303093, + 569.810260512206, + 488.8149391215329, + 375.1433686624222, + 280.18069844819775, + 155.85870120061975, + 141.08329639585963 + ], + "PVtoGridCost": 200.2097853712234, + "PVtoLoadCost": 181.48690824855825, + "monthlyPVtoGrid": [ + 452.2614190744092, + 419.46589118665077, + 404.56270350195547, + 301.7802749987494, + 224.22794165762494, + 114.53437652817568, + 106.6262044870664, + 133.38419642200628, + 147.35675432523414, + 286.26261681516746, + 351.3484503748799, + 477.61898025843504 + ], + "savings": 380.9060706885048, + "cost": 166.34220977730232, + "monthlyLoadFromGrid": [ + 80.35108554409989, + 211.13163067444478, + 148.07476438042252, + 105.35590633632722, + 94.5202332094272, + 100.35867532755593, + 244.91790809120678, + 435.4164312658482, + 188.7651709504483, + 215.208849594535, + 74.19487853662156, + 56.458870543654456 + ], + "PVtoLoadPct": 19.50938937521224, + "monthlyPVtoLoad": [ + 88.86523445590011, + 150.68877932555523, + 84.61583561957748, + 73.75699366367277, + 56.409276790572804, + 41.79094467244408, + 34.98633190879321, + 57.27552873415183, + 54.96496904955169, + 74.58133040546501, + 47.92075146337844, + 61.75151945634554 + ], + "PVtoGridPct": 80.49061062478776, + "loadFromGridCost": 366.55199514852575, + "total": 4242.098405175763, + "PVtoLoad": 827.6074955454083, + "monthlyPVtoGridCost": [ + 14.106338846841577, + 35.21121618731844, + 26.174619155810593, + 19.061875385299707, + 17.21142633869783, + 9.614356679644303, + 8.950521165871619, + 11.19666670131504, + 12.369564825709759, + 24.029736621758342, + 13.196213435397059, + 9.087250027559142 + ], + "monthlyLoadFromGridCost": [ + 14.165817559833718, + 41.976078366948926, + 26.174619155810593, + 19.061875385299707, + 17.21142633869783, + 19.239827153455312, + 46.257125896346935, + 82.95218494173864, + 36.832447784309245, + 40.39712910312867, + 13.196213435397059, + 9.087250027559142 + ] + }, + "economics": { + "payback": 11.931469892854606, + "irr25": 8.028101226831929 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7227316982123226, + 1.3142093280011413, + 1.6477405003352636, + 1.8411272275471575, + 1.7725496777077094, + 1.6382341591614822, + 1.4109859391830264, + 0.9150860870617666, + 0.441623335433974, + 0.14640876057553842, + 0.037032362206179954, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1994.6069835738258, + "loadFromPVPct": 28.362799488092893, + "loadFromGridPct": 63.287088457474795, + "monthlyPVtoLoadCost": [ + 18.997008974357836, + 29.2970306851612, + 16.348751420227764, + 15.938326792147583, + 11.959460633069, + 8.951284903693308, + 7.735900186187062, + 11.277986031434983, + 11.06106758925575, + 16.49745754884047, + 10.814953623068888, + 13.416755325138661 + ], + "PVtoGrid": 3513.8837694826548, + "monthlyPV": [ + 207.04691912548648, + 214.22515703930844, + 367.9005367893082, + 401.5058398511391, + 526.086696856155, + 536.6665875191363, + 559.9041905570398, + 481.75928906126927, + 379.63184756424965, + 293.5192688343304, + 171.0118330376887, + 157.44161967371772 + ], + "PVtoGridCost": 211.31199696149784, + "PVtoLoadCost": 172.29598371258248, + "monthlyPVtoGrid": [ + 453.32161773342546, + 424.7857118544564, + 402.54625724086264, + 309.1737066955141, + 239.48274121014947, + 130.37795207252833, + 123.53324318035772, + 152.15026723997374, + 162.25955929527873, + 295.1323499547135, + 354.9268442444511, + 466.1935187609437 + ], + "savings": 382.8173577428035, + "cost": 164.4309227230036, + "monthlyLoadFromGrid": [ + 85.53805021428911, + 226.35752129741655, + 153.11396817959337, + 108.26085913126441, + 96.43646237581906, + 101.04911903483965, + 245.46662350664002, + 437.29434811448726, + 191.34640225597028, + 216.60082316540527, + 75.17000439331203, + 57.972801904788646 + ], + "PVtoLoadPct": 18.33395293312423, + "monthlyPVtoLoad": [ + 83.67826978571088, + 135.46288870258343, + 79.57663182040663, + 70.85204086873559, + 54.49304762418094, + 41.10050096516036, + 34.43761649335999, + 55.397611885512745, + 52.38373774402972, + 73.18935683459473, + 46.945625606687976, + 60.23758809521136 + ], + "PVtoGridPct": 81.66604706687576, + "loadFromGridCost": 375.7429196845015, + "total": 4296.699785908829, + "PVtoLoad": 787.7549164261743, + "monthlyPVtoGridCost": [ + 15.484813907435534, + 35.65777777801646, + 27.32177173934637, + 19.83141054058089, + 17.594698511402697, + 10.944313597223745, + 10.369748347449391, + 12.771946576130782, + 13.620550659416523, + 24.774288437918784, + 13.47419789884309, + 9.466478967733591 + ], + "monthlyLoadFromGridCost": [ + 15.544292620427674, + 45.576714161431426, + 27.32177173934637, + 19.83141054058089, + 17.594698511402697, + 19.331297840638648, + 46.33690166701479, + 83.18179538934801, + 37.2938290780278, + 40.78953126970653, + 13.47419789884309, + 9.466478967733591 + ] + }, + "economics": { + "payback": 11.881828267221486, + "irr25": 8.078205810246985 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3346572730197742, + 0.6335236803932158, + 0.9535643094031303, + 1.2474345287321904, + 1.4497015428073916, + 1.5507903522641695, + 1.5587147185578645, + 1.2826094224744606, + 0.9328030653935669, + 0.4941178103705647, + 0.04097487795712449, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1931.7701845154074, + "loadFromPVPct": 30.625104115742985, + "loadFromGridPct": 61.29333324998557, + "monthlyPVtoLoadCost": [ + 21.224214044168193, + 35.27249734181245, + 18.444802497348885, + 17.343809234095346, + 12.45543423631925, + 9.071055906678218, + 7.680429022757776, + 11.420691460219729, + 11.657859258256018, + 17.04099347643164, + 11.461341852435256, + 14.186741883666734 + ], + "PVtoGrid": 3078.1344057726296, + "monthlyPV": [ + 164.4088630179906, + 179.18006180855124, + 332.0255312436594, + 371.04961726671957, + 516.0173600860229, + 507.6876603606212, + 539.5095263133001, + 463.1958503025464, + 347.7860196553371, + 250.01957815397807, + 135.19063461215669, + 117.7165184363387 + ], + "PVtoGridCost": 182.46708625077943, + "PVtoLoadCost": 187.2598702141895, + "monthlyPVtoGrid": [ + 416.0730962497424, + 379.8523906896862, + 375.2996999755005, + 272.00826518552793, + 193.4068107261591, + 93.4188217541651, + 83.7590034992968, + 107.48135514372925, + 123.9297623717762, + 257.4890638232657, + 322.1926705804749, + 453.2234657733055 + ], + "savings": 368.93696554800664, + "cost": 178.3113149178005, + "monthlyLoadFromGrid": [ + 77.2684558891212, + 201.81886437638613, + 144.43084967295414, + 102.94124553019078, + 93.86022257218103, + 99.91118714200842, + 245.4174850629581, + 435.26349212573865, + 188.06170056322495, + 214.83254257960635, + 72.89205331375533, + 55.07208568728261 + ], + "PVtoLoadPct": 21.67774748020243, + "monthlyPVtoLoad": [ + 91.9478641108788, + 160.00154562361385, + 88.25975032704586, + 76.17165446980921, + 57.06928742781898, + 42.23843285799159, + 34.48574493704191, + 57.428467874261365, + 55.667429436775045, + 74.95763742039364, + 49.222566686244676, + 63.138304312717395 + ], + "PVtoGridPct": 78.32225251979756, + "loadFromGridCost": 360.77840116857993, + "total": 3923.7872212572215, + "PVtoLoad": 850.5886854845924, + "monthlyPVtoGridCost": [ + 13.257608837625178, + 31.885940976051266, + 25.22572066222525, + 18.425928098633126, + 16.235143709332654, + 7.841854124169507, + 7.030980210345074, + 9.022305058858246, + 10.40303334931679, + 21.614398888316057, + 12.82767992670077, + 8.696492409205515 + ], + "monthlyLoadFromGridCost": [ + 13.317087550617318, + 39.60124750478017, + 25.22572066222525, + 18.425928098633126, + 17.098724908152445, + 19.21152683765374, + 46.39218528148081, + 83.03908996056327, + 36.6967226864522, + 40.24599534211535, + 12.82767992670077, + 8.696492409205515 + ] + }, + "economics": { + "payback": 12.245494625867694, + "irr25": 7.711491522200475 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.43136471958356126, + 0.7881981999696817, + 0.9984775311119946, + 1.1445698107192506, + 1.3252876563626677, + 1.4249660724871305, + 1.437330590744463, + 1.1797861127521017, + 0.868415292972958, + 0.5162250775523256, + 0.03846499910612911, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1940.8172400359372, + "loadFromPVPct": 30.299368514052876, + "loadFromGridPct": 61.58038819751292, + "monthlyPVtoLoadCost": [ + 20.9670226558074, + 34.02393444685641, + 18.07919481236804, + 17.366269615366758, + 12.501662202491563, + 9.111771785715142, + 7.696827577346981, + 11.382882274533763, + 11.580514957180023, + 17.105347415183694, + 11.518241150399009, + 14.225868085061396 + ], + "PVtoGrid": 2918.0997396391567, + "monthlyPV": [ + 163.75900310850759, + 176.0743937858508, + 319.0801483327949, + 353.7418619465427, + 486.7728704180171, + 479.64445303655214, + 507.87231621830426, + 437.6560728189606, + 333.3242473769429, + 242.22893169653923, + 136.04564946584625, + 118.50555139836118 + ], + "PVtoGridCost": 178.9276638170094, + "PVtoLoadCost": 185.55953697831018, + "monthlyPVtoGrid": [ + 389.17669701588875, + 354.0698161402939, + 351.658403922529, + 257.58311853270504, + 185.55808546209187, + 93.98499883968012, + 84.45599221486034, + 107.42802355274814, + 121.38304494051513, + 244.28483613336792, + 304.7243918298071, + 423.7923310546695 + ], + "savings": 363.69720987835717, + "cost": 183.5510705874499, + "monthlyLoadFromGrid": [ + 78.41526397933659, + 207.67349992198965, + 146.32933110356842, + 102.97787115576217, + 93.80214376555263, + 99.62234937383386, + 245.32544081649917, + 435.86002044424055, + 188.62065115466433, + 214.57369780057297, + 72.73152988326437, + 54.88544063665241 + ], + "PVtoLoadPct": 22.412986319512758, + "monthlyPVtoLoad": [ + 90.80105602066341, + 154.14691007801034, + 86.3612688964316, + 76.13502884423784, + 57.12736623444737, + 42.52727062616614, + 34.577789183500826, + 56.831939555759426, + 55.10847884533566, + 75.216482199427, + 49.38309011673564, + 63.32494936334759 + ], + "PVtoGridPct": 77.58701368048723, + "loadFromGridCost": 362.4787344044593, + "total": 3754.70549960322, + "PVtoLoad": 841.5416299640628, + "monthlyPVtoGridCost": [ + 13.514800225985976, + 29.7216748810034, + 25.591328347206094, + 18.40346771736171, + 15.57629833507321, + 7.889380714953749, + 7.089487518947454, + 9.017828246275615, + 10.189254303334135, + 20.505996690320213, + 12.770780628737016, + 8.657366207810856 + ], + "monthlyLoadFromGridCost": [ + 13.574278938978116, + 40.84981039973622, + 25.591328347206094, + 18.40346771736171, + 17.052496941980134, + 19.170810958616816, + 46.375786726891604, + 83.07689914624925, + 36.77406698752819, + 40.18164140336331, + 12.770780628737016, + 8.657366207810856 + ] + }, + "economics": { + "payback": 12.388414316661704, + "irr25": 7.5712920420233365 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.41409709584012233, + 0.9413093823665195, + 1.389237194924898, + 1.7307112787037215, + 1.882652532262813, + 1.8499131989823154, + 1.7992375022629086, + 1.3773540641605357, + 0.9272872407098155, + 0.4707012898275842, + 0.04097487795712449, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1924.9793352422503, + "loadFromPVPct": 30.869605917346753, + "loadFromGridPct": 61.07786570064327, + "monthlyPVtoLoadCost": [ + 20.802960699994514, + 34.30623605906182, + 18.30307375339098, + 17.20085854413734, + 12.582707980558828, + 9.232085701236587, + 7.837002246681565, + 12.997959445081204, + 11.97169500228984, + 17.24077465581707, + 11.210450259449889, + 13.9703651675169 + ], + "PVtoGrid": 3652.1730577617163, + "monthlyPV": [ + 234.8503834353331, + 230.5063187648361, + 391.3712646932725, + 411.57548692707786, + 547.1663868564569, + 536.0380165042448, + 572.9892957207361, + 507.3667319120997, + 402.6581234707241, + 314.8115242370203, + 182.74266404884668, + 172.54052594881816 + ], + "PVtoGridCost": 210.15489140040341, + "PVtoLoadCost": 187.65616951521653, + "monthlyPVtoGrid": [ + 445.83949681893125, + 416.5108474230078, + 419.43867200875786, + 327.37188810165173, + 257.7473265063682, + 140.36036860195898, + 137.97993745382772, + 168.89184088940652, + 173.32261911808658, + 315.9577311777508, + 363.5945102834248, + 485.15781937854433 + ], + "savings": 397.0210699986576, + "cost": 150.22721046714955, + "monthlyLoadFromGrid": [ + 78.6845003146865, + 204.9975517022717, + 144.39894009665815, + 103.4327646309276, + 93.40879226934793, + 99.30070455311231, + 244.81441150500956, + 426.2324574540734, + 186.1283003532505, + 213.9554764844783, + 73.76802335634694, + 55.857412522087415 + ], + "PVtoLoadPct": 19.033351505168923, + "monthlyPVtoLoad": [ + 90.5318196853135, + 156.82285829772832, + 88.29165990334184, + 75.68013536907242, + 57.52071773065208, + 42.848915446887695, + 35.088818494990434, + 66.45950254592655, + 57.60082964674952, + 75.83470351552168, + 48.34659664365305, + 62.35297747791258 + ], + "PVtoGridPct": 80.96664849483108, + "loadFromGridCost": 360.382101867553, + "total": 4504.616722519466, + "PVtoLoad": 857.3795347577498, + "monthlyPVtoGridCost": [ + 13.67886218179886, + 34.96316101289112, + 25.367449406183155, + 18.568878788591128, + 16.971451163912867, + 11.782267370998499, + 11.582446890866587, + 14.177284129128111, + 14.549216849680816, + 26.522432961310788, + 13.078571519686136, + 8.912869125355353 + ], + "monthlyLoadFromGridCost": [ + 13.738340894791, + 40.567508787530805, + 25.367449406183155, + 18.568878788591128, + 16.971451163912867, + 19.050497043095366, + 46.23561205755703, + 81.46182197570181, + 36.382886942418374, + 40.046214162729925, + 13.078571519686136, + 8.912869125355353 + ] + }, + "economics": { + "payback": 11.52789100983534, + "irr25": 8.446841628284618 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5875850165648159, + 1.300809265640759, + 1.7922175374301201, + 2.051420053171476, + 2.100593635346053, + 2.068813743548575, + 1.8530804395085787, + 1.362581384177679, + 0.8572571841839235, + 0.33770281125405344, + 0.03846499910612911, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1939.0792888042786, + "loadFromPVPct": 30.361979115018546, + "loadFromGridPct": 61.52524456559015, + "monthlyPVtoLoadCost": [ + 19.64080254102717, + 31.94033686918809, + 17.632930769810535, + 16.76641189946888, + 12.599598433580315, + 9.282957125395757, + 7.840809234695571, + 14.03904779022491, + 12.005729135176278, + 17.121212999616315, + 11.034034440843104, + 13.486248292042442 + ], + "PVtoGrid": 3936.4198936359203, + "monthlyPV": [ + 289.4027551491621, + 267.45424168034026, + 423.5658431921197, + 424.3105143534092, + 539.5690389318079, + 526.512017387351, + 564.1696105669023, + 514.9287454343428, + 430.12630773909723, + 358.01279843851387, + 220.49413623532809, + 216.21759572326766 + ], + "PVtoGridCost": 229.80441541261655, + "PVtoLoadCost": 183.39011953106936, + "monthlyPVtoGrid": [ + 440.56812230880007, + 417.0612621605519, + 429.5822763863301, + 356.50096996650825, + 300.91007415223936, + 177.8960454548962, + 181.6632625366142, + 217.55684697376245, + 209.90117455476857, + 348.3539779940997, + 376.99405102511463, + 479.431830122235 + ], + "savings": 412.40441428394763, + "cost": 134.84386618185948, + "monthlyLoadFromGrid": [ + 82.9391249214491, + 214.36765159364955, + 146.98053095198736, + 105.09366222741099, + 93.3702657137255, + 99.08490921956815, + 244.82066681334658, + 420.34509182460033, + 185.75893287442833, + 214.15714480198002, + 74.43253667170548, + 57.72877119042718 + ], + "PVtoLoadPct": 17.661200867460657, + "monthlyPVtoLoad": [ + 86.2771950785509, + 147.45275840635045, + 85.71006904801266, + 74.01923777258902, + 57.5592442862745, + 43.06471078043186, + 35.08256318665343, + 72.34686817539965, + 57.97019712557167, + 75.63303519801997, + 47.68309332829452, + 60.481618809572815 + ], + "PVtoGridPct": 82.33879913253934, + "loadFromGridCost": 364.6482815944761, + "total": 4774.763604831641, + "PVtoLoad": 843.2805911957215, + "monthlyPVtoGridCost": [ + 14.841020340766207, + 35.009364465242214, + 26.0375923897636, + 19.00332543325959, + 16.954560710891382, + 14.933123877273971, + 15.249355298888911, + 18.262369677194613, + 17.619729733713406, + 29.24187040372396, + 13.255117081068873, + 9.396986000829813 + ], + "monthlyLoadFromGridCost": [ + 14.900499053758347, + 42.93340797740453, + 26.0375923897636, + 19.00332543325959, + 16.954560710891382, + 18.999625618936197, + 46.231805069543014, + 80.42073363055809, + 36.34885280953193, + 40.16577581893068, + 13.255117081068873, + 9.396986000829813 + ] + }, + "economics": { + "payback": 11.172060247030219, + "irr25": 8.839104378963135 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.29629732537423087, + 0.6328110771931436, + 0.9541269802353893, + 1.2417230739208587, + 1.44826391849449, + 1.5405793866751774, + 1.5534388004430046, + 1.2819291937201518, + 0.9376283115790118, + 0.4944302808126697, + 0.04097487795712449, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1932.6254778320124, + "loadFromPVPct": 30.594309623272636, + "loadFromGridPct": 61.32047093887909, + "monthlyPVtoLoadCost": [ + 21.23055152037811, + 35.27125724993974, + 18.424791886395912, + 17.310713944210736, + 12.431854460408719, + 9.067455656405661, + 7.6902315441473545, + 11.436568031557858, + 11.637245491447148, + 17.001295695528704, + 11.442545161118693, + 14.158616039178447 + ], + "PVtoGrid": 3060.8516943586897, + "monthlyPV": [ + 165.23836029909378, + 178.2931993364482, + 329.7665403520556, + 368.32609152952705, + 513.4350047525849, + 504.8065993958934, + 536.7358795803374, + 460.789504283295, + 345.0193806363817, + 248.4568738255711, + 135.42353109482852, + 119.35825144066112 + ], + "PVtoGridCost": 182.19511272883028, + "PVtoLoadCost": 187.10312668071708, + "monthlyPVtoGrid": [ + 413.17291503171765, + 377.12902989447576, + 373.0017861122834, + 269.36729815240557, + 191.92605192240364, + 93.69106420794603, + 85.35517689032187, + 108.2974584349716, + 123.15054299648779, + 255.43177800577533, + 319.54353944744986, + 450.78505326245147 + ], + "savings": 368.508248492585, + "cost": 178.74003197322213, + "monthlyLoadFromGrid": [ + 77.2493356358243, + 201.86915031413835, + 144.5392818289884, + 103.06691751602386, + 93.94216809683253, + 99.95053311311752, + 245.37192544966075, + 435.2500981358778, + 188.16934366003957, + 215.03424765371975, + 72.96644791792279, + 55.216028509866646 + ], + "PVtoLoadPct": 21.756521004814193, + "monthlyPVtoLoad": [ + 91.96698436417572, + 159.95125968586166, + 88.1513181710116, + 76.04598248397613, + 56.987341903167476, + 42.19908688688249, + 34.53130455033924, + 57.44186186412219, + 55.55978633996042, + 74.75593234628025, + 49.14817208207721, + 62.99436149013336 + ], + "PVtoGridPct": 78.2434789951858, + "loadFromGridCost": 360.93514470205247, + "total": 3905.6492165266777, + "PVtoLoad": 849.7333921679876, + "monthlyPVtoGridCost": [ + 13.251271361415261, + 31.657333960007733, + 25.24573127317822, + 18.459023388517732, + 16.110844405251438, + 7.864706966550392, + 7.164967758617076, + 9.09081119969803, + 10.337623354232303, + 21.44170418965097, + 12.846476618017334, + 8.724618253693802 + ], + "monthlyLoadFromGridCost": [ + 13.310750074407402, + 39.602487596652885, + 25.24573127317822, + 18.459023388517732, + 17.122304684062975, + 19.215127087926298, + 46.38238276009123, + 83.02321338922515, + 36.71733645326107, + 40.2856931230183, + 12.846476618017334, + 8.724618253693802 + ] + }, + "economics": { + "payback": 12.257035655307796, + "irr25": 7.700057753794809 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3670424489786885, + 0.779781032953364, + 1.0368481530659404, + 1.1910995484747184, + 1.3140556137017687, + 1.391551830328509, + 1.415939166536041, + 1.1757503809404923, + 0.870594336397815, + 0.46436483855363775, + 0.03846499910612911, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1942.9922471994223, + "loadFromPVPct": 30.221058254381056, + "loadFromGridPct": 61.64939922168194, + "monthlyPVtoLoadCost": [ + 20.95220762582351, + 33.95134165823931, + 17.956481167953676, + 17.226322898863668, + 12.461550791163459, + 9.08882974295803, + 7.749633770375446, + 11.480642981644536, + 11.536480662713812, + 17.031908448722685, + 11.431442997920035, + 14.173862110210116 + ], + "PVtoGrid": 2862.9542465272843, + "monthlyPV": [ + 172.6509463025037, + 176.5254344155883, + 311.58112728392496, + 343.267413019322, + 474.02815017352486, + 465.73382304641126, + 493.7021608659139, + 426.32338267939195, + 323.96637761071304, + 240.0199808441134, + 140.35802596413237, + 129.22817712232285 + ], + "PVtoGridCost": 179.43666426845104, + "PVtoLoadCost": 185.04070485658832, + "monthlyPVtoGrid": [ + 375.31071295821596, + 340.20104435230775, + 340.81977864244334, + 248.6943689827908, + 183.49678635310755, + 98.52629979927913, + 95.01581300694849, + 115.84330313080457, + 122.0595044645623, + 237.12661662573896, + 294.54633044669373, + 411.31368776439217 + ], + "savings": 363.68737820807706, + "cost": 183.5609022577301, + "monthlyLoadFromGrid": [ + 78.4599099118047, + 207.97488348639382, + 146.8233959630514, + 103.44699137207775, + 93.94979550899414, + 99.85127383514676, + 245.16263588462564, + 435.38335682830086, + 188.84607004897396, + 214.91449934181398, + 73.02791742737175, + 55.15151759086732 + ], + "PVtoLoadPct": 22.7016289337779, + "monthlyPVtoLoad": [ + 90.75641008819531, + 153.84552651360616, + 85.86720403694858, + 75.66590862792226, + 56.979714491005865, + 42.29834616485324, + 34.74059411537435, + 57.30860317169915, + 54.88305995102603, + 74.87568065818601, + 49.086702572628255, + 63.05887240913268 + ], + "PVtoGridPct": 77.2983710662221, + "loadFromGridCost": 362.9975665261812, + "total": 3697.3849993278627, + "PVtoLoad": 839.3666228005779, + "monthlyPVtoGridCost": [ + 13.529615255969862, + 28.55748887222476, + 25.714041991620455, + 18.543414433864804, + 15.40326674876748, + 8.270591042705915, + 7.9759103261933095, + 9.724231877000907, + 10.246038330459228, + 19.905114425766193, + 12.85757878121599, + 8.709372182662136 + ], + "monthlyLoadFromGridCost": [ + 13.589093968962002, + 40.922403188353314, + 25.714041991620455, + 18.543414433864804, + 17.09260835330824, + 19.193753001373924, + 46.322980533863145, + 82.97913843913848, + 36.818101281994394, + 40.25508036982431, + 12.85757878121599, + 8.709372182662136 + ] + }, + "economics": { + "payback": 12.388686356356802, + "irr25": 7.571028033869909 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.26363388946418653, + 0.7144538541284979, + 1.212633217520834, + 1.6074185830723389, + 1.863626436894375, + 1.9256699734879519, + 1.908399677218041, + 1.5708072842198697, + 1.1081803146313849, + 0.5955253429211558, + 0.04097487795712449, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1906.2658111785358, + "loadFromPVPct": 31.543378837917885, + "loadFromGridPct": 60.48410238660465, + "monthlyPVtoLoadCost": [ + 21.331329375539173, + 35.91646812678998, + 19.086338749718163, + 17.519832070052484, + 12.573669642634968, + 9.226216773276773, + 7.808436102274342, + 13.707608966079459, + 12.099219300903767, + 17.14722200157121, + 11.430050196649063, + 14.106562249706485 + ], + "PVtoGrid": 3610.211577669189, + "monthlyPV": [ + 244.10417891167845, + 232.8890829941742, + 393.040698271762, + 404.52231463816537, + 541.0367086229462, + 518.629527075597, + 561.4121670662295, + 504.6927324457993, + 402.6842799524335, + 317.1781339172385, + 184.92957470525127, + 176.24936788937765 + ], + "PVtoGridCost": 207.8649593864873, + "PVtoLoadCost": 191.95295355519585, + "monthlyPVtoGrid": [ + 426.5017829528079, + 398.5061882913727, + 413.52408832011963, + 326.3481572599739, + 260.11241871066557, + 142.48529481136322, + 141.7665462631091, + 173.49679889948337, + 174.93633313514707, + 318.10863019075236, + 355.78944794859467, + 478.6358908857993 + ], + "savings": 399.02792202472085, + "cost": 148.22035844108626, + "monthlyLoadFromGrid": [ + 76.75527587721089, + 198.57002122514328, + 141.15835587432025, + 102.3828773075404, + 93.40727479342709, + 99.23872010611196, + 244.89217837373144, + 421.5836199878049, + 185.35925014097285, + 214.43694191899039, + 73.01613331042928, + 55.46516226285307 + ], + "PVtoLoadPct": 19.549675656518893, + "monthlyPVtoLoad": [ + 92.4610441227891, + 163.2503887748567, + 91.53224412567974, + 76.73002269245961, + 57.52223520657291, + 42.91089989388805, + 35.01105162626857, + 71.10834001219507, + 58.369879859027144, + 75.35323808100962, + 49.09848668957071, + 62.745227737146934 + ], + "PVtoGridPct": 80.4503243434811, + "loadFromGridCost": 356.0853178275736, + "total": 4481.368766490653, + "PVtoLoad": 876.0930588214642, + "monthlyPVtoGridCost": [ + 13.1504935062542, + 33.45179630271286, + 24.58418440985597, + 18.249905262675988, + 16.98048950183673, + 11.960640005611923, + 11.900306111846922, + 14.563838019285033, + 14.684676810342886, + 26.702985830412096, + 12.858971582486962, + 8.776672043165767 + ], + "monthlyLoadFromGridCost": [ + 13.20997221924634, + 38.95727671980264, + 24.58418440985597, + 18.249905262675988, + 16.98048950183673, + 19.056365971055186, + 46.26417820196424, + 80.75217245470355, + 36.255362643804446, + 40.13976681697579, + 12.858971582486962, + 8.776672043165767 + ] + }, + "economics": { + "payback": 11.479914560679092, + "irr25": 8.498415157311289 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.24853815654900668, + 0.7880491571353124, + 1.3829040996581383, + 1.8453565960259333, + 2.1112998241722236, + 2.180802774850711, + 2.1476546368673097, + 1.7825909521449308, + 1.2044974065944958, + 0.6650492900639818, + 0.03846499910612911, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1896.3770119670396, + "loadFromPVPct": 31.89942108324732, + "loadFromGridPct": 60.17033966763791, + "monthlyPVtoLoadCost": [ + 21.106950839250164, + 35.48137484057743, + 19.261726153414546, + 17.607223827171378, + 12.658664917990741, + 9.294521911049749, + 7.836822850991546, + 15.361728336316089, + 12.281345605834934, + 17.173622312534526, + 11.355513040530647, + 14.01993756950497 + ], + "PVtoGrid": 3851.22580902208, + "monthlyPV": [ + 306.7365242004351, + 271.65023106833894, + 426.83225804645997, + 410.4559055620435, + 528.3412856911372, + 495.78869784336325, + 543.127515617909, + 509.4097011368672, + 430.1666956558145, + 362.3944223233526, + 224.30074224025128, + 223.067817669068 + ], + "PVtoGridCost": 224.11977328864012, + "PVtoLoadCost": 193.43943220516672, + "monthlyPVtoGrid": [ + 404.58254575284883, + 381.9101998549938, + 417.2717811912812, + 353.5271249622534, + 305.0468373037407, + 181.52543568481624, + 188.50581855963185, + 226.19698380254397, + 212.52130069998086, + 351.8312918594828, + 362.01761087671173, + 466.28887847379485 + ], + "savings": 416.7692145768445, + "cost": 130.47906588896262, + "monthlyLoadFromGrid": [ + 77.67686790948557, + 200.2586842370848, + 140.18908005441398, + 102.07942930643891, + 93.12540498038808, + 98.90769344456496, + 244.81300089056384, + 411.6514596021089, + 184.18306963164193, + 214.36804381302284, + 73.31070531466828, + 55.8135727826577 + ], + "PVtoLoadPct": 18.722125356035537, + "monthlyPVtoLoad": [ + 91.53945209051443, + 161.56172576291522, + 92.50151994558601, + 77.0334706935611, + 57.80410501961192, + 43.24192655543505, + 35.09022910943616, + 81.0405003978911, + 59.54606036835806, + 75.42213618697717, + 48.80391468533171, + 62.396817217342296 + ], + "PVtoGridPct": 81.27787464396447, + "loadFromGridCost": 354.5988391776027, + "total": 4732.27179705504, + "PVtoLoad": 885.9818580329603, + "monthlyPVtoGridCost": [ + 13.374872042543208, + 32.05867960609079, + 24.40879700615959, + 18.16251350555709, + 16.89549422648096, + 15.237785702463926, + 15.823739830414743, + 18.987648495230538, + 17.839670925775817, + 29.53376648595078, + 12.933508738605378, + 8.863296723367283 + ], + "monthlyLoadFromGridCost": [ + 13.434350755535348, + 39.392370006015184, + 24.40879700615959, + 18.16251350555709, + 16.89549422648096, + 18.988060833282212, + 46.23579145324704, + 79.09805308446693, + 36.07323633887328, + 40.113366506012476, + 12.933508738605378, + 8.863296723367283 + ] + }, + "economics": { + "payback": 11.075882403871535, + "irr25": 8.949156286151583 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.24902777814383803, + 0.5785848085590379, + 0.955439053103641, + 1.2452458374706667, + 1.4500543727882014, + 1.5381867238678506, + 1.547665854681624, + 1.2750603374783154, + 0.9347104389065379, + 0.4943976792292101, + 0.04097487795712449, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1934.9197063818908, + "loadFromPVPct": 30.511706845450213, + "loadFromGridPct": 61.39326475057911, + "monthlyPVtoLoadCost": [ + 21.23315991711324, + 35.29168309853626, + 18.418494209401075, + 17.200469922773234, + 12.371023633153685, + 9.023069871969561, + 7.657589565073835, + 11.374625774888774, + 11.535821234717616, + 16.91041016685364, + 11.434334916727066, + 14.158782357554534 + ], + "PVtoGrid": 3042.7490970395347, + "monthlyPV": [ + 161.79452364192383, + 174.64933641828654, + 327.15466442247805, + 367.4836671318807, + 514.0562893525324, + 505.9697233653874, + 537.8790549935958, + 460.36967373853844, + 342.3764960067533, + 244.8985289508428, + 131.94601471575857, + 116.67441791966553 + ], + "PVtoGridCost": 180.92455374823447, + "PVtoLoadCost": 186.60946466876254, + "monthlyPVtoGrid": [ + 414.3289921148654, + 378.1837455425885, + 372.611517524448, + 267.28359503617116, + 188.64168894923796, + 90.45067681662958, + 82.82615884639861, + 104.98556793906518, + 120.01216309437326, + 253.29202799716384, + 318.73197400857214, + 451.4009891700205 + ], + "savings": 366.7440275000347, + "cost": 180.50425296577242, + "monthlyLoadFromGrid": [ + 77.242288749478, + 201.78069054899274, + 144.56884378590956, + 103.62609902941786, + 94.21614999839515, + 100.18766210087104, + 245.52674092673308, + 435.38204429714136, + 188.6748266760867, + 215.5063735746858, + 72.9973068766915, + 55.21067981748816 + ], + "PVtoLoadPct": 21.81168887910177, + "monthlyPVtoLoad": [ + 91.97403125052199, + 160.03971945100724, + 88.12175621409044, + 75.48680097058214, + 56.71336000160485, + 41.96195789912897, + 34.37648907326692, + 57.30991570285864, + 55.05430332391329, + 74.28380642531418, + 49.117313123308506, + 62.99971018251183 + ], + "PVtoGridPct": 78.18831112089823, + "loadFromGridCost": 361.4288067140069, + "total": 3885.2523906576434, + "PVtoLoad": 847.4391636181089, + "monthlyPVtoGridCost": [ + 13.248662964680136, + 31.74586993273435, + 25.252028950173063, + 18.569267409955234, + 15.835145195576478, + 7.592699198186853, + 6.9526744519210455, + 8.812801247779921, + 10.074178398317837, + 21.262087201182872, + 12.85468686240896, + 8.724451935317719 + ], + "monthlyLoadFromGridCost": [ + 13.308141677672277, + 39.58206174805636, + 25.252028950173063, + 18.569267409955234, + 17.18313551131801, + 19.259512872362393, + 46.41502473916476, + 83.08515564589423, + 36.81876070999059, + 40.37657865169335, + 12.85468686240896, + 8.724451935317719 + ] + }, + "economics": { + "payback": 12.304812327305584, + "irr25": 7.6529367804839765 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.2474979167263492, + 0.6043980286431414, + 0.9179937675974752, + 1.1519159264922876, + 1.3159665268801597, + 1.3846050055942785, + 1.4011752516003215, + 1.1642673892627464, + 0.868772113468732, + 0.4649443448924647, + 0.03846499910612911, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1944.025673140241, + "loadFromPVPct": 30.183850168294818, + "loadFromGridPct": 61.68218889878096, + "monthlyPVtoLoadCost": [ + 20.942266524993958, + 33.928808097816216, + 17.889758673768696, + 17.01021900358339, + 12.308975692349318, + 9.054230713935892, + 7.72036380735324, + 11.921322484942927, + 11.451292454403388, + 16.793626778152333, + 11.357719484461757, + 14.147013177509205 + ], + "PVtoGrid": 2808.387684641703, + "monthlyPV": [ + 174.28998172875058, + 167.0883845624164, + 298.89383649140814, + 337.0924899531464, + 473.63052970051564, + 468.47958736434634, + 495.1647302102054, + 421.3467521880001, + 311.86070954609346, + 227.1806563870526, + 136.34569609343993, + 130.41165727608694 + ], + "PVtoGridCost": 176.86662319668977, + "PVtoLoadCost": 184.52559689327032, + "monthlyPVtoGrid": [ + 378.0930507593156, + 341.78472429447754, + 336.13003446039085, + 237.56879008177881, + 171.2190627889775, + 94.61075652756665, + 96.31037168484274, + 114.5220997577013, + 112.97622375825723, + 225.54381931242378, + 288.6338189445313, + 410.99493227143955 + ], + "savings": 360.60222917299774, + "cost": 186.64605129280935, + "monthlyLoadFromGrid": [ + 78.49648339496922, + 208.09599408427215, + 147.11028227239078, + 104.42708053568535, + 94.51139640192491, + 99.94806043412673, + 245.27371440875578, + 432.4231180289507, + 189.19983919584084, + 216.01899282101564, + 73.29032899138487, + 55.23038257092392 + ], + "PVtoLoadPct": 23.01984313220414, + "monthlyPVtoLoad": [ + 90.71983660503078, + 153.72441591572786, + 85.58031772760923, + 74.68581946431465, + 56.41811359807508, + 42.20155956587327, + 34.62951559124421, + 60.26884197104929, + 54.529290804159174, + 73.77118717898435, + 48.824291008615134, + 62.98000742907608 + ], + "PVtoGridPct": 76.98015686779586, + "loadFromGridCost": 363.51267448949915, + "total": 3641.7850115014617, + "PVtoLoad": 838.333196859759, + "monthlyPVtoGridCost": [ + 13.539556356799416, + 28.690427683191032, + 25.78076448580544, + 18.759518329145077, + 14.372638066464564, + 7.941908678947953, + 8.084579437156185, + 9.613326130967192, + 9.483560695543526, + 18.932819922632085, + 12.931302294674268, + 8.736221115363048 + ], + "monthlyLoadFromGridCost": [ + 13.599035069791556, + 40.9449367487764, + 25.78076448580544, + 18.759518329145077, + 17.24518345212238, + 19.228352030396067, + 46.352250496885354, + 82.53845893584008, + 36.90328949030482, + 40.493362040394665, + 12.931302294674268, + 8.736221115363048 + ] + }, + "economics": { + "payback": 12.474784281320801, + "irr25": 7.488005751261628 + }, + "settings": { + "power": 3.04, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "8 units. JA Solar JAM60S20-380MR", + "numModules": 8.0, + "cost": 5517.600000280017, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 3KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7501232994618702, + 1.4483546073573137, + 2.0528098272499897, + 2.434431766896483, + 2.507703056724255, + 2.50583419702629, + 2.317821282587465, + 1.743223295307637, + 1.033404359332279, + 0.4420836483080568, + 0.06158865070170412, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1884.8148020033634, + "loadFromPVPct": 32.31582290478031, + "loadFromGridPct": 59.80348112820575, + "monthlyPVtoLoadCost": [ + 21.896593397732214, + 37.55872893467346, + 19.792362208546916, + 17.47533731138642, + 12.851635478783992, + 9.567380321275499, + 7.971830379248259, + 13.395983238799037, + 12.411608400513126, + 17.534107040563978, + 11.456245455996815, + 14.110371778858772 + ], + "PVtoGrid": 5486.103327497714, + "monthlyPV": [ + 286.0764699026024, + 303.68824350979855, + 541.9573050854034, + 599.7681997777917, + 810.374326990436, + 813.0250822881289, + 856.6454969587305, + 734.9124442203472, + 564.069859704754, + 421.3645684969488, + 234.50334411633315, + 212.3261844430757 + ], + "PVtoGridCost": 239.12186359208425, + "PVtoLoadCost": 196.02218394637848, + "monthlyPVtoGrid": [ + 718.0729202628647, + 685.0383088910772, + 638.6689649905398, + 487.38007928199954, + 363.1538838574352, + 190.91246103635078, + 177.08702176099155, + 218.08955720934551, + 244.2190683033783, + 465.10417302693423, + 550.6655161254417, + 747.711372751355 + ], + "savings": 434.3534246071858, + "cost": 112.89485585862136, + "monthlyLoadFromGrid": [ + 73.93085797473583, + 189.8688119323467, + 136.0835207701927, + 102.02921957724563, + 92.26230536048638, + 98.09211692001762, + 244.13583731791584, + 424.20408730674313, + 183.84282479357978, + 212.51587794153087, + 72.64631634765007, + 55.20302576091908 + ], + "PVtoLoadPct": 14.070978040147017, + "monthlyPVtoLoad": [ + 95.28546202526418, + 171.95159806765332, + 96.60707922980731, + 77.08368042275437, + 58.66720463951363, + 44.05750307998239, + 35.768402682084144, + 68.48787269325688, + 59.887315206420226, + 77.27430205846913, + 49.46931365234993, + 63.00736423908092 + ], + "PVtoGridPct": 85.92902195985297, + "loadFromGridCost": 352.0167194507056, + "total": 6378.711525494349, + "PVtoLoad": 897.5470979966366, + "monthlyPVtoGridCost": [ + 12.58522948406116, + 37.31501591191917, + 23.87816095102722, + 18.294400021342053, + 16.702523665687703, + 16.02576056753262, + 14.865212018919644, + 18.30708696092238, + 20.500475942796776, + 39.04222948794681, + 12.832906065915163, + 8.772862514013477 + ], + "monthlyLoadFromGridCost": [ + 12.6447081970533, + 37.31501591191917, + 23.87816095102722, + 18.294400021342053, + 16.702523665687703, + 18.71520242305646, + 46.100971473953585, + 81.06379818198397, + 35.943288266770416, + 39.75288177798302, + 12.832906065915163, + 8.772862514013477 + ] + }, + "economics": { + "payback": 13.595614304558097, + "irr25": 6.477962411762261 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0863258740837483, + 1.9753659629170441, + 2.476691064910287, + 2.7673674057907154, + 2.664289642692557, + 2.462402243193335, + 2.120829261390138, + 1.3754505245143012, + 0.663796616459118, + 0.22006454843359494, + 0.055662721508578344, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1924.9320873274767, + "loadFromPVPct": 30.871416153481974, + "loadFromGridPct": 61.07636656673553, + "monthlyPVtoLoadCost": [ + 20.328145553061326, + 33.693796727886294, + 18.347382577669748, + 16.685938215843503, + 12.491701972677944, + 9.475888988728146, + 7.970172481678541, + 13.218759728956075, + 12.005266550511418, + 17.188589017350584, + 11.304616769516416, + 13.797550281276893 + ], + "PVtoGrid": 5608.110661915785, + "monthlyPV": [ + 311.46077042210436, + 322.20859388921076, + 553.1969998707888, + 603.5007591820344, + 790.9253429593938, + 806.8222096241578, + 841.7558496257043, + 724.3072151458459, + 570.8164169380881, + 441.41354956362164, + 257.2797620162635, + 236.9141053510959 + ], + "PVtoGridCost": 256.73840277028694, + "PVtoLoadCost": 186.50780886515687, + "monthlyPVtoGrid": [ + 717.6909578858692, + 685.4654841590302, + 634.3578911445392, + 497.21535101995113, + 384.87007792482194, + 214.31275844000967, + 201.73036338734917, + 245.36412157635786, + 265.0916126455421, + 477.6109828275093, + 554.9452649833801, + 729.4557959214258 + ], + "savings": 442.4555887041669, + "cost": 104.79269176164021, + "monthlyLoadFromGrid": [ + 79.75176826171142, + 205.1856345333259, + 142.3776759986932, + 105.11793408186307, + 93.92951836120035, + 98.71599642374622, + 244.19125803625326, + 426.0943511542535, + 186.1950187563314, + 213.7829929567205, + 73.19350580134567, + 56.39643296203193 + ], + "PVtoLoadPct": 13.271671419037508, + "monthlyPVtoLoad": [ + 89.46455173828859, + 156.63477546667409, + 90.3129240013068, + 73.99496591813694, + 56.999991638799656, + 43.43362357625378, + 35.71298196374673, + 66.59760884574649, + 57.5351212436686, + 76.0071870432795, + 48.92212419865434, + 61.81395703796807 + ], + "PVtoGridPct": 86.72832858096248, + "loadFromGridCost": 361.5310945319272, + "total": 6460.601574588308, + "PVtoLoad": 857.4298126725237, + "monthlyPVtoGridCost": [ + 14.153677328732051, + 41.17994811870633, + 25.323140581904386, + 19.08379911688497, + 17.062457171793753, + 17.990051223911983, + 16.933847509469, + 20.596595124804207, + 22.25257947887258, + 40.09208835121674, + 12.984534752395563, + 9.08568401159536 + ], + "monthlyLoadFromGridCost": [ + 14.213156041724192, + 41.17994811870633, + 25.323140581904386, + 19.08379911688497, + 17.062457171793753, + 18.806693755603813, + 46.102629371523314, + 81.24102169182693, + 36.34963011677212, + 40.09839980119642, + 12.984534752395563, + 9.08568401159536 + ] + }, + "economics": { + "payback": 13.395807786964683, + "irr25": 6.6494191986332885 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5030177250159683, + 0.9522388011459979, + 1.4332864941024106, + 1.8749978839161707, + 2.17902203479685, + 2.3309669260543506, + 2.342877907905362, + 1.9278686757811057, + 1.4020806170092364, + 0.742700179857698, + 0.06158865070170412, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1862.029154080471, + "loadFromPVPct": 33.13610191603975, + "loadFromGridPct": 59.08051298083008, + "monthlyPVtoLoadCost": [ + 22.527512644267574, + 40.025312914925834, + 20.871747543647107, + 18.23882866341966, + 12.894238180103315, + 9.646067380757655, + 7.955886455858059, + 13.387211841874123, + 12.575562710429368, + 17.627157619355458, + 11.92668497497852, + 14.254202987197612 + ], + "PVtoGrid": 4984.868724310466, + "monthlyPV": [ + 247.37222458306474, + 269.5326459293704, + 499.27388171569277, + 557.9026376187737, + 775.7902920195859, + 763.2644710423986, + 811.1009724201988, + 696.4048222032778, + 522.9494880007788, + 376.0298952731134, + 203.4375204394847, + 177.20371898425623 + ], + "PVtoGridCost": 218.09543428756365, + "PVtoLoadCost": 201.9304139168143, + "monthlyPVtoGrid": [ + 666.0341114345717, + 629.9303504702874, + 596.3553148876754, + 443.48434477712925, + 317.6125736970524, + 159.25229147530754, + 142.0094941978379, + 178.84826506434223, + 209.21982255111126, + 422.2785147645115, + 507.1768386036748, + 712.6668023869655 + ], + "savings": 419.23585728741557, + "cost": 128.01242317839151, + "monthlyLoadFromGrid": [ + 71.65266039217315, + 180.30537805008862, + 132.27749268439763, + 99.25385677635042, + 92.05566842393904, + 97.49777103582284, + 244.18077521358168, + 423.6670404812775, + 182.99917662174084, + 212.37364304881874, + 71.02320098490111, + 54.7424903673796 + ], + "PVtoLoadPct": 15.598114574817199, + "monthlyPVtoLoad": [ + 97.56365960782686, + 181.5150319499114, + 100.41310731560239, + 79.85904322364958, + 58.87384157606097, + 44.65184896417717, + 35.72245478641832, + 69.02491951872248, + 60.729953378259154, + 77.41653695118127, + 51.09141901509889, + 63.4678996326204 + ], + "PVtoGridPct": 84.4018854251828, + "loadFromGridCost": 346.10785746595514, + "total": 5900.262570229996, + "PVtoLoad": 920.3297159195288, + "monthlyPVtoGridCost": [ + 11.9543102375258, + 34.84843193166678, + 22.798775615927028, + 17.530908669308808, + 16.659920964368382, + 13.368111642163859, + 11.920699885051697, + 15.013056027254406, + 17.562535017278726, + 35.44731618718598, + 12.362336804157504, + 8.629031305674639 + ], + "monthlyLoadFromGridCost": [ + 12.01378895051794, + 34.84843193166678, + 22.798775615927028, + 17.530908669308808, + 16.659920964368382, + 18.636515363574304, + 46.11672784838053, + 81.07256957890888, + 35.77901923427884, + 39.659831199191544, + 12.362336804157504, + 8.629031305674639 + ] + }, + "economics": { + "payback": 13.989075394974215, + "irr25": 6.153425561893577 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.648377063313526, + 1.1847274730736344, + 1.5007948031353233, + 1.7203836543422009, + 1.9920176121673672, + 2.1418425649009047, + 2.1604274645763235, + 1.7733166863130705, + 1.305300437963354, + 0.7759292417685457, + 0.0578160939653717, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1868.234140631703, + "loadFromPVPct": 32.91269386651934, + "loadFromGridPct": 59.27739163210285, + "monthlyPVtoLoadCost": [ + 22.365720304710237, + 39.40233600506502, + 20.493018874069175, + 18.1647158711559, + 12.934946219995817, + 9.663951175516239, + 7.961808582403119, + 13.354653729872332, + 12.506993037811057, + 17.69546611766505, + 11.990959735625404, + 14.288225540313524 + ], + "PVtoGrid": 4736.839631018255, + "monthlyPV": [ + 246.3954310704136, + 264.8645684979819, + 479.81589413776, + 531.7974568516695, + 731.8333908911169, + 721.1131972242114, + 763.5476134143222, + 658.0164117220621, + 501.2122410390281, + 364.3199054615576, + 204.72267890228127, + 178.38970117414786 + ], + "PVtoGridCost": 217.34371663181508, + "PVtoLoadCost": 200.82279519420285, + "monthlyPVtoGrid": [ + 624.712295645099, + 585.237049632604, + 560.0083396041349, + 422.1226112882422, + 305.7738298699227, + 160.3450093956339, + 143.1958722991073, + 178.6398688496121, + 204.93115661144864, + 402.4538627823782, + 480.8920931023186, + 668.5276419377536 + ], + "savings": 417.37652090905567, + "cost": 129.87175955675147, + "monthlyLoadFromGrid": [ + 72.48211842088756, + 183.16543621828183, + 134.3189278820728, + 99.62937024921409, + 91.92691440836505, + 97.30533049335263, + 244.18117112495946, + 424.4354377791985, + 183.37858811346672, + 212.00697864461824, + 70.8436362506491, + 54.56023104663673 + ], + "PVtoLoadPct": 16.190579465278475, + "monthlyPVtoLoad": [ + 96.73420157911244, + 178.65497378171818, + 98.3716721179272, + 79.4835297507859, + 59.00259559163496, + 44.84428950664738, + 35.722058875040545, + 68.2565222208015, + 60.35054188653328, + 77.78320135538175, + 51.2709837493509, + 63.650158953363274 + ], + "PVtoGridPct": 83.80942053472153, + "loadFromGridCost": 347.2154761885665, + "total": 5646.028490386552, + "PVtoLoad": 914.1247293682975, + "monthlyPVtoGridCost": [ + 12.116102577083138, + 35.47140884152761, + 23.17750428550496, + 17.605021461572573, + 16.619212924475878, + 13.45983763880097, + 12.02028799622212, + 14.995562628330541, + 17.20253162551438, + 33.7831758567136, + 12.29806204351062, + 8.595008752558728 + ], + "monthlyLoadFromGridCost": [ + 12.175581290075279, + 35.47140884152761, + 23.17750428550496, + 17.605021461572573, + 16.619212924475878, + 18.61863156881572, + 46.11080572183547, + 81.10512769091068, + 35.84758890689715, + 39.591522700881946, + 12.29806204351062, + 8.595008752558728 + ] + }, + "economics": { + "payback": 14.038110019787517, + "irr25": 6.113077908030307 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.6224223881514438, + 1.4148663191497854, + 2.0881390892628127, + 2.601403048011995, + 2.829783393706298, + 2.7805734518553638, + 2.704403663440549, + 2.0702777550410283, + 1.3937898735899423, + 0.7075032012143448, + 0.06158865070170412, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1855.0177981481113, + "loadFromPVPct": 33.38854297137629, + "loadFromGridPct": 58.85804895320342, + "monthlyPVtoLoadCost": [ + 22.228549099331655, + 38.79143603937971, + 20.713098610944666, + 18.05778696966697, + 12.969640446301193, + 9.7308020774698, + 7.994889152862718, + 15.496016185353737, + 12.649837652976318, + 17.706888010859885, + 11.617931866948382, + 14.181063293488075 + ], + "PVtoGrid": 5850.821543475346, + "monthlyPV": [ + 353.251690543166, + 346.6800264501626, + 588.4754566877823, + 618.7460089762087, + 822.609870871528, + 805.8774150913252, + 861.4238513746109, + 762.7973323038257, + 605.4268254242063, + 473.41758096110203, + 274.91217703755837, + 259.60850960575874 + ], + "PVtoGridCost": 250.77657061114337, + "PVtoLoadCost": 202.13793940558313, + "monthlyPVtoGrid": [ + 709.5728334268828, + 684.7518705069318, + 662.4754915270572, + 526.5286563742695, + 414.7394165310786, + 230.3557786333292, + 224.2465235071133, + 272.28532707809444, + 285.92730659585544, + 511.10405686017083, + 569.0797575118064, + 759.7545249227564 + ], + "savings": 452.1245190997642, + "cost": 95.12376136604293, + "monthlyLoadFromGrid": [ + 72.57843833555751, + 184.80401913232095, + 132.0051592232315, + 99.82083095006328, + 91.79482556997657, + 97.12660159577084, + 244.01301390135453, + 411.22463653492844, + 182.55928014569284, + 211.99761017238848, + 72.08274853559777, + 55.01063405122855 + ], + "PVtoLoadPct": 13.691274583294435, + "monthlyPVtoLoad": [ + 96.63788166444249, + 177.01639086767906, + 100.68544077676852, + 79.29206904993673, + 59.134684430023434, + 45.02301840422917, + 35.89021609864547, + 81.46732346507154, + 61.16984985430717, + 77.79256982761152, + 50.03187146440222, + 63.199755948771454 + ], + "PVtoGridPct": 86.30872541670557, + "loadFromGridCost": 345.90033197718634, + "total": 6773.226745327234, + "PVtoLoad": 927.3410718518886, + "monthlyPVtoGridCost": [ + 12.253273782461719, + 36.08230880721291, + 22.95742454862947, + 17.7119503630615, + 16.584518698170502, + 18.551780666862157, + 18.823921049041996, + 22.856441293138005, + 24.00158968330618, + 39.58010080768712, + 12.671089912187641, + 8.70217099938418 + ], + "monthlyLoadFromGridCost": [ + 12.312752495453859, + 36.08230880721291, + 22.95742454862947, + 17.7119503630615, + 16.584518698170502, + 18.551780666862157, + 46.07772515137587, + 78.96376523542926, + 35.70474429173189, + 39.58010080768712, + 12.671089912187641, + 8.70217099938418 + ] + }, + "economics": { + "payback": 13.1667356645399, + "irr25": 6.8518823701127385 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.883189167290081, + 1.955224554296908, + 2.693852072231973, + 3.0834550191816077, + 3.1573670044587954, + 3.1095991829828935, + 2.7853340778824722, + 2.04807318793178, + 1.288528872092711, + 0.5075954223725283, + 0.0578160939653717, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1868.0609877534696, + "loadFromPVPct": 32.91896453102499, + "loadFromGridPct": 59.271897646765545, + "monthlyPVtoLoadCost": [ + 21.212989969699795, + 36.28353723730694, + 19.961404115707637, + 17.60664321195021, + 12.961818179783476, + 9.72818632008565, + 8.010992603537137, + 16.82344029270389, + 12.609741680286676, + 17.658396610497732, + 11.386789587738546, + 13.782980115800147 + ], + "PVtoGrid": 6268.360043663332, + "monthlyPV": [ + 435.24844401606686, + 402.2158286794603, + 636.222465636715, + 637.2589490763529, + 810.9054817612264, + 791.559045850323, + 848.1671307857938, + 774.1636677913976, + 646.7137917474514, + 538.3526904554722, + 331.65578067687153, + 325.2587794327322 + ], + "PVtoGridCost": 272.6485996035407, + "PVtoLoadCost": 198.02691992509784, + "monthlyPVtoGrid": [ + 698.9304240602337, + 681.1182065676749, + 676.569319591936, + 569.460267852871, + 479.6780879275308, + 287.1675242398185, + 289.84509551492914, + 347.0240016007958, + 341.6451503624623, + 558.9507206416495, + 588.4343426900945, + 749.5369026133367 + ], + "savings": 469.88539886890027, + "cost": 77.36288159690687, + "monthlyLoadFromGrid": [ + 76.25439820991066, + 194.42707578188106, + 134.7326518005384, + 101.46547610541955, + 91.79838747205866, + 97.19474356294694, + 243.96131608219696, + 403.96655758472895, + 182.74132168300204, + 212.09726500493446, + 72.92439361374151, + 56.49740085211039 + ], + "PVtoLoadPct": 12.73800915004408, + "monthlyPVtoLoad": [ + 92.96192179008933, + 167.39333421811895, + 97.95794819946158, + 77.64742389458044, + 59.13112252794134, + 44.95487643705306, + 35.94191391780304, + 88.72540241527106, + 60.98780831699795, + 77.69291499506555, + 49.19123638625849, + 61.712989147889616 + ], + "PVtoGridPct": 87.26199084995592, + "loadFromGridCost": 350.0114812004476, + "total": 7177.722055909862, + "PVtoLoad": 914.2988922465304, + "monthlyPVtoGridCost": [ + 13.268832912093576, + 38.59020760928568, + 23.709119043866497, + 18.16309412077826, + 16.592340964688223, + 18.55439642424631, + 24.33046055339178, + 29.13022822424621, + 28.67871143164934, + 39.62859220804926, + 12.902361934173431, + 9.100254177072104 + ], + "monthlyLoadFromGridCost": [ + 13.328311625085716, + 38.59020760928568, + 23.709119043866497, + 18.16309412077826, + 16.592340964688223, + 18.55439642424631, + 46.06162170070145, + 77.63634112807911, + 35.74484026442153, + 39.62859220804926, + 12.902361934173431, + 9.100254177072104 + ] + }, + "economics": { + "payback": 12.762529966880695, + "irr25": 7.218011656800161 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.44535953213619556, + 0.9511676992473149, + 1.4341322351778154, + 1.8664130921385906, + 2.1768611658434343, + 2.3156189952162007, + 2.3349477640194687, + 1.9268462353679767, + 1.4093333634890688, + 0.7431698489298928, + 0.06158865070170412, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1862.5224640850722, + "loadFromPVPct": 33.118340487384444, + "loadFromGridPct": 59.09616526429005, + "monthlyPVtoLoadCost": [ + 22.53003531253114, + 40.04224927388755, + 20.86335247926635, + 18.23720712224358, + 12.88044858313006, + 9.642094307613368, + 7.963346194508021, + 13.40158426739668, + 12.563303509608833, + 17.594137422017965, + 11.908043894216451, + 14.228943624088782 + ], + "PVtoGrid": 4958.0632777124065, + "monthlyPV": [ + 248.61902801118805, + 268.1993637893429, + 495.87843045634065, + 553.7736335501942, + 771.9087971000594, + 758.9339967065725, + 806.9319506116383, + 692.7878839270445, + 518.7909993694168, + 373.6810206496671, + 203.78758323005457, + 179.67112622581598 + ], + "PVtoGridCost": 218.1085492237014, + "PVtoLoadCost": 201.8547459905088, + "monthlyPVtoGrid": [ + 661.6944734956126, + 625.7037419106689, + 592.7924170385239, + 439.3335660381061, + 315.3166086926962, + 159.64088082754773, + 144.45397693863686, + 180.094949476546, + 207.94918937572376, + 419.0508610969965, + 503.1112771066909, + 708.9213357146577 + ], + "savings": 419.17330429724785, + "cost": 128.0749761685593, + "monthlyLoadFromGrid": [ + 71.6434967890401, + 180.24779129903064, + 132.33153311147933, + 99.26156666868931, + 92.10857804302906, + 97.53629759749315, + 244.15785071282087, + 423.6669214653579, + 183.06182558638085, + 212.5414406406559, + 71.0866435564967, + 54.87851861459838 + ], + "PVtoLoadPct": 15.662218176461174, + "monthlyPVtoLoad": [ + 97.5728232109599, + 181.57261870096937, + 100.35906688852069, + 79.85133333131068, + 58.82093195697094, + 44.61332240250685, + 35.745379287179134, + 69.02503853464206, + 60.667304413619135, + 77.2487393593441, + 51.027976443503306, + 63.33187138540163 + ], + "PVtoGridPct": 84.33778182353883, + "loadFromGridCost": 346.1835253922607, + "total": 5872.963813627334, + "PVtoLoad": 919.8364059149277, + "monthlyPVtoGridCost": [ + 11.951787569262237, + 34.831495572705066, + 22.807170680307784, + 17.53253021048489, + 16.673710561341636, + 13.400730989713455, + 12.125897046634831, + 15.117706429772909, + 17.455874284252783, + 35.17637732552276, + 12.380977884919574, + 8.65429066878347 + ], + "monthlyLoadFromGridCost": [ + 12.011266282254377, + 34.831495572705066, + 22.807170680307784, + 17.53253021048489, + 16.673710561341636, + 18.640488436718588, + 46.109268109730564, + 81.05819715338633, + 35.79127843509938, + 39.69285139652904, + 12.380977884919574, + 8.65429066878347 + ] + }, + "economics": { + "payback": 13.990762404708633, + "irr25": 6.152069736925125 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5516953389464814, + 1.172075770735232, + 1.558469040388733, + 1.790321721488174, + 1.9751349175359736, + 2.0916181788533645, + 2.1282743742129306, + 1.7672506456251393, + 1.3085757215285128, + 0.697978987753409, + 0.0578160939653717, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1870.599599687383, + "loadFromPVPct": 32.82752646293405, + "loadFromGridPct": 59.35244552378788, + "monthlyPVtoLoadCost": [ + 22.319858868979956, + 39.280930808428174, + 20.355265147822404, + 18.081933745791243, + 12.88428438567586, + 9.642085088213511, + 7.960041121400508, + 13.441571632680398, + 12.456732133158104, + 17.648090180943182, + 11.911973592440727, + 14.238450622608436 + ], + "PVtoGrid": 4652.323002218582, + "monthlyPV": [ + 259.76076150550284, + 265.542266034287, + 468.22218100803235, + 515.7939220122439, + 712.5345444579486, + 700.2043629770438, + 742.2486909550423, + 640.9824355563031, + 487.1465842005273, + 360.99966854444847, + 211.2045395712769, + 194.50644570854183 + ], + "PVtoGridCost": 220.0302953389057, + "PVtoLoadCost": 200.2212173281425, + "monthlyPVtoGrid": [ + 603.9371420439463, + 564.4137010792541, + 543.5341161111847, + 408.3333315928746, + 302.6354452464092, + 167.01580507460054, + 159.3245607558356, + 191.48225030137016, + 205.88256800091807, + 391.10812135488396, + 465.1591142607899, + 649.4968463965143 + ], + "savings": 419.4615217500858, + "cost": 127.78675871572132, + "monthlyLoadFromGrid": [ + 72.61579906690253, + 183.64101012421176, + 134.87868055488156, + 99.90574739234731, + 92.10876670196069, + 97.49426550332362, + 244.19311504729376, + 423.9124887958673, + 183.65230196663106, + 212.2549503468516, + 71.11419224854599, + 54.828281938565766 + ], + "PVtoLoadPct": 16.40106599634565, + "monthlyPVtoLoad": [ + 96.60052093309747, + 178.17939987578825, + 97.81191944511846, + 79.2071526076527, + 58.82074329803931, + 44.655354496676374, + 35.71011495270623, + 68.77947120413266, + 60.07682803336895, + 77.53522965314842, + 51.000427751454005, + 63.38210806143423 + ], + "PVtoGridPct": 83.59893400365435, + "loadFromGridCost": 347.817054054627, + "total": 5559.146402531199, + "PVtoLoad": 911.759270312617, + "monthlyPVtoGridCost": [ + 12.161964012813415, + 35.592814038164434, + 23.315258011751734, + 17.687803586937225, + 16.669874758795835, + 14.019804095499126, + 13.374178140808544, + 16.07359037542249, + 17.282395931102883, + 32.83078053065084, + 12.377048186695298, + 8.644783670263816 + ], + "monthlyLoadFromGridCost": [ + 12.221442725805556, + 35.592814038164434, + 23.315258011751734, + 17.687803586937225, + 16.669874758795835, + 18.640497656118445, + 46.11257318283808, + 81.01820978810261, + 35.8978498115501, + 39.638898637603816, + 12.377048186695298, + 8.644783670263816 + ] + }, + "economics": { + "payback": 13.98299356640642, + "irr25": 6.158315889724086 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3962636703477547, + 1.0738835857046265, + 1.8226886176774695, + 2.4160838684586503, + 2.801185589386046, + 2.894442186942203, + 2.8684834947504783, + 2.3610540402033995, + 1.6656872140962595, + 0.8951241384431343, + 0.06158865070170412, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1835.9770822303758, + "loadFromPVPct": 34.07409630328632, + "loadFromGridPct": 58.25390413545076, + "monthlyPVtoLoadCost": [ + 22.57955416389854, + 40.294712767085876, + 21.567098470712107, + 18.48118877174563, + 12.98434886953997, + 9.709749420752223, + 7.987960993512, + 16.473254807236497, + 12.75332019196086, + 17.602031704405753, + 11.894586878462555, + 14.204196094112776 + ], + "PVtoGrid": 5796.825816783849, + "monthlyPV": [ + 367.1609150649329, + 350.2615193341384, + 590.9847542540343, + 608.1331055783401, + 813.3964544939963, + 779.7110070842729, + 844.0224637834826, + 758.7780886277654, + 605.466140792449, + 476.9747922136834, + 278.1992857062913, + 265.1832076200876 + ], + "PVtoGridCost": 248.80269985899972, + "PVtoLoadCost": 206.53200313342478, + "monthlyPVtoGrid": [ + 682.1152852624322, + 661.6057140707068, + 655.2592888786252, + 525.1243047350488, + 418.23975303241156, + 233.7562028680231, + 229.84232467419304, + 279.70993458014897, + 288.94635711663426, + 514.1708681129088, + 557.5135184515924, + 750.5422650011253 + ], + "savings": 454.54471207546203, + "cost": 92.70356839034503, + "monthlyLoadFromGrid": [ + 71.28729817815925, + 179.05925028722422, + 128.80820025085978, + 98.37716394259982, + 91.73795081872824, + 97.23991716173182, + 244.0341170541054, + 404.74001951521603, + 181.9968377824958, + 212.55512385887442, + 71.12941287325226, + 55.01179050712891 + ], + "PVtoLoadPct": 14.04487419105751, + "monthlyPVtoLoad": [ + 97.92902182184076, + 182.7611597127758, + 103.88239974914023, + 80.73573605740019, + 59.19155918127177, + 44.90970283826818, + 35.86911294589459, + 87.95194048478398, + 61.732292217504195, + 77.23505614112555, + 50.985207126747746, + 63.1985994928711 + ], + "PVtoGridPct": 85.95512580894248, + "loadFromGridCost": 341.5062682493447, + "total": 6738.271734553473, + "PVtoLoad": 946.381787769624, + "monthlyPVtoGridCost": [ + 11.902268717894831, + 34.579032079506746, + 22.103424688862027, + 17.288548560982843, + 16.569810274931726, + 18.572833323579733, + 19.293649264792485, + 23.479684959318476, + 24.255017775556656, + 39.68495711414124, + 12.394434900673472, + 8.679038198759477 + ], + "monthlyLoadFromGridCost": [ + 11.961747430886971, + 34.579032079506746, + 22.103424688862027, + 17.288548560982843, + 16.569810274931726, + 18.572833323579733, + 46.084653310726594, + 77.9865266135465, + 35.60126175274735, + 39.68495711414124, + 12.394434900673472, + 8.679038198759477 + ] + }, + "economics": { + "payback": 13.110922470429408, + "irr25": 6.9022053006429385 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3735735278030452, + 1.1845034492931326, + 2.0786199201598987, + 2.773724498500075, + 3.1734592970252677, + 3.277928014578356, + 3.2281036052461842, + 2.6793825136111984, + 1.810459816951286, + 0.9996244154290412, + 0.0578160939653717, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1825.5331963367585, + "loadFromPVPct": 34.45012422174229, + "loadFromGridPct": 57.922529014521, + "monthlyPVtoLoadCost": [ + 22.40387728764579, + 39.86909560496333, + 21.703209987228913, + 18.579186550266805, + 12.996936867566616, + 9.728949633889469, + 7.9943493712178695, + 18.385030493652405, + 12.841430471542129, + 17.594714484775036, + 11.811567552282048, + 14.196304012767124 + ], + "PVtoGrid": 6162.504757253143, + "monthlyPV": [ + 461.3025410791489, + 408.522749838223, + 640.9663728674318, + 616.8563897750016, + 794.3141775613901, + 745.3793403788027, + 816.5391113637053, + 765.8680850248027, + 646.774498146574, + 544.9386357078765, + 337.3774262139624, + 335.55523295946415 + ], + "PVtoGridCost": 266.94847742849913, + "PVtoLoadCost": 208.10465231779753, + "monthlyPVtoGrid": [ + 648.4343605722337, + 635.711533828589, + 661.5858135833992, + 566.1072664940931, + 486.15266721665154, + 292.7790946250899, + 300.1995785021736, + 362.6366346664721, + 346.66459511870073, + 564.169075971538, + 566.5606867063743, + 731.5034499678266 + ], + "savings": 474.26313882933425, + "cost": 72.98514163647285, + "monthlyLoadFromGrid": [ + 71.938040193431, + 180.64842246488382, + 128.04472855859643, + 98.05176834751906, + 91.68702150877498, + 97.0846684111275, + 244.01934554270946, + 393.5250935873232, + 181.4538452804778, + 212.57171310410615, + 71.45329693137275, + 55.05525240643646 + ], + "PVtoLoadPct": 13.449151090377478, + "monthlyPVtoLoad": [ + 97.278279806569, + 181.17198753511616, + 104.64587144140356, + 81.06113165248095, + 59.242488491225025, + 45.06495158887251, + 35.88388445729054, + 99.1668664126768, + 62.275284719522205, + 77.21846689589384, + 50.661323068627254, + 63.155137593563545 + ], + "PVtoGridPct": 86.55084890962253, + "loadFromGridCost": 339.933619064972, + "total": 7114.394560916382, + "PVtoLoad": 956.8256736632416, + "monthlyPVtoGridCost": [ + 12.077945594147586, + 35.004649241629295, + 21.967313172345225, + 17.190550782461667, + 16.557222276905083, + 18.553633110442487, + 25.1996466937484, + 30.44079914235737, + 29.100058573730955, + 39.69227433377196, + 12.477454226853975, + 8.686930280105129 + ], + "monthlyLoadFromGridCost": [ + 12.137424307139726, + 35.004649241629295, + 21.967313172345225, + 17.190550782461667, + 16.557222276905083, + 18.553633110442487, + 46.07826493302072, + 76.0747509271306, + 35.513151473166076, + 39.69227433377196, + 12.477454226853975, + 8.686930280105129 + ] + }, + "economics": { + "payback": 12.666187755586638, + "irr25": 7.30716013798971 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.37430946979685986, + 0.8696611058351924, + 1.4361043898639743, + 1.8717080988497967, + 2.1795523676136535, + 2.312022623945941, + 2.3262705462278848, + 1.9165217729439195, + 1.4049475580937458, + 0.7431208460374834, + 0.06158865070170412, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1863.5593830981302, + "loadFromPVPct": 33.08100663463469, + "loadFromGridPct": 59.1290657734345, + "monthlyPVtoLoadCost": [ + 22.53203630838132, + 40.050366263411114, + 20.854505351293913, + 18.223376530264808, + 12.849209084285047, + 9.613748167899981, + 7.931416249188578, + 13.362578154320406, + 12.52746464719606, + 17.528309149417403, + 11.898482126141715, + 14.230155309879137 + ], + "PVtoGrid": 4928.43662516438, + "monthlyPV": [ + 243.44265498637745, + 262.722334651968, + 491.9525636246868, + 552.5017002804333, + 772.8426395449974, + 760.6822688052692, + 808.6502383705821, + 692.1568436881457, + 514.8185238816458, + 368.33253224672035, + 198.56058678105708, + 175.63735520436632 + ], + "PVtoGridCost": 216.22727831353478, + "PVtoLoadCost": 201.60164734167952, + "monthlyPVtoGrid": [ + 663.4385910919616, + 627.3984517532813, + 592.2025115943375, + 435.4352860462214, + 310.08395104874813, + 154.57950810485926, + 140.5304866734365, + 174.94323390913664, + 202.66350762779732, + 415.4405787646622, + 501.8718656338144, + 709.8486529161233 + ], + "savings": 417.0389347382519, + "cost": 130.2093457275552, + "monthlyLoadFromGrid": [ + 71.63934228669233, + 180.2242133826992, + 132.37266790619174, + 99.33576216457564, + 92.22440880202778, + 97.70192132380215, + 244.2681314690702, + 423.69157892275916, + 183.25317297582924, + 212.85702513997538, + 71.11916535338115, + 54.87199337112601 + ], + "PVtoLoadPct": 15.72667355036375, + "monthlyPVtoLoad": [ + 97.57697771330767, + 181.5961966173008, + 100.31793209380827, + 79.77713783542437, + 58.705101197972226, + 44.447698676197845, + 35.63509853092981, + 69.0003810772408, + 60.47595702417075, + 76.93315486002462, + 50.995454646618846, + 63.33839662887399 + ], + "PVtoGridPct": 84.27332644963626, + "loadFromGridCost": 346.43662404109, + "total": 5842.300242066249, + "PVtoLoad": 918.79948690187, + "monthlyPVtoGridCost": [ + 11.949786573412057, + 34.8233785831815, + 22.816017808280222, + 17.546360802463663, + 16.704950060186647, + 12.975864289255377, + 11.796547588575233, + 14.685256081863914, + 17.01217841616423, + 34.87331947416455, + 12.39053965299431, + 8.653078982993115 + ], + "monthlyLoadFromGridCost": [ + 12.009265286404197, + 34.8233785831815, + 22.816017808280222, + 17.546360802463663, + 16.704950060186647, + 18.66883457643198, + 46.14119805505001, + 81.0972032664626, + 35.827117297512146, + 39.7586796691296, + 12.39053965299431, + 8.653078982993115 + ] + }, + "economics": { + "payback": 14.046992723189003, + "irr25": 6.105741837954115 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.37200996080107157, + 0.9084605232955594, + 1.3798210102800734, + 1.731425477549906, + 1.9780071790321123, + 2.0811765232982173, + 2.1060829816987856, + 1.74999075374233, + 1.3058367688561614, + 0.6988500339959087, + 0.0578160939653717, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1868.5824787403797, + "loadFromPVPct": 32.90015209277161, + "loadFromGridPct": 59.28844408748803, + "monthlyPVtoLoadCost": [ + 22.295627509626453, + 39.23022438707609, + 20.27871915293934, + 18.049787015510866, + 12.810155023241496, + 9.6192174383889, + 7.956689342049285, + 14.061812023279519, + 12.464222205987866, + 17.488097656959678, + 11.819646536623882, + 14.239353843226354 + ], + "PVtoGrid": 4567.005595451426, + "monthlyPV": [ + 262.2243681197914, + 251.35784899430215, + 449.06923432595556, + 506.72353409835375, + 712.079359342812, + 704.3314751959858, + 744.4470543660777, + 633.5021458693758, + 468.9507579012327, + 341.70109564670366, + 205.17367394759728, + 196.28556890285842 + ], + "PVtoGridCost": 217.14449039331154, + "PVtoLoadCost": 200.3135521349097, + "monthlyPVtoGrid": [ + 608.1542292553876, + 566.832421401983, + 536.3928250794055, + 390.30317630455426, + 283.6063540805351, + 161.0834952133058, + 161.1059348151796, + 189.70305429514133, + 191.66810806269663, + 372.71478275962755, + 456.4044169804347, + 649.0367972031753 + ], + "savings": 416.66805161125893, + "cost": 130.58022885454818, + "monthlyLoadFromGrid": [ + 72.70577405940168, + 183.86136703590515, + 135.2176792100297, + 100.07141840332156, + 92.37824843383144, + 97.59282126570855, + 244.19536591232117, + 419.66968617534997, + 183.6222590683945, + 213.01455843367197, + 71.42988288208096, + 54.82341786036325 + ], + "PVtoLoadPct": 16.687400846984744, + "monthlyPVtoLoad": [ + 96.51054594059832, + 177.95904296409486, + 97.4729207899703, + 79.04148159667844, + 58.551261566168556, + 44.556798734291455, + 35.707864087678836, + 73.02227382465006, + 60.10687093160549, + 76.77562156632803, + 50.684737117919035, + 63.386972139636754 + ], + "PVtoGridPct": 83.31259915301526, + "loadFromGridCost": 347.7247192478597, + "total": 5475.846116711045, + "PVtoLoad": 913.7763912596201, + "monthlyPVtoGridCost": [ + 12.186195372166921, + 35.64352045951653, + 23.391804006634796, + 17.719950317217602, + 16.7440041212302, + 13.521828337743742, + 13.523711984756137, + 15.92423936374021, + 16.089191829442136, + 31.286788908705272, + 12.469375242512143, + 8.643880449645899 + ], + "monthlyLoadFromGridCost": [ + 12.245674085159061, + 35.64352045951653, + 23.391804006634796, + 17.719950317217602, + 16.7440041212302, + 18.663365305943053, + 46.1159249621893, + 80.39796939750349, + 35.89035973872034, + 39.79889116158732, + 12.469375242512143, + 8.643880449645899 + ] + }, + "economics": { + "payback": 14.056768142657246, + "irr25": 6.097678478969559 + }, + "settings": { + "power": 4.56, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "12 units. JA Solar JAM60S20-380MR", + "numModules": 12.0, + "cost": 7393.584000375223, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 4KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.877836627070015, + 1.6949463164735206, + 2.402313934338619, + 2.8489094694400094, + 2.9346556687243455, + 2.932468623614687, + 2.7124452984160397, + 2.040018299498933, + 1.2093481136320978, + 0.5173512394455068, + 0.07207451553173021, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1861.8885152764933, + "loadFromPVPct": 33.141274653645, + "loadFromGridPct": 59.07605063787169, + "monthlyPVtoLoadCost": [ + 22.345373705361553, + 38.938089006124976, + 20.647609299051343, + 17.78715894231689, + 12.980116657058442, + 9.725512584758162, + 8.03296375465291, + 14.317260339801601, + 12.606838465855269, + 17.647696453861037, + 11.59065907628472, + 14.18998929237839 + ], + "PVtoGrid": 6550.03467965755, + "monthlyPV": [ + 334.86812484320683, + 355.46431580721594, + 634.3007370596948, + 701.9450234805801, + 948.4044184828603, + 951.5045904096798, + 1002.553553437994, + 860.0979309067361, + 660.1734537643101, + 493.1823281984304, + 274.5084953051994, + 248.56619268514882 + ], + "PVtoGridCost": 249.8286989381083, + "PVtoLoadCost": 200.8092675775053, + "monthlyPVtoGrid": [ + 854.5671149937072, + 825.0887660414045, + 759.416383520978, + 582.1774232493668, + 434.4024885212541, + 230.26317193891686, + 213.01527167975118, + 261.42383012265117, + 294.9993973607984, + 556.9806804482504, + 652.273394216836, + 885.4267575636352 + ], + "savings": 449.84734358433667, + "cost": 97.40093688147043, + "monthlyLoadFromGrid": [ + 71.94554458402732, + 184.0112126034105, + 131.64545261424192, + 100.72296948505678, + 91.6931503228237, + 97.43767663371743, + 243.82407899460236, + 418.7467052794443, + 182.84708155358248, + 212.04895338855565, + 72.07737073625599, + 54.88831908077496 + ], + "PVtoLoadPct": 12.32958083243235, + "monthlyPVtoLoad": [ + 97.27077541597268, + 177.8091973965895, + 101.04514738575807, + 78.38993051494323, + 59.236359677176296, + 44.711943366282576, + 36.08016100539764, + 73.94525472055565, + 60.883058446417515, + 77.74122661144435, + 50.03825926374401, + 63.322070919225034 + ], + "PVtoGridPct": 87.67041916756764, + "loadFromGridCost": 347.22963581957873, + "total": 7465.569164381055, + "PVtoLoad": 920.4733847235066, + "monthlyPVtoGridCost": [ + 12.136449176431825, + 35.935655840467646, + 23.02291386052279, + 17.982578390411582, + 16.57404248741325, + 18.557070159573794, + 17.881136320994845, + 21.94469489026818, + 24.76312800121733, + 39.63929236468596, + 12.698492445627258, + 8.693245000493862 + ], + "monthlyLoadFromGridCost": [ + 12.195927889423965, + 35.935655840467646, + 23.02291386052279, + 17.982578390411582, + 16.57404248741325, + 18.557070159573794, + 46.03983809854894, + 80.1425210809814, + 35.74805820142827, + 39.63929236468596, + 12.698492445627258, + 8.693245000493862 + ] + }, + "economics": { + "payback": 14.499695065019356, + "irr25": 5.742917443708939 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.271279857443006, + 2.311684752839963, + 2.898363685376773, + 3.2385295472165296, + 3.1179021304319514, + 2.8816420996457164, + 2.48191411564699, + 1.6096298435303995, + 0.7768122697575006, + 0.25753195651064104, + 0.06513965869035344, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1900.5874979298317, + "loadFromPVPct": 31.747933320569764, + "loadFromGridPct": 60.30393460627527, + "monthlyPVtoLoadCost": [ + 20.912225380137034, + 35.02586520007816, + 19.177318659890243, + 16.94650688583968, + 12.661937759860399, + 9.6483055441472, + 8.039031042059705, + 14.104818284873435, + 12.279412749639418, + 17.34325372704501, + 11.447248838140919, + 13.922719166032909 + ], + "PVtoGrid": 6684.777098189262, + "monthlyPV": [ + 364.57426617298154, + 377.137875235221, + 647.4540623420548, + 706.5241531859562, + 925.6441195373446, + 944.2456386861545, + 985.1288476563411, + 847.6870932127947, + 668.0686558601435, + 516.6447775429375, + 301.1627451869927, + 277.3403656405083 + ], + "PVtoGridCost": 265.666412981699, + "PVtoLoadCost": 191.5086432377441, + "monthlyPVtoGrid": [ + 852.5993860116159, + 822.8383651529608, + 753.2365504313186, + 593.3500610640962, + 459.3142150985728, + 257.4720560871901, + 241.79586780136307, + 293.3754840096808, + 318.5015923719472, + 571.2499302982236, + 657.3725716853588, + 863.6710181769342 + ], + "savings": 456.38443328816624, + "cost": 90.86384717764086, + "monthlyLoadFromGrid": [ + 77.23676732546137, + 199.1855174966197, + 137.87645721852388, + 104.00040520395261, + 93.14242755563528, + 97.99231090019737, + 243.83050216085476, + 420.9922178366993, + 184.6757171367262, + 213.1648779561688, + 72.59741849940274, + 55.892878639589526 + ], + "PVtoLoadPct": 11.661195153530027, + "monthlyPVtoLoad": [ + 91.97955267453862, + 162.6348925033803, + 94.81414278147611, + 75.1124947960474, + 57.78708244436473, + 44.15730909980263, + 36.07373783914524, + 71.6997421633007, + 59.0544228632738, + 76.62530204383121, + 49.51821150059727, + 62.31751136041048 + ], + "PVtoGridPct": 88.33880484646997, + "loadFromGridCost": 356.5302601593399, + "total": 7561.61260025943, + "PVtoLoad": 881.7744020701685, + "monthlyPVtoGridCost": [ + 13.569597501656341, + 39.84787964651446, + 24.49320449968389, + 18.823230446888793, + 16.892221384611297, + 18.63427720018476, + 20.29706527572132, + 24.626811878078172, + 26.7359722462476, + 39.943735091501985, + 12.841902683771059, + 8.960515126839343 + ], + "monthlyLoadFromGridCost": [ + 13.629076214648482, + 39.84787964651446, + 24.49320449968389, + 18.823230446888793, + 16.892221384611297, + 18.63427720018476, + 46.03377081114214, + 80.35496313590959, + 36.07548391764412, + 39.943735091501985, + 12.841902683771059, + 8.960515126839343 + ] + }, + "economics": { + "payback": 14.335905852892797, + "irr25": 5.871743171117894 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5886597355411107, + 1.1143635959086593, + 1.677312759796262, + 2.194228361338952, + 2.550014583881806, + 2.7278290724301435, + 2.7417679757286884, + 2.2561007463648943, + 1.6407938809507638, + 0.8691496734980644, + 0.07207451553173021, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1839.8607996967783, + "loadFromPVPct": 33.934264615192625, + "loadFromGridPct": 58.37713100313156, + "monthlyPVtoLoadCost": [ + 22.932691195442985, + 41.388444219224716, + 21.802873402489706, + 18.523654321741265, + 13.033663850511319, + 9.804227262146807, + 8.021081940972659, + 14.29027288044123, + 12.781383065468592, + 17.732920404285974, + 12.089434217016091, + 14.273573095496767 + ], + "PVtoGrid": 5968.09873178932, + "monthlyPV": [ + 289.5742322405276, + 315.4934215658242, + 584.3501856909423, + 652.9514934867008, + 907.9322286027941, + 893.2719143039905, + 949.2547799815585, + 815.0341379913561, + 612.0520736840242, + 440.129134595882, + 238.15351487304892, + 207.46381507589172 + ], + "PVtoGridCost": 231.1231519974331, + "PVtoLoadCost": 206.67421985523808, + "monthlyPVtoGrid": [ + 794.2859821194709, + 762.6220788519593, + 710.4218679630916, + 531.4814284497626, + 381.1664074208544, + 193.29352943704433, + 171.94421880902792, + 215.6105929498586, + 254.13721561387217, + 506.8662406202063, + 601.5673832748853, + 844.701786279286 + ], + "savings": 437.00738093570885, + "cost": 110.24089953009825, + "monthlyLoadFromGrid": [ + 69.8970878154805, + 174.84329887040084, + 127.71472997173535, + 98.14835476573833, + 91.51026282497239, + 96.8230145639954, + 243.8554037331362, + 418.22736070933104, + 181.95579404804798, + 211.88506492926402, + 70.36488978818451, + 54.63553767649191 + ], + "PVtoLoadPct": 13.648195003655175, + "monthlyPVtoLoad": [ + 99.31923218451949, + 186.97711112959917, + 104.97587002826465, + 80.96454523426166, + 59.41924717502762, + 45.3266054360046, + 36.04782626686381, + 74.46459929066896, + 61.77333595195202, + 77.90511507073597, + 51.74973021181548, + 63.5748523235081 + ], + "PVtoGridPct": 86.35180499634482, + "loadFromGridCost": 341.3640515275314, + "total": 6905.66093209254, + "PVtoLoad": 942.4980703032214, + "monthlyPVtoGridCost": [ + 11.549131686350389, + 33.485300627367906, + 21.86764975708443, + 17.246083010987206, + 16.520495293960376, + 16.225634540542515, + 14.433509822495301, + 18.09899531796544, + 21.33303476692313, + 39.554068414261025, + 12.199587562119934, + 8.609661197375488 + ], + "monthlyLoadFromGridCost": [ + 11.60861039934253, + 33.485300627367906, + 21.86764975708443, + 17.246083010987206, + 16.520495293960376, + 18.47835548218515, + 46.051532363265935, + 80.16950854034178, + 35.57319887923962, + 39.554068414261025, + 12.199587562119934, + 8.609661197375488 + ] + }, + "economics": { + "payback": 14.835669831139228, + "irr25": 5.486827967043073 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7587674382825098, + 1.3864349630337083, + 1.7563147936527832, + 2.0132900624171466, + 2.331171452724559, + 2.5065050695484667, + 2.5282541682062583, + 2.075235284328307, + 1.5275362525024576, + 0.9080361974194587, + 0.06765965669021963, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1844.488489219764, + "loadFromPVPct": 33.76764651190099, + "loadFromGridPct": 58.52396343609045, + "monthlyPVtoLoadCost": [ + 22.792336007856374, + 40.92526602968148, + 21.46920372032003, + 18.487785880167817, + 13.088458106046009, + 9.815654867267805, + 8.018951303027725, + 14.254443237118227, + 12.747222917896721, + 17.792717296835328, + 12.125082546976184, + 14.309430932679112 + ], + "PVtoGrid": 5675.312889385868, + "monthlyPV": [ + 288.43113333518136, + 310.03057385770546, + 561.5793502866342, + 622.5072763996167, + 856.4913816770325, + 843.9441143785557, + 893.6051550392123, + 770.1098531443388, + 586.6139202919348, + 426.4254435272607, + 239.6574798492617, + 208.85171837937057 + ], + "PVtoGridCost": 231.67594526761187, + "PVtoLoadCost": 205.82655284587284, + "monthlyPVtoGrid": [ + 745.6783749839323, + 708.7455545516898, + 667.328770708099, + 506.20568966290386, + 367.2825079507753, + 194.67983444275035, + 173.36210676935468, + 215.34903160571605, + 248.80482217622964, + 483.7726032677777, + 571.0346331022918, + 793.0689601643484 + ], + "savings": 436.71250719652227, + "cost": 110.53577326928483, + "monthlyLoadFromGrid": [ + 70.61728060537656, + 176.61639951247753, + 129.54591756376018, + 98.31076937096903, + 91.33005442351458, + 96.70535459348864, + 243.88538838998412, + 419.10889827053467, + 182.08624831852416, + 211.5622629811435, + 70.27635670267507, + 54.44355848731596 + ], + "PVtoLoadPct": 14.19242234721209, + "monthlyPVtoLoad": [ + 98.59903939462345, + 185.20401048752248, + 103.14468243623982, + 80.80213062903098, + 59.59945557648542, + 45.44426540651137, + 36.01784161001588, + 73.58306172946531, + 61.64288168147584, + 78.2279170188565, + 51.83826329732493, + 63.76683151268404 + ], + "PVtoGridPct": 85.8075776527879, + "loadFromGridCost": 342.2117185368967, + "total": 6608.247400166103, + "PVtoLoad": 937.870380780236, + "monthlyPVtoGridCost": [ + 11.689486873937, + 33.948478816911134, + 22.201319439254103, + 17.281951452560655, + 16.46570103842569, + 16.342005111506907, + 14.552531560733005, + 18.077039079738782, + 20.885417780479955, + 39.49427152171167, + 12.163939232159839, + 8.573803360193137 + ], + "monthlyLoadFromGridCost": [ + 11.74896558692914, + 33.948478816911134, + 22.201319439254103, + 17.281951452560655, + 16.46570103842569, + 18.46692787706415, + 46.053663001210865, + 80.20533818366478, + 35.60735902681149, + 39.49427152171167, + 12.163939232159839, + 8.573803360193137 + ] + }, + "economics": { + "payback": 14.843617660368189, + "irr25": 5.48089783038388 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7283938123501801, + 1.6557564313072626, + 2.443658230968862, + 3.044308687591414, + 3.3115722594564563, + 3.2539840077600677, + 3.164845821818281, + 2.42275588944785, + 1.631091585015792, + 0.8279601823337428, + 0.07207451553173021, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1833.677361180778, + "loadFromPVPct": 34.15689683635593, + "loadFromGridPct": 58.18093605166684, + "monthlyPVtoLoadCost": [ + 22.586805566653275, + 40.02259872739667, + 21.466731834639663, + 18.328220587073748, + 13.089510632732374, + 9.887782057234125, + 8.057018614156307, + 16.624542370929614, + 12.78814228973564, + 17.796960700986784, + 11.759060716714576, + 14.229516846826778 + ], + "PVtoGrid": 6983.589057326176, + "monthlyPV": [ + 413.4803598612365, + 405.7755549924385, + 688.7389038643505, + 724.2358233634545, + 962.7231425894842, + 943.1399867932313, + 1008.145453498145, + 892.7304009539752, + 708.5717095164762, + 554.0977016085699, + 321.7971925378432, + 303.8984665661927 + ], + "PVtoGridCost": 260.6999671075347, + "PVtoLoadCost": 206.63689094507953, + "monthlyPVtoGrid": [ + 845.2172418994288, + 826.487967456846, + 788.7663220006751, + 628.6259021501223, + 494.93367688709196, + 276.58305703375095, + 268.2206661749242, + 325.85550061956826, + 344.36253772557296, + 610.9063096968393, + 673.9778822574673, + 899.6519934238884 + ], + "savings": 466.54686713565184, + "cost": 80.70141333015526, + "monthlyLoadFromGrid": [ + 70.96027510619756, + 179.81851395870103, + 128.3629210466999, + 98.7731926336461, + 91.30896527852205, + 96.46886449590774, + 243.69719960873144, + 404.56614075833176, + 181.89898273313443, + 211.5364158324889, + 71.49105889401274, + 54.794830834404216 + ], + "PVtoLoadPct": 11.96721906141431, + "monthlyPVtoLoad": [ + 98.25604489380245, + 182.00189604129898, + 104.32767895330008, + 80.33970736635389, + 59.62054472147795, + 45.68075550409226, + 36.20603039126855, + 88.12581924166825, + 61.83014726686556, + 78.25376416751111, + 50.62356110598727, + 63.41555916559578 + ], + "PVtoGridPct": 88.03278093858569, + "loadFromGridCost": 341.4013804376899, + "total": 7927.334696145397, + "PVtoLoad": 948.6815088192221, + "monthlyPVtoGridCost": [ + 11.8950173151401, + 34.85114611919595, + 22.20379132493447, + 17.441516745654724, + 16.464648511739323, + 18.394800687097835, + 22.515241551283466, + 27.353281206449722, + 28.906817020011946, + 39.490028117560215, + 12.52996106242145, + 8.653717446045473 + ], + "monthlyLoadFromGridCost": [ + 11.95449602813224, + 34.85114611919595, + 22.20379132493447, + 17.441516745654724, + 16.464648511739323, + 18.394800687097835, + 46.015595690082286, + 77.8352390498534, + 35.56643965497257, + 39.490028117560215, + 12.52996106242145, + 8.653717446045473 + ] + }, + "economics": { + "payback": 14.090396261417439, + "irr25": 6.070019576197638 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0335578167414454, + 2.288114139555156, + 3.152497754182731, + 3.6084331145323665, + 3.6949290917967987, + 3.6390284907663144, + 3.2595551610589677, + 2.396770851640445, + 1.507909219419857, + 0.5940168153840019, + 0.06765965669021963, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1846.2732402506865, + "loadFromPVPct": 33.703423632241595, + "loadFromGridPct": 58.580591983618234, + "monthlyPVtoLoadCost": [ + 21.889017639182725, + 37.57679838100767, + 20.69872723878527, + 17.912270569655597, + 13.065685006622745, + 9.896573347164066, + 8.065493140653967, + 17.71347148763216, + 12.72791213926597, + 17.76355819936103, + 11.512602954785105, + 13.904740793309639 + ], + "PVtoGrid": 7471.372125386988, + "monthlyPV": [ + 509.4375892273692, + 470.76668557799394, + 745.3689358190694, + 746.6374115666106, + 949.3594622493486, + 926.3838228816696, + 992.6316907660113, + 906.0319283344929, + 756.8880480239606, + 630.0884321162782, + 388.2017605098909, + 380.7261180636066 + ], + "PVtoGridCost": 285.14388697868225, + "PVtoLoadCost": 202.72685089742595, + "monthlyPVtoGrid": [ + 830.9454923237724, + 820.1862284908366, + 804.7424918585317, + 678.3795429846094, + 570.9690891525985, + 343.0255476789513, + 345.0282577220161, + 416.0336168953869, + 409.63659707635, + 667.6699718265882, + 697.2721102701962, + 887.483179107151 + ], + "savings": 487.0806172163699, + "cost": 60.16766324943726, + "monthlyLoadFromGrid": [ + 73.44468944210276, + 189.03053772482528, + 131.03756352403877, + 100.2104949606489, + 91.35364703632021, + 96.50678716906039, + 243.67713965840954, + 398.78702766801774, + 182.18191149835602, + 211.67004600751875, + 72.38369870358561, + 55.98969685780252 + ], + "PVtoLoadPct": 11.140543905100806, + "monthlyPVtoLoad": [ + 95.77163055789724, + 172.7898722751747, + 101.65303647596123, + 78.90240503935111, + 59.575862963679796, + 45.64283283093962, + 36.226090341590464, + 93.90493233198228, + 61.54721850164398, + 78.12013399248126, + 49.73193129641439, + 62.220693142197476 + ], + "PVtoGridPct": 88.85945609489919, + "loadFromGridCost": 345.31155022811953, + "total": 8402.5218851363, + "PVtoLoad": 936.0866397493136, + "monthlyPVtoGridCost": [ + 12.592805242610643, + 37.29694646558495, + 22.97179592078886, + 17.857466763072875, + 16.48847413784895, + 18.386009397167896, + 28.962699539204785, + 34.92310086108304, + 34.38611596544479, + 39.523430619185966, + 12.776548567126872, + 8.978493499562614 + ], + "monthlyLoadFromGridCost": [ + 12.652283955602783, + 37.29694646558495, + 22.97179592078886, + 17.857466763072875, + 16.48847413784895, + 18.386009397167896, + 46.00712116358462, + 76.74630993315085, + 35.62666980544224, + 39.523430619185966, + 12.776548567126872, + 8.978493499562614 + ] + }, + "economics": { + "payback": 13.612563844329728, + "irr25": 6.4636301831176635 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5211848636142659, + 1.1131101320065746, + 1.6783024937420552, + 2.184181953417033, + 2.5474858130584384, + 2.7098680574221703, + 2.7324876737223827, + 2.2549042288799885, + 1.649281454275599, + 0.8696993067576502, + 0.07207451553173021, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1840.3554677116779, + "loadFromPVPct": 33.91645429192175, + "loadFromGridPct": 58.39282637503884, + "monthlyPVtoLoadCost": [ + 22.935653766016255, + 41.40701609103318, + 21.79257802121927, + 18.520089173739393, + 13.017526485754964, + 9.801981077486497, + 8.022623872280802, + 14.307092304064769, + 12.77627730133525, + 17.699793673391316, + 12.074595355722868, + 14.245053517944012 + ], + "PVtoGrid": 5936.68763010345, + "monthlyPV": [ + 291.0333119901478, + 313.93305356658385, + 580.3766369649813, + 648.1604480180908, + 903.3898841501009, + 888.2041487949041, + 944.3759553333525, + 810.8013926560136, + 607.1855755543398, + 437.3803489251321, + 238.56317811048874, + 210.35122832763622 + ], + "PVtoGridCost": 231.48076656151844, + "PVtoLoadCost": 206.6002806399886, + "monthlyPVtoGrid": [ + 789.207459463621, + 757.6829294296754, + 706.240143957908, + 526.6329329490668, + 378.4795395729409, + 193.72886167161988, + 174.82649074953443, + 217.06953342033168, + 252.60889909089875, + 503.0695673570914, + 596.8282452632949, + 840.3130271774667 + ], + "savings": 437.2910562845447, + "cost": 109.95722418126242, + "monthlyLoadFromGrid": [ + 69.88633066871695, + 174.78297409632285, + 127.76575130189435, + 98.16635739472702, + 91.5721806478088, + 96.84868356113117, + 243.8502624218982, + 418.2272214301839, + 181.98784552431488, + 212.06194039210996, + 70.416797245204, + 54.78912302736578 + ], + "PVtoLoadPct": 13.704349078976295, + "monthlyPVtoLoad": [ + 99.32998933128306, + 187.03743590367714, + 104.92484869810565, + 80.946542605273, + 59.3573293521912, + 45.30093643886884, + 36.05296757810179, + 74.4647385698161, + 61.741284475685106, + 77.72823960789002, + 51.69782275479601, + 63.42126697263422 + ], + "PVtoGridPct": 86.29565092102371, + "loadFromGridCost": 341.43799074278087, + "total": 6873.755162391771, + "PVtoLoad": 942.003402288322, + "monthlyPVtoGridCost": [ + 11.546169115777118, + 33.466728755559444, + 21.877945138354868, + 17.24964815898908, + 16.536632658716734, + 16.262177624848096, + 14.675456313354688, + 18.22146312617012, + 21.204743326251204, + 39.58719514515568, + 12.214426423413157, + 8.638180774928239 + ], + "monthlyLoadFromGridCost": [ + 11.605647828769259, + 33.466728755559444, + 21.877945138354868, + 17.24964815898908, + 16.536632658716734, + 18.48060166684546, + 46.04999043195778, + 80.15268911671824, + 35.57830464337296, + 39.58719514515568, + 12.214426423413157, + 8.638180774928239 + ] + }, + "economics": { + "payback": 14.828033951701403, + "irr25": 5.492530781028604 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.6456250270568292, + 1.3716292268095378, + 1.8238084416113116, + 2.0951355363695763, + 2.3114143704932677, + 2.447729657991108, + 2.4906268069248165, + 2.0681364611068664, + 1.5313691742095952, + 0.8168144101306387, + 0.06765965669021963, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1846.8439257707228, + "loadFromPVPct": 33.68283996457426, + "loadFromGridPct": 58.59869932270076, + "monthlyPVtoLoadCost": [ + 22.733855373873098, + 40.7737816684305, + 21.323455302260193, + 18.38707023473215, + 13.029170767827724, + 9.803061903581778, + 8.020475356166116, + 14.357285336116865, + 12.699113353993715, + 17.76065332158281, + 12.072543246438517, + 14.256173044241276 + ], + "PVtoGrid": 5576.841211763609, + "monthlyPV": [ + 304.07199744009824, + 310.8235677890232, + 548.3886262135787, + 604.0827960953375, + 834.0735104592002, + 819.4754163062961, + 868.6799537219181, + 750.1757327221789, + 570.1534946985802, + 422.5399148701995, + 247.2429190842393, + 227.71235659223575 + ], + "PVtoGridCost": 235.89723490700405, + "PVtoLoadCost": 205.21663890924472, + "monthlyPVtoGrid": [ + 721.3921223912732, + 684.4437908806965, + 647.9965190470203, + 490.09368257223787, + 363.60979311265487, + 202.3628322085399, + 192.21737623232755, + 230.37096813548376, + 249.8777262896996, + 470.7397610115597, + 552.7987433393993, + 770.9378965427155 + ], + "savings": 440.32388289928645, + "cost": 106.92439756652068, + "monthlyLoadFromGrid": [ + 70.79972608497707, + 177.23983715877839, + 130.1477863248415, + 98.65918787365771, + 91.54286824245537, + 96.80291312430062, + 243.8800196400918, + 418.4899706953855, + 182.36615850067642, + 211.7201447979809, + 70.46494724406183, + 54.73036608351537 + ], + "PVtoLoadPct": 14.376126070156525, + "monthlyPVtoLoad": [ + 98.41659391502294, + 184.5805728412216, + 102.54281367515851, + 80.45371212634228, + 59.38664175754462, + 45.34670687569939, + 36.02321035990819, + 74.20198930461444, + 61.362971499323585, + 78.07003520201908, + 51.64967275593816, + 63.48002391648463 + ], + "PVtoGridPct": 85.62387392984347, + "loadFromGridCost": 342.82163247352474, + "total": 6507.4202859928855, + "PVtoLoad": 935.5149442292775, + "monthlyPVtoGridCost": [ + 11.747967507920274, + 34.09996317816212, + 22.34706785731394, + 17.38266709799632, + 16.52498837664397, + 16.986938825980307, + 16.135299035467813, + 19.33802517137421, + 20.975480547158746, + 39.51529752765783, + 12.216478532697506, + 8.627061248630977 + ], + "monthlyLoadFromGridCost": [ + 11.807446220912414, + 34.09996317816212, + 22.34706785731394, + 17.38266709799632, + 16.52498837664397, + 18.47952084075018, + 46.052138948072475, + 80.10249608466613, + 35.65546859071449, + 39.52633549696418, + 12.216478532697506, + 8.627061248630977 + ] + }, + "economics": { + "payback": 14.747012209422973, + "irr25": 5.553371762738335 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.4637301148464585, + 1.2567191892547278, + 2.1330131052971373, + 2.8274377230083965, + 3.278105494587124, + 3.3872396290813476, + 3.356861302194181, + 2.7630387117278694, + 1.9492812006037898, + 1.047524793675358, + 0.07207451553173021, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1814.6068985246116, + "loadFromPVPct": 34.84352118764008, + "loadFromGridPct": 57.57584739661596, + "monthlyPVtoLoadCost": [ + 22.955898575993107, + 41.60626356241667, + 22.248605400569108, + 18.804689363960026, + 13.085597749096136, + 9.855010616917566, + 8.047221566284435, + 17.609488812478304, + 12.93108421728716, + 17.679772572692773, + 12.063354830641666, + 14.221464286587604 + ], + "PVtoGrid": 6923.625607273367, + "monthlyPV": [ + 429.75771952744975, + 409.9668201289835, + 691.675425518129, + 711.8293440514935, + 951.9410826768723, + 912.518579134081, + 987.7813674868285, + 888.0268551309134, + 708.6177185796195, + 558.2605510094373, + 325.6439526486718, + 310.4222928562747 + ], + "PVtoGridCost": 258.99079568798567, + "PVtoLoadCost": 211.10845155492453, + "monthlyPVtoGrid": [ + 813.308813455757, + 800.258939675043, + 781.2472954360775, + 627.0350573119756, + 499.12486833550696, + 280.60559930840225, + 274.77541598238656, + 335.507682104014, + 347.7438781751329, + 614.4942430607322, + 660.5325545712265, + 888.9912598571113 + ], + "savings": 469.30925632594784, + "cost": 77.93902413985924, + "monthlyLoadFromGrid": [ + 69.67325432167594, + 173.9535721882145, + 125.54744030516406, + 97.13633873235615, + 91.33730732606968, + 96.64464665973043, + 243.72812312611185, + 397.94096257656423, + 181.0890580461494, + 212.18782754260306, + 70.45221051973286, + 54.91615718023911 + ], + "PVtoLoadPct": 12.271085075057638, + "monthlyPVtoLoad": [ + 99.54306567832406, + 187.8668378117855, + 107.14315969483594, + 81.97656126764385, + 59.59220267393032, + 45.50497334026957, + 36.17510687388815, + 94.75099742343575, + 62.64007195385059, + 77.60235245739693, + 51.66240948026714, + 63.29423281976089 + ], + "PVtoGridPct": 87.72891492494236, + "loadFromGridCost": 336.9298198278449, + "total": 7886.441708748753, + "PVtoLoad": 967.7519714753887, + "monthlyPVtoGridCost": [ + 11.525924305800267, + 33.26748128417596, + 21.421917759005026, + 16.96504796876844, + 16.46856139537556, + 18.42757212741439, + 23.06546677191205, + 28.16351406702055, + 29.190656807880185, + 39.607216245854225, + 12.225666948494359, + 8.661770006284646 + ], + "monthlyLoadFromGridCost": [ + 11.585403018792407, + 33.26748128417596, + 21.421917759005026, + 16.96504796876844, + 16.46856139537556, + 18.42757212741439, + 46.02539273795415, + 76.8502926083047, + 35.42349772742105, + 39.607216245854225, + 12.225666948494359, + 8.661770006284646 + ] + }, + "economics": { + "payback": 14.025498861002127, + "irr25": 6.123508128076427 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.43717682925530993, + 1.3861727977603453, + 2.4325183619582553, + 3.245968975942392, + 3.713761200916073, + 3.8360163911187013, + 3.777709054891061, + 3.1355646599248077, + 2.1187022724110163, + 1.1698169165076973, + 0.06765965669021963, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1805.3865214492653, + "loadFromPVPct": 35.17549716232403, + "loadFromGridPct": 57.28329311179482, + "monthlyPVtoLoadCost": [ + 22.792000316413052, + 41.11694445693109, + 22.308331274818702, + 18.929064076906766, + 13.094521350679706, + 9.880497114905038, + 8.05345253467427, + 19.466142854301438, + 12.990022080837605, + 17.690589623089338, + 11.982518491788133, + 14.214907908421056 + ], + "PVtoGrid": 7355.741855832235, + "monthlyPV": [ + 539.9275642802949, + 478.14740072332614, + 751.1145360475452, + 722.266487797217, + 929.6099250773788, + 872.3417248435368, + 955.618797138645, + 896.3239691221448, + 756.9590900788943, + 637.7956770059997, + 394.8975530858225, + 392.775609182165 + ], + "PVtoGridCost": 280.4646125716336, + "PVtoLoadCost": 212.51899208376616, + "monthlyPVtoGrid": [ + 773.6819073722139, + 769.9214492893764, + 789.267299283634, + 674.9403131182356, + 578.640669890242, + 349.6836260584344, + 357.1174971519319, + 435.0937527815087, + 415.5392287779918, + 673.8773474360423, + 671.2822300109756, + 866.6965346616485 + ], + "savings": 492.1936137384375, + "cost": 55.05466672736966, + "monthlyLoadFromGrid": [ + 70.22320252867716, + 175.77865215073132, + 125.27033016148917, + 96.70022303934141, + 91.31798288424226, + 96.46907297261194, + 243.71688796976693, + 387.3571885012139, + 180.7038280546657, + 212.1318213884971, + 70.7647422137586, + 54.952589584269695 + ], + "PVtoLoadPct": 11.7314883912928, + "monthlyPVtoLoad": [ + 98.99311747132283, + 186.0417578492687, + 107.42026983851083, + 82.41267696065859, + 59.611527115757745, + 45.68054702738806, + 36.18634203023307, + 105.33477149878607, + 63.0253019453343, + 77.65835861150292, + 51.349877786241414, + 63.25780041573031 + ], + "PVtoGridPct": 88.2685116087072, + "loadFromGridCost": 335.5192792990033, + "total": 8327.778334382969, + "PVtoLoad": 976.9723485507349, + "monthlyPVtoGridCost": [ + 11.68982256538032, + 33.756800389661535, + 21.362191884755433, + 16.840673255821702, + 16.45963779379199, + 18.402085629426917, + 29.977506301925825, + 36.52306543352374, + 34.88160045008946, + 39.596399195457664, + 12.306503287347892, + 8.668326384451198 + ], + "monthlyLoadFromGridCost": [ + 11.74930127837246, + 33.756800389661535, + 21.362191884755433, + 16.840673255821702, + 16.45963779379199, + 18.402085629426917, + 46.01916176956432, + 74.99363856648156, + 35.3645598638706, + 39.596399195457664, + 12.306503287347892, + 8.668326384451198 + ] + }, + "economics": { + "payback": 13.499038735321964, + "irr25": 6.560253522343329 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.43803807011802265, + 1.0177265156115185, + 1.6806104204775667, + 2.190378469156529, + 2.550635209279606, + 2.70565938075816, + 2.722333103661727, + 2.2428219601687682, + 1.6441489372374298, + 0.8696419608068976, + 0.07207451553173021, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1841.1125371774529, + "loadFromPVPct": 33.88919630976438, + "loadFromGridPct": 58.416847509349275, + "monthlyPVtoLoadCost": [ + 22.937993012451102, + 41.41817207153168, + 21.783862236785343, + 18.51568989327598, + 12.999769647332885, + 9.77390308309977, + 8.017798933325485, + 14.261445148773698, + 12.753918653769752, + 17.64379017685546, + 12.066040451132944, + 14.245551787977464 + ], + "PVtoGrid": 5901.567212902468, + "monthlyPV": [ + 284.97562808696046, + 307.52352490940643, + 575.7823659960656, + 646.6786295634756, + 904.48271929156, + 890.2500754891176, + 946.386792660668, + 810.0629137482689, + 602.5367605051273, + 431.1212458910921, + 232.44625181878894, + 205.63076776448355 + ], + "PVtoGridCost": 229.63383615565056, + "PVtoLoadCost": 206.41793509631157, + "monthlyPVtoGrid": [ + 791.2485321289408, + 759.6559672288752, + 705.5421158383272, + 522.0074746609425, + 372.2953159983291, + 187.78421573113428, + 170.12126681131113, + 211.0407050656292, + 246.3152504624965, + 498.777159907872, + 595.3760300635504, + 841.4031790050591 + ], + "savings": 435.2617803349998, + "cost": 111.98650013080734, + "monthlyLoadFromGrid": [ + 69.88147663982315, + 174.74517456820715, + 127.8062020900582, + 98.1897141558152, + 91.64706010723701, + 97.02096391234532, + 243.86549904682755, + 418.2560769786688, + 182.10372555309007, + 212.36380391180646, + 70.44640050007477, + 54.786439713499156 + ], + "PVtoLoadPct": 13.765182377626372, + "monthlyPVtoLoad": [ + 99.33484336017686, + 187.07523543179283, + 104.8843979099418, + 80.9231858441848, + 59.282449892763, + 45.128656087654676, + 36.037730953172435, + 74.43588302133124, + 61.62540444690994, + 77.42637608819354, + 51.66821949992522, + 63.42395028650085 + ], + "PVtoGridPct": 86.23481762237363, + "loadFromGridCost": 341.6203362864579, + "total": 6837.8776757250125, + "PVtoLoad": 941.2463328225472, + "monthlyPVtoGridCost": [ + 11.54382986934227, + 33.455572775060936, + 21.886660922788792, + 17.254047439452492, + 16.554389497138814, + 15.7631663398653, + 14.280485802570524, + 17.715385318620317, + 20.676435716221757, + 39.643198641691534, + 12.222981328003081, + 8.637682504894787 + ], + "monthlyLoadFromGridCost": [ + 11.60330858233441, + 33.455572775060936, + 21.886660922788792, + 17.254047439452492, + 16.554389497138814, + 18.508679661232186, + 46.054815370913104, + 80.1983362720093, + 35.600663290938456, + 39.643198641691534, + 12.222981328003081, + 8.637682504894787 + ] + }, + "economics": { + "payback": 14.882876397089639, + "irr25": 5.451689874496779 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.4353470548912884, + 1.0631317840255567, + 1.6147444326733253, + 2.026211827210093, + 2.3147756530259427, + 2.4355102432627125, + 2.464657186772265, + 2.047937961360402, + 1.5281638971873694, + 0.8178337576113616, + 0.06765965669021963, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1844.0197411597564, + "loadFromPVPct": 33.78452359760265, + "loadFromGridPct": 58.50909048107612, + "monthlyPVtoLoadCost": [ + 22.70700833739376, + 40.7198504936493, + 21.24803800095754, + 18.36885221305314, + 12.961402104950373, + 9.769821847076111, + 8.011580423736207, + 15.08161290066373, + 12.70794435425966, + 17.62978244052878, + 11.990681363063594, + 14.257230043992251 + ], + "PVtoGrid": 5476.217431872964, + "monthlyPV": [ + 306.9550489627824, + 294.2242482837673, + 526.0717729885935, + 593.2207675562164, + 833.3740989078681, + 824.3051959870694, + 871.2526026760327, + 741.4218754923213, + 548.8597116674658, + 399.9556355230916, + 240.1852597085055, + 229.79447295949407 + ], + "PVtoGridCost": 232.43497917940883, + "PVtoLoadCost": 205.45380452332444, + "monthlyPVtoGrid": [ + 726.3191501272211, + 687.2504083303982, + 639.5536147034196, + 468.89013203711585, + 341.2799608871303, + 195.4829931467124, + 194.32890484783042, + 228.29880747818152, + 233.23504259769402, + 449.1298909167453, + 542.2157340280066, + 770.2327927725094 + ], + "savings": 437.09879278577097, + "cost": 110.14948768003617, + "monthlyLoadFromGrid": [ + 70.8969741401517, + 177.47380565436552, + 130.4587392110983, + 98.74942036964995, + 91.7973153640387, + 96.98073343820691, + 243.90943188833634, + 413.5347585153991, + 182.32279431392672, + 212.42712792815183, + 70.74396647179015, + 54.72467386464126 + ], + "PVtoLoadPct": 14.639542246232876, + "monthlyPVtoLoad": [ + 98.3193458598483, + 184.3466043456345, + 102.23186078890168, + 80.36347963035006, + 59.132194635961305, + 45.168886561793094, + 35.99379811166366, + 79.15720148460089, + 61.40633568607328, + 77.36305207184816, + 51.37065352820985, + 63.48571613535874 + ], + "PVtoGridPct": 85.36045775376712, + "loadFromGridCost": 342.584466859445, + "total": 6409.620690713207, + "PVtoLoad": 938.3391288402435, + "monthlyPVtoGridCost": [ + 11.774814544399614, + 34.15389435294332, + 22.422485158616595, + 17.40088511967533, + 16.59275703952132, + 16.40942464513795, + 16.312547036147556, + 19.16408183435409, + 19.578444111708478, + 37.701300671952126, + 12.298340416072431, + 8.626004248880001 + ], + "monthlyLoadFromGridCost": [ + 11.834293257391755, + 34.15389435294332, + 22.422485158616595, + 17.40088511967533, + 16.59275703952132, + 18.512760897255845, + 46.06103388050238, + 79.37816852011926, + 35.64663759044855, + 39.657206378018216, + 12.298340416072431, + 8.626004248880001 + ] + }, + "economics": { + "payback": 14.833208154797935, + "irr25": 5.488665874265464 + }, + "settings": { + "power": 5.32, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "14 units. JA Solar JAM60S20-380MR", + "numModules": 14.0, + "cost": 8303.988000421426, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 5KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0032418595085886, + 1.9370815045411662, + 2.7455016392441354, + 3.255896536502868, + 3.3538921928278227, + 3.351392712702499, + 3.099937483904045, + 2.3314494851416376, + 1.3821121298652546, + 0.5912585593662932, + 0.08237087489340593, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1845.6793644035206, + "loadFromPVPct": 33.72487862297098, + "loadFromGridPct": 58.561748836280515, + "monthlyPVtoLoadCost": [ + 22.60627188199173, + 39.92063663580305, + 21.139360415276062, + 18.04347779637102, + 13.058105761698776, + 9.868654796876037, + 8.089364133877647, + 15.202075213685047, + 12.68286564232797, + 17.73923958533869, + 11.720458984486045, + 14.227585859123618 + ], + "PVtoGrid": 7601.040966553299, + "monthlyPV": [ + 382.77799410652204, + 406.3046666368181, + 724.9752952110797, + 802.2752596920914, + 1083.939965408983, + 1087.481431896777, + 1145.8246910719931, + 983.0210067505554, + 754.5402185877829, + 563.702163655349, + 313.7906546345136, + 284.15125449731295 + ], + "PVtoGridCost": 258.13918694397313, + "PVtoLoadCost": 204.2980967068557, + "monthlyPVtoGrid": [ + 989.3753787914607, + 964.4658434412493, + 880.1026254380128, + 675.5180579839173, + 504.58685656066666, + 268.9489107873335, + 248.32245334828704, + 304.10596686386526, + 345.4553036538756, + 647.2878996778006, + 752.0572156913221, + 1020.814454315508 + ], + "savings": 461.64666071955196, + "cost": 85.60161974625515, + "monthlyLoadFromGrid": [ + 70.77696689468384, + 180.1171523692562, + 129.4086186874573, + 99.69683939613442, + 91.35768290531769, + 96.84125615281992, + 243.54619885097412, + 413.51897275734325, + 182.46263701705746, + 211.68161446672096, + 71.5309559992307, + 54.740468906524974 + ], + "PVtoLoadPct": 10.977454363028084, + "monthlyPVtoLoad": [ + 98.43935310531617, + 181.70325763074382, + 103.2819813125427, + 79.41606060386557, + 59.57182709468232, + 45.30836384718008, + 36.35804114902588, + 79.17298724265676, + 61.267502982942545, + 78.10856553327902, + 50.5846740007693, + 63.46992109347503 + ], + "PVtoGridPct": 89.02254563697191, + "loadFromGridCost": 343.7408066902283, + "total": 8532.784602149777, + "PVtoLoad": 936.6825355964793, + "monthlyPVtoGridCost": [ + 11.875550999801645, + 34.953108210789566, + 22.53116274429807, + 17.726259536357453, + 16.49605338277292, + 18.41392794745592, + 20.844926304439646, + 25.527560567093456, + 28.998547046581564, + 39.54774923320831, + 12.568692537425932, + 8.655648433748633 + ], + "monthlyLoadFromGridCost": [ + 11.935029712793785, + 34.953108210789566, + 22.53116274429807, + 17.726259536357453, + 16.49605338277292, + 18.41392794745592, + 45.9834377193242, + 79.25770620709795, + 35.67203102495557, + 39.54774923320831, + 12.568692537425932, + 8.655648433748633 + ] + }, + "economics": { + "payback": 15.390766537473947, + "irr25": 5.076472254183173 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.4528912656491497, + 2.6419254318171, + 3.3124156404305976, + 3.7011766253903198, + 3.5633167204936584, + 3.2933052567379613, + 2.836473275025131, + 1.8395769640347421, + 0.8877854511514292, + 0.29432223601216123, + 0.07444532421754677, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1882.3423156547135, + "loadFromPVPct": 32.4048437830783, + "loadFromGridPct": 59.725031356623916, + "monthlyPVtoLoadCost": [ + 21.394620487179285, + 36.111818169613194, + 19.77362607763351, + 17.189351449661988, + 12.799638532378157, + 9.79054785347796, + 8.076409505242824, + 14.733120014450533, + 12.472216520047237, + 17.44819040768795, + 11.572959874594506, + 14.00302627800835 + ], + "PVtoGrid": 7747.467844522632, + "monthlyPV": [ + 416.7278699119788, + 431.0744488402525, + 740.0076669623484, + 807.5085507839498, + 1057.9281951855367, + 1079.1854870698908, + 1125.9107416072468, + 968.837192243194, + 763.5633066973068, + 590.5163914776429, + 344.2526544994202, + 317.0360235891523 + ], + "PVtoGridCost": 274.49057373196246, + "PVtoLoadCost": 195.36552516997548, + "monthlyPVtoGrid": [ + 985.4719724630118, + 959.0010858751125, + 871.2913726355339, + 687.8260697875384, + 532.5609462727554, + 299.9676850588677, + 281.2756975703363, + 341.8485480230798, + 371.38905192832146, + 663.3750792660788, + 757.82558880756, + 995.6347468344369 + ], + "savings": 469.0654759706611, + "cost": 78.18280449514602, + "monthlyLoadFromGrid": [ + 75.16950539312091, + 194.56634426786562, + 134.78118039234, + 102.98176309023155, + 92.51754479511258, + 97.3980305594475, + 243.614673981184, + 417.31167811110095, + 183.62660308806895, + 212.73642230373048, + 72.06603802361032, + 55.572531648900295 + ], + "PVtoLoadPct": 10.413821586758038, + "monthlyPVtoLoad": [ + 94.0468146068791, + 167.25406573213436, + 97.90941960766, + 76.13113690976846, + 58.411965204887416, + 44.7515894405525, + 36.28956601881598, + 75.38028188889903, + 60.103536911931045, + 77.05375769626953, + 50.049591976389685, + 62.6378583510997 + ], + "PVtoGridPct": 89.58617841324195, + "loadFromGridCost": 352.6733782271085, + "total": 8642.54852886792, + "PVtoLoad": 900.0195843452867, + "monthlyPVtoGridCost": [ + 13.08720239461409, + 38.761926676979414, + 23.89689708194063, + 18.580385883066484, + 16.75452061209354, + 18.492034890853997, + 23.611119767973893, + 28.695785237053958, + 31.175503114346032, + 39.83879841085905, + 12.716191647317475, + 8.8802080148639 + ], + "monthlyLoadFromGridCost": [ + 13.14668110760623, + 38.761926676979414, + 23.89689708194063, + 18.580385883066484, + 16.75452061209354, + 18.492034890853997, + 45.99639234795902, + 79.72666140633247, + 35.88268014723631, + 39.83879841085905, + 12.716191647317475, + 8.8802080148639 + ] + }, + "economics": { + "payback": 15.202165511790588, + "irr25": 5.214188568322453 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.672753983475555, + 1.273558395324182, + 1.9169288683385846, + 2.5076895558159444, + 2.914302381579206, + 3.1175189399201635, + 3.133449115118501, + 2.5784008529884503, + 1.8751930068008724, + 0.9933139125692162, + 0.08237087489340593, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1822.9005949521952, + "loadFromPVPct": 34.54490997762332, + "loadFromGridPct": 57.83899893663088, + "monthlyPVtoLoadCost": [ + 23.12449992447279, + 42.56045087481809, + 22.364808723422584, + 18.79558834269797, + 13.15731727827585, + 9.927095329086164, + 8.074296113713874, + 15.151157007884109, + 12.880938491461517, + 17.79419109973196, + 12.230684888869709, + 14.285449665543377 + ], + "PVtoGrid": 6938.366858057955, + "monthlyPV": [ + 331.0135454177458, + 360.62357250379904, + 667.8889507896483, + 746.2825818419436, + 1037.6860341174788, + 1020.9298020617032, + 1084.911807121781, + 931.5195291329784, + 699.5443556388847, + 503.06994239529365, + 272.2421055691987, + 237.1770365153048 + ], + "PVtoGridCost": 239.9733007532763, + "PVtoLoadCost": 210.34647773997798, + "monthlyPVtoGrid": [ + 921.1387337877503, + 893.7604712961481, + 824.2744592085849, + 617.9344462972692, + 443.63571321429146, + 226.8680167854852, + 201.38784427250798, + 251.84777807594142, + 298.722113531864, + 590.0966287836765, + 694.311611342395, + 974.3890414620411 + ], + "savings": 449.5297875762918, + "cost": 97.71849288951526, + "monthlyLoadFromGrid": [ + 69.09195172604711, + 170.32466417436717, + 125.08193007560645, + 97.10909065838452, + 91.03876081899776, + 96.30891121628646, + 243.58580775720318, + 413.02523265819565, + 181.41054102806496, + 211.57668799402813, + 69.7780295004515, + 54.568987344562174 + ], + "PVtoLoadPct": 12.155982974861471, + "monthlyPVtoLoad": [ + 100.1243682739529, + 191.49574582563284, + 107.60866992439355, + 82.0038093416155, + 59.89074918100224, + 45.840708783713545, + 36.317422242796816, + 79.66672734180435, + 62.31858897193504, + 78.21349200597186, + 52.3365904995485, + 63.64140265543782 + ], + "PVtoGridPct": 87.84401702513853, + "loadFromGridCost": 337.6917936427916, + "total": 7892.889263105758, + "PVtoLoad": 959.4582750478049, + "monthlyPVtoGridCost": [ + 11.357322957320582, + 32.313293971774534, + 21.305714436151554, + 16.9741489900305, + 16.396841866195846, + 18.355487415245793, + 16.90509543485611, + 21.140852561434645, + 25.07562388385654, + 39.492797718815034, + 12.058336890266318, + 8.597784627328876 + ], + "monthlyLoadFromGridCost": [ + 11.416801670312722, + 32.313293971774534, + 21.305714436151554, + 16.9741489900305, + 16.396841866195846, + 18.355487415245793, + 45.99831819052471, + 79.3086244128989, + 35.473643453246694, + 39.492797718815034, + 12.058336890266318, + 8.597784627328876 + ] + }, + "economics": { + "payback": 15.71218813073438, + "irr25": 4.848793501306736 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.8671627866085827, + 1.5844971006099522, + 2.007216907031752, + 2.3009029284767384, + 2.664195945970924, + 2.8645772223411043, + 2.8894333350928663, + 2.37169746780378, + 1.745755717145666, + 1.0377556541936666, + 0.07732532193167956, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1826.2654902656793, + "loadFromPVPct": 34.42375827284215, + "loadFromGridPct": 57.945764043295156, + "monthlyPVtoLoadCost": [ + 23.131349693748056, + 42.106218174117004, + 22.20176061201885, + 18.75482883336387, + 13.177538926227799, + 9.928037291621049, + 8.070310919395741, + 15.1360652124765, + 12.877300134625974, + 17.832044497906267, + 12.22436325377604, + 14.312001235200192 + ], + "PVtoGrid": 6601.830574026941, + "monthlyPV": [ + 329.70714666877865, + 354.3803179802348, + 641.8651388990104, + 711.4891908852761, + 978.8964947737512, + 964.5551735754921, + 1021.3122357590996, + 880.1774893078157, + 670.4721803336398, + 487.40858117401217, + 273.9609226848705, + 238.76321171928063 + ], + "PVtoGridCost": 240.12128722569935, + "PVtoLoadCost": 209.75181878447734, + "monthlyPVtoGrid": [ + 864.8268357432976, + 831.8713874034441, + 773.8317579233827, + 589.0460739004615, + 427.89129212479185, + 228.5464317509366, + 203.01736459106843, + 251.40960754938973, + 292.4802265147925, + 563.8752844963974, + 659.5765117688939, + 915.4578002600847 + ], + "savings": 449.0831150932143, + "cost": 98.16516537259281, + "monthlyLoadFromGrid": [ + 69.15468216780556, + 172.03515164434452, + 125.98126861556712, + 97.29289356682175, + 90.95570095077966, + 96.26850906606609, + 243.6291528717878, + 413.8934608806111, + 181.41190853455768, + 211.37915559738698, + 69.83632088361779, + 54.42728548633344 + ], + "PVtoLoadPct": 12.658478593258977, + "monthlyPVtoLoad": [ + 100.06163783219445, + 189.7852583556555, + 106.70933138443289, + 81.82000643317826, + 59.97380904922035, + 45.88111093393392, + 36.27407712821219, + 78.79849911938892, + 62.317221465442316, + 78.41102440261302, + 52.27829911638221, + 63.783104513666565 + ], + "PVtoGridPct": 87.34152140674102, + "loadFromGridCost": 338.2864525982921, + "total": 7552.988083761261, + "PVtoLoad": 956.0933797343206, + "monthlyPVtoGridCost": [ + 11.350473188045317, + 32.76752667247562, + 21.468762547555283, + 17.0149084993646, + 16.3766202182439, + 18.354545452710912, + 17.04188222354146, + 21.104071222447402, + 24.551661297642056, + 39.45494432064073, + 12.064658525359983, + 8.57123305767206 + ], + "monthlyLoadFromGridCost": [ + 11.409951901037457, + 32.76752667247562, + 21.468762547555283, + 17.0149084993646, + 16.3766202182439, + 18.354545452710912, + 46.00230338484284, + 79.32371620830651, + 35.47728181008223, + 39.45494432064073, + 12.064658525359983, + 8.57123305767206 + ] + }, + "economics": { + "payback": 15.724368393552076, + "irr25": 4.840333270720887 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.8324500712573485, + 1.8922930643511573, + 2.792752263964414, + 3.4792099286759015, + 3.7846540108073783, + 3.7188388660115055, + 3.616966653506607, + 2.7688638736546856, + 1.8641046685894769, + 0.9462402083814203, + 0.08237087489340593, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1819.1641680622165, + "loadFromPVPct": 34.67943852764894, + "loadFromGridPct": 57.72044546667496, + "monthlyPVtoLoadCost": [ + 22.781734084515925, + 41.00267147304601, + 21.800448999534332, + 18.58667831855477, + 13.17018352899274, + 10.015188348253124, + 8.111145049245582, + 17.5422820385912, + 12.873703348036928, + 17.83859434776738, + 11.89730901346451, + 14.265147437692793 + ], + "PVtoGrid": 8102.257373656956, + "monthlyPV": [ + 472.6205484128417, + 463.8030814199297, + 787.190342987829, + 827.7503152725194, + 1100.3042215308387, + 1077.9218849065498, + 1152.21543399788, + 1020.3152582331144, + 809.8525108759727, + 633.319733266937, + 367.8348800432493, + 347.3879946470774 + ], + "PVtoGridCost": 271.4924288880778, + "PVtoLoadCost": 209.88508598769533, + "monthlyPVtoGrid": [ + 979.2308123923228, + 966.8348893558288, + 915.0692027126217, + 728.9092863638749, + 573.834297474912, + 322.119155921552, + 311.44258715848946, + 379.71775349536364, + 401.9456145435119, + 709.148487745501, + 776.9124368656768, + 1037.092849627301 + ], + "savings": 480.5875239588108, + "cost": 66.66075650699635, + "monthlyLoadFromGrid": [ + 70.19194748577297, + 176.0954553579488, + 127.08094447950732, + 97.77577548790217, + 90.987554207975, + 95.9672758783027, + 243.42959251141207, + 399.288205082522, + 181.45453312358222, + 211.32715475767208, + 70.9111215931574, + 54.65460809646196 + ], + "PVtoLoadPct": 10.630682403537058, + "monthlyPVtoLoad": [ + 99.02437251422703, + 185.7249546420512, + 105.60965552049268, + 81.33712451209784, + 59.94195579202501, + 46.1823441216973, + 36.473637488587926, + 93.403754917478, + 62.274596876417775, + 78.46302524232793, + 51.20349840684259, + 63.55578190353803 + ], + "PVtoGridPct": 89.36931759646293, + "loadFromGridCost": 338.15318539507416, + "total": 9060.516205594737, + "PVtoLoad": 963.1947019377832, + "monthlyPVtoGridCost": [ + 11.70008879727745, + 33.87107337354662, + 21.870074160039803, + 17.1830590141737, + 16.38397561547896, + 18.26739439607883, + 26.143418325032897, + 31.87463912897442, + 33.74051198584458, + 39.44839447077962, + 12.391712765671516, + 8.61808685517946 + ], + "monthlyLoadFromGridCost": [ + 11.75956751026959, + 33.87107337354662, + 21.870074160039803, + 17.1830590141737, + 16.38397561547896, + 18.26739439607883, + 45.961469254993, + 76.9174993821918, + 35.48087859667128, + 39.44839447077962, + 12.391712765671516, + 8.61808685517946 + ] + }, + "economics": { + "payback": 14.918040141286692, + "irr25": 5.425646823751218 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.1812089334187947, + 2.614987588063035, + 3.602854576208835, + 4.123923559465561, + 4.222776104910627, + 4.158889703732931, + 3.7252058983531056, + 2.73916668758908, + 1.723324822194122, + 0.6788763604388591, + 0.07732532193167956, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1832.1072517220603, + "loadFromPVPct": 34.2134643616741, + "loadFromGridPct": 58.13111788847976, + "monthlyPVtoLoadCost": [ + 22.260375809188336, + 38.497548882524825, + 20.99534429745886, + 18.158988581678773, + 13.146933490796407, + 10.035397697619704, + 8.101500857011258, + 18.45436481806216, + 12.813313629382849, + 17.819769984177253, + 11.633741432995599, + 13.998687828920328 + ], + "PVtoGrid": 8658.271674734977, + "monthlyPV": [ + 582.2859534027075, + 538.078659231993, + 851.9103795075077, + 853.3522746475549, + 1085.0314439992553, + 1058.7719832933367, + 1134.4854194468699, + 1035.517003810849, + 865.0711834559548, + 720.1662824186036, + 443.7258148684467, + 435.19102492983603 + ], + "PVtoGridCost": 294.28407772150655, + "PVtoLoadCost": 205.91596730981638, + "monthlyPVtoGrid": [ + 961.7847319885528, + 958.4094566816154, + 933.1665326134562, + 785.6017857679814, + 660.7104822018282, + 397.986795716741, + 399.2847231108755, + 484.6206874568683, + 476.517438865655, + 773.9579835536357, + 803.4696974516527, + 1022.7613593261133 + ], + "savings": 499.4099243715846, + "cost": 47.838356094222505, + "monthlyLoadFromGrid": [ + 71.89576869521612, + 185.40003723474555, + 129.9765288026073, + 99.24960231202652, + 91.01718978322452, + 95.94398084829429, + 243.46869818103946, + 394.5257340541608, + 181.75077963366198, + 211.41661404612796, + 71.86642280409784, + 55.59589532685801 + ], + "PVtoLoadPct": 9.894767303319021, + "monthlyPVtoLoad": [ + 97.32055130478388, + 176.42037276525443, + 102.7140711973927, + 79.86329768797349, + 59.912320216775484, + 46.20563915170571, + 36.43453181896053, + 98.16622594583919, + 61.978350366338034, + 78.37356595387205, + 50.24920719590216, + 62.61449467314199 + ], + "PVtoGridPct": 90.10523269668099, + "loadFromGridCost": 342.1224338157291, + "total": 9603.587423012914, + "PVtoLoad": 950.2526282779396, + "monthlyPVtoGridCost": [ + 12.221447072605041, + 36.37619596406779, + 22.67517886211527, + 17.610748751049698, + 16.40722565367529, + 18.247185046712254, + 33.51714883414591, + 40.68050383457193, + 35.54126831532536, + 39.467218834369746, + 12.655410088916378, + 8.884546463951924 + ], + "monthlyLoadFromGridCost": [ + 12.280925785597182, + 36.37619596406779, + 22.67517886211527, + 17.610748751049698, + 16.40722565367529, + 18.247185046712254, + 45.97111344722733, + 76.00541660272084, + 35.54126831532536, + 39.467218834369746, + 12.655410088916378, + 8.884546463951924 + ] + }, + "economics": { + "payback": 14.471300563741222, + "irr25": 5.765058489285213 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5956398441305896, + 1.2721258651503713, + 1.9180599928480626, + 2.4962079467623233, + 2.9114123577810727, + 3.0969920656253374, + 3.1228430556827234, + 2.5770334044342724, + 1.8848930906006842, + 0.9939420648658857, + 0.08237087489340593, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1823.3709601152757, + "loadFromPVPct": 34.52797466877476, + "loadFromGridPct": 57.85392320087357, + "monthlyPVtoLoadCost": [ + 23.123156834447958, + 42.57864554975702, + 22.35740136228452, + 18.791610286121557, + 13.140375179029302, + 9.928647148411908, + 8.076572715081841, + 15.17226011179311, + 12.875278563550964, + 17.763863439891594, + 12.21577411337303, + 14.254343740410222 + ], + "PVtoGrid": 6902.373269991586, + "monthlyPV": [ + 332.68106513159745, + 358.8402226475244, + 663.347752245693, + 740.8070291635323, + 1032.4947833144008, + 1015.1380700513189, + 1079.3360075238313, + 926.6821058925868, + 693.9826434906739, + 499.9284730572938, + 272.7102921262728, + 240.4768652315842 + ], + "PVtoGridCost": 240.32816991240168, + "PVtoLoadCost": 210.27792904415298, + "monthlyPVtoGrid": [ + 915.3513119890616, + 888.12406503172, + 819.4750288862971, + 612.3925581568566, + 440.56034812830666, + 227.3411590714203, + 204.67954460783187, + 253.50500944786518, + 296.9729811584214, + 585.7171076193504, + 688.8888517294797, + 969.3653041649746 + ], + "savings": 449.81610803959234, + "cost": 97.43217242621478, + "monthlyLoadFromGrid": [ + 69.09626193774275, + 170.26405750788868, + 125.1199229937102, + 97.12891466618261, + 91.1048650710129, + 96.3138669451475, + 243.57767937624766, + 413.01494431626776, + 181.44475851089703, + 211.7383653736574, + 69.83082256594741, + 54.73650085057381 + ], + "PVtoLoadPct": 12.206415412352753, + "monthlyPVtoLoad": [ + 100.12005806225726, + 191.55635249211133, + 107.57067700628978, + 81.98398533381739, + 59.8246449289871, + 45.83575305485251, + 36.32555062375235, + 79.67701568373225, + 62.28437148910295, + 78.05181462634262, + 52.28379743405258, + 63.47388914942619 + ], + "PVtoGridPct": 87.79358458764725, + "loadFromGridCost": 337.76034233861645, + "total": 7856.425309876308, + "PVtoLoad": 958.9879098847242, + "monthlyPVtoGridCost": [ + 11.358666047345416, + 32.295099296835595, + 21.313121797289618, + 16.97812704660691, + 16.413783965442395, + 18.35393559592005, + 17.181410564563244, + 21.279965498470208, + 24.92879650304784, + 39.52312537865541, + 12.073247665762995, + 8.62889055246203 + ], + "monthlyLoadFromGridCost": [ + 11.418144760337556, + 32.295099296835595, + 21.313121797289618, + 16.97812704660691, + 16.413783965442395, + 18.35393559592005, + 45.99604158915675, + 79.28752130898991, + 35.47930338115725, + 39.52312537865541, + 12.073247665762995, + 8.62889055246203 + ] + }, + "economics": { + "payback": 15.704393212365915, + "irr25": 4.8542140183433835 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7378571737792333, + 1.5675762592109006, + 2.084352504698641, + 2.394440612993801, + 2.6416164234208774, + 2.797405323418409, + 2.846430636485504, + 2.3635845269792766, + 1.75013619909668, + 0.933502183006444, + 0.07732532193167956, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1828.287666949482, + "loadFromPVPct": 34.35095061323097, + "loadFromGridPct": 58.00992589358366, + "monthlyPVtoLoadCost": [ + 23.06175069040137, + 41.93501949395018, + 22.04162372691367, + 18.63972523858025, + 13.145515835438589, + 9.929187182440732, + 8.074113344157897, + 15.253599039903515, + 12.829520490119318, + 17.820503528886192, + 12.202669670917226, + 14.268796525801116 + ], + "PVtoGrid": 6488.621618798494, + "monthlyPV": [ + 347.58241993154076, + 355.28652461602644, + 626.7900256726614, + 690.4326419660998, + 953.2760705248, + 936.5909472071955, + 992.8262913964777, + 857.3956373967757, + 651.6602653698058, + 482.96797699451366, + 282.6299960962735, + 260.31815467684083 + ], + "PVtoGridCost": 244.0933511125914, + "PVtoLoadCost": 209.20202476751004, + "monthlyPVtoGrid": [ + 837.0828718529344, + 804.0875695587778, + 751.6901350192691, + 570.632351511129, + 423.57922748482014, + 237.2282153712843, + 224.55608131479772, + 268.5775350119814, + 293.66629678066147, + 548.8473114917707, + 638.6039787804431, + 890.0700446206242 + ], + "savings": 452.5053849631391, + "cost": 94.74289550266803, + "monthlyLoadFromGrid": [ + 69.3749446457389, + 172.73727816230004, + 126.62149762249332, + 97.69108614132311, + 91.0842404903065, + 96.28121927501083, + 243.6129266379569, + 413.18611508044063, + 181.69177216463498, + 211.42629581910933, + 69.9203368143432, + 54.65995409582415 + ], + "PVtoLoadPct": 12.827404945160758, + "monthlyPVtoLoad": [ + 99.84137535426109, + 189.08313183769997, + 106.06910237750668, + 81.4218138586769, + 59.8452695096935, + 45.86840072498917, + 36.29030336204312, + 79.50584491955937, + 62.03735783536501, + 78.36388418089066, + 52.1942831856568, + 63.550435904175856 + ], + "PVtoGridPct": 87.17259505483923, + "loadFromGridCost": 338.8362466152594, + "total": 7437.756951849011, + "PVtoLoad": 954.0712030505182, + "monthlyPVtoGridCost": [ + 11.420072191392002, + 32.93872535264244, + 21.628899432660468, + 17.130012094148217, + 16.40864330903311, + 18.353395561891222, + 18.8499062533646, + 22.545198184316465, + 24.65122356819215, + 39.4664852896608, + 12.086352108218797, + 8.614437767071138 + ], + "monthlyLoadFromGridCost": [ + 11.479550904384142, + 32.93872535264244, + 21.628899432660468, + 17.130012094148217, + 16.40864330903311, + 18.353395561891222, + 45.99850096008068, + 79.2061823808795, + 35.52506145458889, + 39.4664852896608, + 12.086352108218797, + 8.614437767071138 + ] + }, + "economics": { + "payback": 15.631660558934808, + "irr25": 4.905029512986947 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5299772741102381, + 1.4362505020054033, + 2.437729263196728, + 3.2313573977238823, + 3.7464062795281414, + 3.8711310046643974, + 3.8364129167933494, + 3.1577585276889932, + 2.2277499435471886, + 1.1971711927718374, + 0.08237087489340593, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1799.6007606982425, + "loadFromPVPct": 35.383811155223995, + "loadFromGridPct": 57.09971611870333, + "monthlyPVtoLoadCost": [ + 23.065535091128634, + 42.72175512049581, + 22.6203047037455, + 19.059619820903087, + 13.168015081875318, + 9.978229012324658, + 8.101283690377148, + 18.52512273606672, + 13.038035235472794, + 17.739954460965002, + 12.211453626541036, + 14.231840623313992 + ], + "PVtoGrid": 8035.959123553961, + "monthlyPV": [ + 491.2232451742282, + 468.59309871883823, + 790.5463677350045, + 813.5714817731354, + 1087.9818673449968, + 1042.9259904389496, + 1128.9421928420895, + 1014.9397772924723, + 809.9050926624222, + 638.0772754393569, + 372.2311773127678, + 354.84379612145676 + ], + "PVtoGridCost": 270.0058627314642, + "PVtoLoadCost": 214.4611492032097, + "monthlyPVtoGrid": [ + 943.3241506676378, + 937.2167084707776, + 906.7003021606681, + 727.3257824585905, + 578.6358495262937, + 326.69139920960254, + 318.9285861796915, + 391.6458620835814, + 405.78760140652935, + 713.0628922748757, + 761.6664157753561, + 1024.973573340357 + ], + "savings": 483.67702101771164, + "cost": 63.57125944809548, + "monthlyLoadFromGrid": [ + 69.2811802286881, + 169.75051562868794, + 124.08752486819579, + 96.13968979616833, + 91.03156408693677, + 96.14322189683477, + 243.45979005823472, + 392.61361690935314, + 180.50650268769107, + 211.88553453987114, + 69.8439340022207, + 54.85768599536033 + ], + "PVtoLoadPct": 10.902839438191153, + "monthlyPVtoLoad": [ + 99.93513977131191, + 192.06989437131207, + 108.6030751318042, + 82.97321020383167, + 59.897945913063225, + 46.006398103165225, + 36.443439941765284, + 100.07834309064683, + 63.22262731230893, + 77.90464546012883, + 52.270685997779296, + 63.352704004639676 + ], + "PVtoGridPct": 89.09716056180885, + "loadFromGridCost": 333.57712217955975, + "total": 9013.781362855718, + "PVtoLoad": 982.7581093017571, + "monthlyPVtoGridCost": [ + 11.416287790664741, + 32.151989726096815, + 21.050218455828638, + 16.71011751182538, + 16.386144062596376, + 18.3043537320073, + 26.7718153781709, + 32.875920088952775, + 34.06301980558611, + 39.547034357582, + 12.077568152594989, + 8.65139366955826 + ], + "monthlyLoadFromGridCost": [ + 11.475766503656882, + 32.151989726096815, + 21.050218455828638, + 16.71011751182538, + 16.386144062596376, + 18.3043537320073, + 45.97133061386144, + 75.9346586847163, + 35.31654670923541, + 39.547034357582, + 12.077568152594989, + 8.65139366955826 + ] + }, + "economics": { + "payback": 14.842327408707762, + "irr25": 5.481860137760486 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.4996306620060685, + 1.5841974831546803, + 2.780020985095148, + 3.709678829648448, + 4.2442985153326545, + 4.384018732707086, + 4.317381777018354, + 3.583502468485494, + 2.4213740256125904, + 1.3369336188659402, + 0.07732532193167956, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1792.8546917974274, + "loadFromPVPct": 35.626700657500585, + "loadFromGridPct": 56.885669410363256, + "monthlyPVtoLoadCost": [ + 22.95082357025458, + 42.20413862291951, + 22.63622869312217, + 19.122090439927867, + 13.152331567570258, + 9.996492373903157, + 8.103118546009373, + 20.08231542943991, + 13.063070946662563, + 17.75622504266923, + 12.1340483860157, + 14.227716975810141 + ], + "PVtoGrid": 8533.597769663676, + "monthlyPV": [ + 617.1316391774797, + 546.5137622552298, + 858.476779768623, + 825.4996460539622, + 1062.460544374147, + 997.0095855354705, + 1092.1849695870228, + 1024.4221932824512, + 865.152374375879, + 728.974562292571, + 451.37814924093993, + 448.9618719224742 + ], + "PVtoGridCost": 289.58067275185294, + "PVtoLoadCost": 215.42860059430444, + "monthlyPVtoGrid": [ + 897.7789517682727, + 902.4234826620004, + 916.1521522045688, + 782.3272231610459, + 669.5930214330587, + 405.7240507402898, + 413.05441566418557, + 508.7313491977378, + 483.5184135525511, + 780.9152783139442, + 773.9036884233095, + 999.4757425427133 + ], + "savings": 504.21928242919506, + "cost": 43.02899803661211, + "monthlyLoadFromGrid": [ + 69.65238623280221, + 171.7145130749776, + 124.05695892211766, + 95.89384878516684, + 91.09144914048763, + 96.02890149934987, + 243.46754374171138, + 383.79071002025813, + 180.31665129732133, + 211.8075085453212, + 70.15304236934725, + 54.88117816856628 + ], + "PVtoLoadPct": 10.395954116661057, + "monthlyPVtoLoad": [ + 99.56393376719778, + 190.1058969250224, + 108.63364107788233, + 83.21905121483316, + 59.83806085951238, + 46.120718500650135, + 36.435686258288605, + 108.90124997974189, + 63.41247870267868, + 77.98267145467878, + 51.961577630652755, + 63.329211831433724 + ], + "PVtoGridPct": 89.60404588333894, + "loadFromGridCost": 332.60967078846505, + "total": 9518.16607786625, + "PVtoLoad": 989.5041782025727, + "monthlyPVtoGridCost": [ + 11.530999311538796, + 32.66960622367311, + 21.034294466451968, + 16.647646892800605, + 16.401827576901436, + 18.2860903704288, + 34.67301783688149, + 42.70442458907088, + 35.291510998045645, + 39.53076377587777, + 12.154973393120324, + 8.655517317062111 + ], + "monthlyLoadFromGridCost": [ + 11.590478024530936, + 32.66960622367311, + 21.034294466451968, + 16.647646892800605, + 16.401827576901436, + 18.2860903704288, + 45.969495758229215, + 74.3774659913431, + 35.291510998045645, + 39.53076377587777, + 12.154973393120324, + 8.655517317062111 + ] + }, + "economics": { + "payback": 14.36250289864473, + "irr25": 5.850639754449771 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5006149372777401, + 1.1631160178417352, + 1.920697623402933, + 2.503289679036033, + 2.91501166774812, + 3.092182149437896, + 3.111237832756259, + 2.5632250973357347, + 1.8790273568427767, + 0.9938765266364543, + 0.08237087489340593, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1824.0978500332872, + "loadFromPVPct": 34.501803289117746, + "loadFromGridPct": 57.8769867652343, + "monthlyPVtoLoadCost": [ + 23.123936003715432, + 42.58923574823172, + 22.353063894730514, + 18.786587657835366, + 13.119575701111792, + 9.898880339296948, + 8.070324489180079, + 15.12197745168977, + 12.868172273419828, + 17.699859162848472, + 12.207235593311218, + 14.254864454257985 + ], + "PVtoGrid": 6862.097390147588, + "monthlyPV": [ + 325.757997813669, + 351.5150470393216, + 658.0971568526462, + 739.1135223582578, + 1033.7437377617828, + 1017.4762719875629, + 1081.6341073264775, + 925.8381299980215, + 688.6697120058598, + 492.77521244696237, + 265.71951922147304, + 235.08212530226692 + ], + "PVtoGridCost": 238.80653325677565, + "PVtoLoadCost": 210.0937127696291, + "monthlyPVtoGrid": [ + 917.6870134343278, + 890.384777035138, + 818.6460456482961, + 607.1062802496176, + 433.49402443154617, + 220.5370249065389, + 199.3043056765977, + 246.6047658976452, + 289.6849958200332, + 580.811500007742, + 687.2252026074, + 970.6114544327061 + ], + "savings": 448.1102551094425, + "cost": 99.13802535636464, + "monthlyLoadFromGrid": [ + 69.0937614467649, + 170.22666970866038, + 125.13491565027459, + 97.15556824375784, + 91.19180198458382, + 96.50050568506586, + 243.59718037433078, + 413.0377680839762, + 181.48194878071155, + 212.08335315509572, + 69.86068024914222, + 54.73369667092333 + ], + "PVtoLoadPct": 12.26115434000192, + "monthlyPVtoLoad": [ + 100.12255855323511, + 191.5937402913396, + 107.55568434972541, + 81.95733175624217, + 59.73770801541618, + 45.649114314934145, + 36.306049625669225, + 79.65419191602382, + 62.24718121928844, + 77.70682684490428, + 52.25393975085778, + 63.47669332907667 + ], + "PVtoGridPct": 87.73884565999808, + "loadFromGridCost": 337.9445586131403, + "total": 7815.422540114301, + "PVtoLoad": 958.2610199667129, + "monthlyPVtoGridCost": [ + 11.357886878077945, + 32.28450909836089, + 21.317459264843617, + 16.983149674893106, + 16.434583443359905, + 18.38370240503501, + 16.730196999782695, + 20.70073850410219, + 24.31702130818269, + 39.587129655698526, + 12.081786185824807, + 8.628369838614267 + ], + "monthlyLoadFromGridCost": [ + 11.417365591070086, + 32.28450909836089, + 21.317459264843617, + 16.983149674893106, + 16.434583443359905, + 18.38370240503501, + 46.00228981505851, + 79.33780396909323, + 35.48640967128838, + 39.587129655698526, + 12.081786185824807, + 8.628369838614267 + ] + }, + "economics": { + "payback": 15.750981243949468, + "irr25": 4.821889893666431 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.4975394913043297, + 1.2150077531720644, + 1.845422208769515, + 2.315670659668677, + 2.645457889172505, + 2.7834402780145275, + 2.816751070596874, + 2.3405005272690302, + 1.7464730253569933, + 0.9346671515558417, + 0.07732532193167956, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1824.8340227397382, + "loadFromPVPct": 34.47529768638995, + "loadFromGridPct": 57.90034486413641, + "monthlyPVtoLoadCost": [ + 23.02460131625643, + 41.8722080442797, + 21.977223633970787, + 18.622255834250115, + 13.082360699330069, + 9.886905964677725, + 8.062978700327417, + 16.03499114280853, + 12.867396802125501, + 17.688663617019817, + 12.134842803361746, + 14.269909756952762 + ], + "PVtoGrid": 6373.397080697689, + "monthlyPV": [ + 350.87733595746556, + 336.315945895734, + 601.2850505583925, + 678.0188229213901, + 952.4767430375633, + 942.1106954137935, + 995.7664616297515, + 847.3912291340814, + 627.3245133342466, + 457.15737202639036, + 274.5640996668634, + 262.6977883822789 + ], + "PVtoGridCost": 242.99423250410658, + "PVtoLoadCost": 209.5243383153606, + "monthlyPVtoGrid": [ + 842.7283428184783, + 807.3014644625549, + 741.9304475206382, + 546.3816752873256, + 398.0135448186383, + 229.3767559840361, + 226.97092149705654, + 266.4592857966128, + 274.48856930360665, + 524.0548405688409, + 626.4265105461212, + 889.2647220937796 + ], + "savings": 451.7285799025048, + "cost": 95.51970056330232, + "monthlyLoadFromGrid": [ + 69.50066740468482, + 173.0110028328034, + 126.8662183865568, + 97.77616195307901, + 91.32916279224793, + 96.49565631717269, + 243.64813311477764, + 407.7729498391472, + 181.48462340787265, + 212.13880001044836, + 70.1566876247311, + 54.653959056216245 + ], + "PVtoLoadPct": 13.070252109204306, + "monthlyPVtoLoad": [ + 99.71565259531519, + 188.8094071671966, + 105.8243816134432, + 81.336738046921, + 59.60034720775208, + 45.65396368282732, + 36.25509688522237, + 84.9190101608528, + 62.24450659212734, + 77.65137998955163, + 51.957932375268896, + 63.55643094378376 + ], + "PVtoGridPct": 86.9297478907957, + "loadFromGridCost": 338.5139330674089, + "total": 7325.986057957951, + "PVtoLoad": 957.5248472602624, + "monthlyPVtoGridCost": [ + 11.457221565536948, + 33.00153680231291, + 21.693299525603347, + 17.147481498478353, + 16.471798445141626, + 18.395676779654234, + 19.05261513030044, + 22.36738603646825, + 23.041388007389482, + 39.59832520152718, + 12.154178975774277, + 8.61332453591949 + ], + "monthlyLoadFromGridCost": [ + 11.516700278529088, + 33.00153680231291, + 21.693299525603347, + 17.147481498478353, + 16.471798445141626, + 18.395676779654234, + 46.00963560391118, + 78.42479027797448, + 35.48718514258271, + 39.59832520152718, + 12.154178975774277, + 8.61332453591949 + ] + }, + "economics": { + "payback": 15.652580641200787, + "irr25": 4.890369255700788 + }, + "settings": { + "power": 6.08, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "16 units. JA Solar JAM60S20-380MR", + "numModules": 16.0, + "cost": 9196.000000466696, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN200L - 6KTL-L1" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.130955128419435, + 2.1836731003233343, + 3.0950055856999836, + 3.6703740485516207, + 3.780844608599646, + 3.778026943208868, + 3.49456131836264, + 2.628244352925361, + 1.5580558033009748, + 0.666526115910609, + 0.09285673490410774, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1833.4456067003605, + "loadFromPVPct": 34.16535015730912, + "loadFromGridPct": 58.17358269011574, + "monthlyPVtoLoadCost": [ + 22.726559042073312, + 40.80139111573817, + 21.40966727709386, + 18.26847389748221, + 13.134009454811006, + 10.012573601573656, + 8.12840959204868, + 15.959755786727376, + 12.747951490203793, + 17.80166844346565, + 11.845472520408403, + 14.257010531206475 + ], + "PVtoGrid": 8675.66434821492, + "monthlyPV": [ + 431.56962662238516, + 458.08071513785006, + 817.3186847441467, + 904.452036434209, + 1221.9699934625035, + 1225.9608763728713, + 1291.7326804916245, + 1108.2064359014464, + 850.6437684779366, + 635.5198903492459, + 353.79578743693304, + 320.39124608340643 + ], + "PVtoGridCost": 267.2837372242642, + "PVtoLoadCost": 207.09294275283258, + "monthlyPVtoGrid": [ + 1127.440510905451, + 1107.0319082003057, + 1004.3433151648048, + 770.7388268072606, + 576.0812189707393, + 308.35665141452995, + 284.3476642411034, + 348.5996678936799, + 396.90197927618107, + 739.3913456860363, + 853.7074783848362, + 1158.7237812699907 + ], + "savings": 473.5860570458198, + "cost": 73.66222341998724, + "monthlyLoadFromGrid": [ + 70.36265453257975, + 176.7752277086812, + 128.4638792633583, + 98.81405832932384, + 91.03431862149343, + 96.24386397759687, + 243.33141815769696, + 409.2210412712948, + 182.13326413833096, + 211.44167094188964, + 71.00444195062724, + 54.61976780748727 + ], + "PVtoLoadPct": 9.864362091620247, + "monthlyPVtoLoad": [ + 98.85366546742024, + 185.0451822913188, + 104.22672073664168, + 80.29884167067615, + 59.895191378506574, + 45.90575602240313, + 36.572821842303036, + 83.47091872870521, + 61.59687586166903, + 78.34850905811035, + 51.11118804937276, + 63.59062219251273 + ], + "PVtoGridPct": 90.13563790837975, + "loadFromGridCost": 340.9459606442515, + "total": 9619.641741514557, + "PVtoLoad": 948.9162932996397, + "monthlyPVtoGridCost": [ + 11.755263839720062, + 34.07235373085445, + 22.26085588248028, + 17.50126343524626, + 16.42014968966069, + 18.2700091427583, + 23.86898979945277, + 29.26249434562466, + 33.31713422021608, + 39.48532037508134, + 12.443679001503575, + 8.626223761665775 + ], + "monthlyLoadFromGridCost": [ + 11.814742552712202, + 34.07235373085445, + 22.26085588248028, + 17.50126343524626, + 16.42014968966069, + 18.2700091427583, + 45.94439226115317, + 78.50002563405563, + 35.60694517707975, + 39.48532037508134, + 12.443679001503575, + 8.626223761665775 + ] + }, + "economics": { + "payback": 17.354993285086636, + "irr25": 3.7698245731059954 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6378451640031897, + 2.9782440671672368, + 3.7340880670955103, + 4.17233855026908, + 4.016928999751855, + 3.7125449205068737, + 3.197557963326669, + 2.0737561754215617, + 1.0008010525075932, + 0.3317896268691124, + 0.08392225704370274, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1868.5415595311185, + "loadFromPVPct": 32.901734466405784, + "loadFromGridPct": 59.287145757723096, + "monthlyPVtoLoadCost": [ + 21.82567461420894, + 36.951692127040964, + 20.086567815085342, + 17.431011279197737, + 12.906986148272322, + 9.934294340213977, + 8.113528705226258, + 15.276260110787128, + 12.595908068881435, + 17.5289094455344, + 11.699041020200687, + 14.072780904167404 + ], + "PVtoGrid": 8834.497239113776, + "monthlyPV": [ + 469.8413412517881, + 486.0037049406562, + 834.2646861128816, + 910.3515285085808, + 1192.6469098464706, + 1216.6088529718072, + 1269.2836737433695, + 1092.217013604506, + 860.8155009220404, + 665.7475848805373, + 388.1356175014434, + 357.46226529857535 + ], + "PVtoGridCost": 284.266564567769, + "PVtoLoadCost": 198.4226545788166, + "monthlyPVtoGrid": [ + 1121.068984901294, + 1099.0599425190715, + 993.2509591362219, + 784.0590194842813, + 607.2949398251809, + 343.24900439696125, + 321.48951246706235, + 391.88481500468254, + 425.63193003314535, + 757.2965515068445, + 860.1399311577894, + 1130.07164868124 + ], + "savings": 481.89859621530866, + "cost": 65.34968425049844, + "monthlyLoadFromGrid": [ + 73.3431519294869, + 191.25226877570188, + 133.36094553171577, + 101.96251856224087, + 92.02034494464367, + 96.79638689551787, + 243.402247168487, + 414.2344737528945, + 182.94022509248916, + 212.4008753939629, + 71.53740264920857, + 55.290718834769386 + ], + "PVtoLoadPct": 9.378885605501518, + "monthlyPVtoLoad": [ + 95.8731680705131, + 170.56814122429813, + 99.32965446828423, + 77.15038143775912, + 58.90916505535634, + 45.35323310448213, + 36.501992831512986, + 78.45748624710552, + 60.78991490751083, + 77.3893046060371, + 50.57822735079143, + 62.91967116523061 + ], + "PVtoGridPct": 90.62111439449848, + "loadFromGridCost": 349.6162488182674, + "total": 9743.378679582656, + "PVtoLoad": 913.8203404688816, + "monthlyPVtoGridCost": [ + 12.65614826758443, + 37.92205271955166, + 23.583955344488796, + 18.338726053530735, + 16.647172996199373, + 18.34828840411798, + 26.986787157853172, + 32.895978508815425, + 35.72881185219866, + 39.7580793730126, + 12.59011050171129, + 8.81045338870485 + ], + "monthlyLoadFromGridCost": [ + 12.71562698057657, + 37.92205271955166, + 23.583955344488796, + 18.338726053530735, + 16.647172996199373, + 18.34828840411798, + 45.959273147975594, + 79.18352130999588, + 35.758988598402105, + 39.7580793730126, + 12.59011050171129, + 8.81045338870485 + ] + }, + "economics": { + "payback": 17.1302947693141, + "irr25": 3.9107705298588646 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7583959546394597, + 1.4356831155739662, + 2.1609550218774807, + 2.826919886519765, + 3.2852947601552502, + 3.514380903897328, + 3.532338999611162, + 2.9066327727161285, + 2.11390616102931, + 1.1197633480931446, + 0.09285673490410774, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1808.9241322837856, + "loadFromPVPct": 35.04812690455197, + "loadFromGridPct": 57.39553832684529, + "monthlyPVtoLoadCost": [ + 23.223790360807012, + 43.60366203159937, + 22.692525176597538, + 19.043297639454003, + 13.225494885373331, + 10.047675104104538, + 8.122108766699286, + 16.00906195518651, + 12.960918759369873, + 17.84713962250237, + 12.347067129274583, + 14.297544819426564 + ], + "PVtoGrid": 7929.788295169011, + "monthlyPV": [ + 373.2155336790822, + 406.5843270165892, + 752.9652156636599, + 841.3313940252281, + 1169.827909967991, + 1150.9371855716163, + 1223.0655511873767, + 1050.1487903987882, + 788.646900370405, + 567.1691522579248, + 306.9580840472231, + 267.43711869934015 + ], + "PVtoGridCost": 247.333911341892, + "PVtoLoadCost": 213.42028625039498, + "monthlyPVtoGrid": [ + 1050.8211175036138, + 1027.973561686271, + 941.6052041567541, + 706.0858182398216, + 507.47066417368103, + 261.08580207007304, + 231.41284704212458, + 288.8532641391999, + 344.2528111852001, + 674.9039624885513, + 788.8601003371031, + 1106.4631421466165 + ], + "savings": 459.9642066753246, + "cost": 87.28407379048254, + "monthlyLoadFromGrid": [ + 68.76695193199741, + 166.38401049889433, + 123.78341375796607, + 96.15791786941658, + 90.77450191575622, + 95.81071802284995, + 243.3507283427844, + 407.8287304601177, + 180.98048416861084, + 211.30775682489138, + 69.27770631187506, + 54.501212178625536 + ], + "PVtoLoadPct": 10.939574323656503, + "monthlyPVtoLoad": [ + 100.44936806800258, + 195.43639950110568, + 108.90718624203393, + 82.95498213058343, + 60.155008084243775, + 46.33890197715005, + 36.55250165721558, + 84.86322953988231, + 62.74864583138914, + 78.48242317510862, + 52.83691368812493, + 63.70917782137447 + ], + "PVtoGridPct": 89.0604256763435, + "loadFromGridCost": 334.61798513237454, + "total": 8898.287162885223, + "PVtoLoad": 973.4347377162145, + "monthlyPVtoGridCost": [ + 11.258032520986363, + 31.270082814993252, + 20.9779979829766, + 16.726439693274468, + 16.328664259098364, + 18.23490764022742, + 19.425483589790435, + 24.247203273775146, + 28.897606247418192, + 39.43984919604463, + 11.941954649861444, + 8.585689473445688 + ], + "monthlyLoadFromGridCost": [ + 11.317511233978504, + 31.270082814993252, + 20.9779979829766, + 16.726439693274468, + 16.328664259098364, + 18.23490764022742, + 45.9505055375393, + 78.45071946559649, + 35.39366318533834, + 39.43984919604463, + 11.941954649861444, + 8.585689473445688 + ] + }, + "economics": { + "payback": 17.740768416963057, + "irr25": 3.535562797702796 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.9775531108419315, + 1.7862044978648641, + 2.2627367801117177, + 2.593809201931318, + 3.0033496306523384, + 3.2292395593890566, + 3.2572598696689186, + 2.6736159270566304, + 1.9679914295447487, + 1.169862549127961, + 0.08716888013240655, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1811.4718986208345, + "loadFromPVPct": 34.95639560049605, + "loadFromGridPct": 57.47637666485857, + "monthlyPVtoLoadCost": [ + 23.274372377255894, + 43.190110308064085, + 22.642531890285543, + 19.02219830616743, + 13.226664215786021, + 10.03882413824951, + 8.120846983177616, + 16.000616493666666, + 12.957852968814544, + 17.86588760724753, + 12.3242587781991, + 14.313033170841967 + ], + "PVtoGrid": 7549.165265459163, + "monthlyPV": [ + 371.7428296138543, + 399.5463025815727, + 723.6285574692381, + 802.1087842780431, + 1103.5544282666071, + 1087.3860342765033, + 1151.3697176092858, + 992.2708792117244, + 755.8738203357655, + 549.5140906958869, + 308.89570757574717, + 269.2252149240998 + ], + "PVtoGridCost": 247.2804798883898, + "PVtoLoadCost": 212.97719723775592, + "monthlyPVtoGrid": [ + 987.1111078829695, + 957.7706295041393, + 883.912615131619, + 673.4393733480699, + 489.781538644573, + 263.055315421861, + 233.23218587457367, + 288.3131758812538, + 337.21075065880314, + 645.4734638094983, + 749.7574087899462, + 1040.1077005118561 + ], + "savings": 459.4676862091834, + "cost": 87.78059425662376, + "monthlyLoadFromGrid": [ + 68.60809360646611, + 167.87691189485352, + 123.96873591989457, + 96.2845530123045, + 90.74043794868611, + 95.84260784611381, + 243.38197095047383, + 408.76134626739946, + 180.9764480772304, + 211.21391634026014, + 69.39762451190313, + 54.41925224524905 + ], + "PVtoLoadPct": 11.40192252874234, + "monthlyPVtoLoad": [ + 100.60822639353388, + 193.94349810514646, + 108.72186408010543, + 82.8283469876955, + 60.18907205131389, + 46.3070121538862, + 36.52125904952616, + 83.93061373260053, + 62.7526819227696, + 78.57626365973987, + 52.71699548809687, + 63.791137754750956 + ], + "PVtoGridPct": 88.59807747125767, + "loadFromGridCost": 335.06107414501355, + "total": 8515.116366838327, + "PVtoLoad": 970.8869713791654, + "monthlyPVtoGridCost": [ + 11.207450504537478, + 31.68363453852853, + 21.02799126928859, + 16.747539026561043, + 16.327494928685674, + 18.24375860608245, + 19.578204309861672, + 24.201866656876515, + 28.306474713701164, + 39.421101211299465, + 11.964763000936925, + 8.570201122030285 + ], + "monthlyLoadFromGridCost": [ + 11.266929217529619, + 31.68363453852853, + 21.02799126928859, + 16.747539026561043, + 16.327494928685674, + 18.24375860608245, + 45.95176732106097, + 78.45916492711635, + 35.396728975893666, + 39.421101211299465, + 11.964763000936925, + 8.570201122030285 + ] + }, + "economics": { + "payback": 17.7552621150925, + "irr25": 3.526944196101023 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.938421446751408, + 2.1331830657950617, + 3.1482712422731622, + 3.9221153646950087, + 4.266442655126418, + 4.192249204335779, + 4.077408600264212, + 3.1213418460618576, + 2.10140627095099, + 1.0666971341385507, + 0.09285673490410774, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1807.0299701587403, + "loadFromPVPct": 35.116325451371985, + "loadFromGridPct": 57.33543826355073, + "monthlyPVtoLoadCost": [ + 22.912996846354453, + 41.9521499963062, + 22.060771362871126, + 18.83126357816143, + 13.230632064093847, + 10.138073213923445, + 8.145389518566951, + 18.267935510538102, + 12.954552746958242, + 17.86495500890046, + 12.03614391099456, + 14.286941904399782 + ], + "PVtoGrid": 9244.160467714093, + "monthlyPV": [ + 532.8491900496964, + 522.8985828017836, + 887.453744083118, + 933.1699527491901, + 1240.4174288524575, + 1215.1843935223058, + 1298.936968687875, + 1150.248267165768, + 912.9973475626495, + 713.9998168336615, + 414.71987399508805, + 391.67793125175933 + ], + "PVtoGridCost": 279.6051809233711, + "PVtoLoadCost": 212.6818056620686, + "monthlyPVtoGrid": [ + 1116.0657164081133, + 1110.0148004304601, + 1044.0654982878775, + 831.1069653533799, + 654.2736637044208, + 368.53449663638315, + 355.53618061044045, + 435.8017726472722, + 460.6109143186361, + 809.2839945014335, + 881.7567043264518, + 1177.109760489224 + ], + "savings": 491.4969956684773, + "cost": 55.75128479732977, + "monthlyLoadFromGrid": [ + 69.76434288580755, + 172.55383174258537, + 126.14423112210964, + 96.82861779073048, + 90.74683687075922, + 95.49762264129511, + 243.23324935868112, + 395.14358259757574, + 181.0243315168525, + 211.19926041831556, + 70.33575157726168, + 54.558311636766604 + ], + "PVtoLoadPct": 9.548424217217963, + "monthlyPVtoLoad": [ + 99.45197711419246, + 189.26657825741464, + 106.54636887789034, + 82.28428220926953, + 60.18267312924078, + 46.6519973587049, + 36.66998064131887, + 97.54837740242424, + 62.70479848314751, + 78.59091958168445, + 51.77886842273833, + 63.6520783632334 + ], + "PVtoGridPct": 90.45157578278203, + "loadFromGridCost": 335.35646572070084, + "total": 10214.55349755535, + "PVtoLoad": 975.3288998412595, + "monthlyPVtoGridCost": [ + 11.56882603543892, + 32.92159485028642, + 21.60975179670301, + 16.93847375456704, + 16.32352708037785, + 18.144509530408513, + 29.84476588185133, + 36.58249872972759, + 35.40002919774997, + 39.422033809646535, + 12.252877868141466, + 8.59629238847247 + ], + "monthlyLoadFromGridCost": [ + 11.628304748431061, + 32.92159485028642, + 21.60975179670301, + 16.93847375456704, + 16.32352708037785, + 18.144509530408513, + 45.92722478567164, + 76.19184591024491, + 35.40002919774997, + 39.422033809646535, + 12.252877868141466, + 8.59629238847247 + ] + }, + "economics": { + "payback": 16.876127031518045, + "irr25": 4.071705660208336 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3315775137604295, + 2.9478770203245697, + 4.0615000473651275, + 4.648901413535348, + 4.7603379451840295, + 4.688318768189592, + 4.199426763576652, + 3.0878641910356075, + 1.9427050686936254, + 0.7652977137308891, + 0.08716888013240655, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1820.8270246507307, + "loadFromPVPct": 34.61960440844874, + "loadFromGridPct": 57.773206413004765, + "monthlyPVtoLoadCost": [ + 22.389268810303253, + 39.328096347202454, + 21.280722636570356, + 18.397004546420504, + 13.218346398209286, + 10.155337626849288, + 8.13774834342164, + 19.042713878654986, + 12.892761760901358, + 17.84684626962128, + 11.755659799449214, + 14.072780904167404 + ], + "PVtoGrid": 9870.162148244433, + "monthlyPV": [ + 656.4750645165316, + 606.629484624417, + 960.4126786806802, + 962.0311849323913, + 1223.200417908542, + 1193.5966983589485, + 1278.949913030889, + 1167.3852037470301, + 975.2453890961575, + 811.9019819174811, + 500.2717687128217, + 490.65833806781166 + ], + "PVtoGridCost": 302.8831865685966, + "PVtoLoadCost": 208.51728732177102, + "monthlyPVtoGrid": [ + 1096.1622247091555, + 1099.7476192163024, + 1064.035800369977, + 894.8399123599416, + 752.1645520576798, + 454.07014381594735, + 454.54305090543016, + 555.3506499335477, + 544.6533470714947, + 882.3369396589467, + 911.632751402698, + 1160.6251567433114 + ], + "savings": 510.61035323062924, + "cost": 36.63792723517781, + "monthlyLoadFromGrid": [ + 71.44854635020702, + 182.27370618541323, + 128.97759662294683, + 98.31352326378419, + 90.73556014019871, + 95.48137510312566, + 243.2597128376185, + 391.0665854170162, + 181.33586244707777, + 211.29327097826643, + 71.35056647030673, + 55.290718834769386 + ], + "PVtoLoadPct": 8.881078198781355, + "monthlyPVtoLoad": [ + 97.76777364979299, + 179.54670381458675, + 103.71300337705318, + 80.7993767362158, + 60.193949859801286, + 46.66824489687435, + 36.64351716238149, + 101.6253745829838, + 62.39326755292222, + 78.49690902173356, + 50.765063529693265, + 62.91967116523061 + ], + "PVtoGridPct": 91.11892180121865, + "loadFromGridCost": 339.5211138037744, + "total": 10826.7581235937, + "PVtoLoad": 961.5328553492693, + "monthlyPVtoGridCost": [ + 12.092554071490124, + 35.54564849939016, + 22.389800523003778, + 17.37273278630797, + 16.335812746262413, + 18.12724511748267, + 38.155697443234075, + 46.617787537525224, + 35.46182018380686, + 39.440142548925714, + 12.533491722462763, + 8.81045338870485 + ], + "monthlyLoadFromGridCost": [ + 12.152032784482264, + 35.54564849939016, + 22.389800523003778, + 17.37273278630797, + 16.335812746262413, + 18.12724511748267, + 45.93486596081694, + 75.41706754212801, + 35.46182018380686, + 39.440142548925714, + 12.533491722462763, + 8.81045338870485 + ] + }, + "economics": { + "payback": 16.38993930801655, + "irr25": 4.386667396563304 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.6714651407591872, + 1.4340682234805673, + 2.162230139191168, + 2.813976661993567, + 3.282036834656254, + 3.491240946633657, + 3.520382782675507, + 2.90509124717018, + 2.124841071106596, + 1.1204714645404534, + 0.09285673490410774, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1809.300426441913, + "loadFromPVPct": 35.03457858446794, + "loadFromGridPct": 57.40747780257537, + "monthlyPVtoLoadCost": [ + 23.22227629464528, + 43.61887458940976, + 22.690040098665854, + 19.03781666301203, + 13.219416153383097, + 10.050040476527611, + 8.124663243192257, + 16.03285149642749, + 12.954518287180125, + 17.823943231590725, + 12.342810827015308, + 14.262479092034763 + ], + "PVtoGrid": 7889.058560903348, + "monthlyPV": [ + 375.0953296168681, + 404.5738914054709, + 747.8459199187905, + 835.1587360374382, + 1163.975809935474, + 1144.4081627268324, + 1216.7799490760085, + 1044.6955603823133, + 782.3771790492746, + 563.6277720564212, + 307.48587102377456, + 271.1569532327687 + ], + "PVtoGridCost": 247.69720439333753, + "PVtoLoadCost": 213.3797304530843, + "monthlyPVtoGrid": [ + 1044.296953562967, + 1021.6366408510082, + 936.1663376272279, + 699.8416425127832, + 503.9620195266877, + 261.6158582920894, + 235.1235827337932, + 290.72146202318055, + 342.2810132490591, + 669.9077309783202, + 782.7054393599285, + 1100.799880186303 + ], + "savings": 460.28694392945954, + "cost": 86.96133653634759, + "monthlyLoadFromGrid": [ + 68.77181083613459, + 166.33269177499974, + 123.79777724491453, + 96.18346346350873, + 90.8072374702665, + 95.8129872683148, + 243.3416295010245, + 407.8171324063124, + 181.01912184358818, + 211.4308210595297, + 69.29570332249033, + 54.69005025082895 + ], + "PVtoLoadPct": 10.986096239718083, + "monthlyPVtoLoad": [ + 100.44450916386542, + 195.48771822500024, + 108.89282275508548, + 82.92943653649127, + 60.12227252973349, + 46.33663273168521, + 36.5616004989755, + 84.87482759368758, + 62.7100081564118, + 78.3593589404703, + 52.81891667750968, + 63.52033974917104 + ], + "PVtoGridPct": 89.01390376028192, + "loadFromGridCost": 334.65854092968516, + "total": 8857.181134461433, + "PVtoLoad": 973.058443558087, + "monthlyPVtoGridCost": [ + 11.259546587148094, + 31.25487025718286, + 20.98048306090828, + 16.73192066971644, + 16.3347429910886, + 18.232542267804348, + 19.736973795308007, + 24.404025368147206, + 28.732087656119248, + 39.46304558695627, + 11.946210952120717, + 8.620755200837491 + ], + "monthlyLoadFromGridCost": [ + 11.319025300140234, + 31.25487025718286, + 20.98048306090828, + 16.73192066971644, + 16.3347429910886, + 18.232542267804348, + 45.94795106104633, + 78.4269299243555, + 35.40006365752809, + 39.46304558695627, + 11.946210952120717, + 8.620755200837491 + ] + }, + "economics": { + "payback": 17.731364311864258, + "irr25": 3.541161808054105 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.8317868187193105, + 1.767129623570042, + 2.349691783970705, + 2.6992542877821695, + 2.9778957218234683, + 3.153516638886611, + 3.2087829026594945, + 2.664470204173287, + 1.9729295493814498, + 1.0523375507666781, + 0.08716888013240655, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1813.3545428357359, + "loadFromPVPct": 34.88861175140641, + "loadFromGridPct": 57.53611127520718, + "monthlyPVtoLoadCost": [ + 23.19431110991057, + 43.00033579807147, + 22.51123637201977, + 18.89430290115729, + 13.213715914218415, + 10.044203199594435, + 8.123276761825581, + 16.13197772110369, + 12.903970915747314, + 17.85287746619682, + 12.304118247157461, + 14.278771725364258 + ], + "PVtoGrid": 7421.147659455266, + "monthlyPV": [ + 391.89363550060426, + 400.56780555938656, + 706.6343736109268, + 778.3717245040203, + 1074.672509193946, + 1055.8619457192353, + 1119.2574960552945, + 966.5888843771955, + 734.667137717718, + 544.5081950362454, + 318.6683590459252, + 293.5240502990323 + ], + "PVtoGridCost": 251.66042428408923, + "PVtoLoadCost": 212.4530981323671, + "monthlyPVtoGrid": [ + 955.8439499889472, + 926.4330027092786, + 858.761514156155, + 652.6697006799142, + 484.8453729602723, + 272.8203082374149, + 257.5177611444424, + 307.6727012236344, + 338.5478083554461, + 628.5324211503967, + 726.0928306054869, + 1011.4102882438772 + ], + "savings": 463.32353149949387, + "cost": 83.9247489663132, + "monthlyLoadFromGrid": [ + 68.86502426971195, + 168.65150665398414, + 124.49962977895957, + 96.72156296219619, + 90.81016792402686, + 95.83494919148973, + 243.36871084541008, + 407.97006572303013, + 181.2920027960595, + 211.2670575394699, + 69.47010610146654, + 54.6037590499311 + ], + "PVtoLoadPct": 11.556104382851796, + "monthlyPVtoLoad": [ + 100.35129573028804, + 193.16890334601587, + 108.19097022104043, + 82.39133703780382, + 60.11934207597315, + 46.31467080851027, + 36.53451915458993, + 84.72189427696988, + 62.4371272039405, + 78.5231224605301, + 52.644513898533454, + 63.606630950068904 + ], + "PVtoGridPct": 88.4438956171482, + "loadFromGridCost": 335.5851732504024, + "total": 8385.21611661953, + "PVtoLoad": 969.0043271642645, + "monthlyPVtoGridCost": [ + 11.287511771882803, + 31.87340904852115, + 21.15928678755436, + 16.87543443157118, + 16.34044323025328, + 18.238379544737526, + 21.616807826923882, + 25.82696287193708, + 28.4187113188712, + 39.43411135235018, + 11.984903531978564, + 8.604462567507992 + ], + "monthlyLoadFromGridCost": [ + 11.346990484874944, + 31.87340904852115, + 21.15928678755436, + 16.87543443157118, + 16.34044323025328, + 18.238379544737526, + 45.949337542413005, + 78.32780369967931, + 35.4506110289609, + 39.43411135235018, + 11.984903531978564, + 8.604462567507992 + ] + }, + "economics": { + "payback": 17.64352400108008, + "irr25": 3.5937245689629416 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5974436876012303, + 1.6190860215238987, + 2.7480536081906464, + 3.6427110632145814, + 4.223325965535885, + 4.363928220312861, + 4.324790499777643, + 3.5597430144605107, + 2.5113437997143606, + 1.3495717779604175, + 0.09285673490410774, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1787.4309544505313, + "loadFromPVPct": 35.821980143084744, + "loadFromGridPct": 56.713579094792365, + "monthlyPVtoLoadCost": [ + 23.157319270077565, + 43.61236562316386, + 22.909208917913784, + 19.230860416204205, + 13.211438161854478, + 10.101857309905196, + 8.147992345918288, + 19.327648475532087, + 13.099226991758854, + 17.796990625819724, + 12.344880258189946, + 14.238016279669742 + ], + "PVtoGrid": 9171.877236758464, + "monthlyPV": [ + 553.8200208671296, + 528.2983720730087, + 891.2369927214671, + 917.1861455454234, + 1226.526431852487, + 1175.7335014501346, + 1272.7010304735584, + 1144.188484392631, + 913.0566230409231, + 719.3629968760149, + 419.67582244948534, + 400.08286056567056 + ], + "PVtoGridCost": 278.0388143209328, + "PVtoLoadCost": 217.17780467600775, + "monthlyPVtoGrid": [ + 1075.830750782594, + 1077.6031598066402, + 1034.8940465019407, + 829.7560010012577, + 659.7402079079234, + 373.635396249814, + 363.931481866091, + 449.6515317614421, + 465.15977335056397, + 813.4647076671806, + 864.7279391456391, + 1163.482240717378 + ], + "savings": 494.4266280799782, + "cost": 52.821652385828926, + "monthlyLoadFromGrid": [ + 68.98026933245933, + 166.3781293330818, + 123.03256210930975, + 95.41837796033465, + 90.85020103190851, + 95.64257380032865, + 243.22362130042043, + 388.02251089431246, + 180.1734012775552, + 211.59672494571345, + 69.29079360021564, + 54.82178886489131 + ], + "PVtoLoadPct": 9.79079623944448, + "monthlyPVtoLoad": [ + 100.23605066754068, + 195.4422806669182, + 109.65803789069025, + 83.69452203966534, + 60.07930896809148, + 46.50704619967136, + 36.67960869957956, + 104.66944910568755, + 63.5557287224448, + 78.19345505428655, + 52.823826399784366, + 63.388601135108686 + ], + "PVtoGridPct": 90.20920376055552, + "loadFromGridCost": 330.8604667067617, + "total": 10161.869282307933, + "PVtoLoad": 994.9279155494688, + "monthlyPVtoGridCost": [ + 11.324503611715809, + 31.261379223428754, + 20.761314241660347, + 16.538876916524266, + 16.342720982617216, + 18.180725434426762, + 30.549492472693107, + 37.7450887580413, + 35.25535495294936, + 39.48999819272728, + 11.94414152094608, + 8.64521801320251 + ], + "monthlyLoadFromGridCost": [ + 11.383982324707949, + 31.261379223428754, + 20.761314241660347, + 16.538876916524266, + 16.342720982617216, + 18.180725434426762, + 45.9246219583203, + 75.13213294525092, + 35.25535495294936, + 39.48999819272728, + 11.94414152094608, + 8.64521801320251 + ] + }, + "economics": { + "payback": 16.79916652809489, + "irr25": 4.1204500212229656 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5632339342261298, + 1.785866738934261, + 3.1339192642410785, + 4.181923090046268, + 4.784600170899633, + 4.942106852748906, + 4.866986974063477, + 4.039684405136883, + 2.729616339403478, + 1.5071260417237853, + 0.08716888013240655, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1782.866426617234, + "loadFromPVPct": 35.9863241350981, + "loadFromGridPct": 56.56875072552891, + "monthlyPVtoLoadCost": [ + 23.028574420745734, + 43.058705161665756, + 22.931318801687855, + 19.301283581158888, + 13.19372886202258, + 10.111362446171125, + 8.138437307351545, + 20.53405987254107, + 13.124442948640077, + 17.81781272193806, + 12.277799466156752, + 14.234957767638448 + ], + "PVtoGrid": 9735.905889852595, + "monthlyPV": [ + 695.7566262424091, + 616.1383811407054, + 967.8149854925198, + 930.6327720375023, + 1197.7562297079419, + 1123.971911648041, + 1231.2645914406633, + 1154.8780174220103, + 975.3369156671424, + 821.8315609134139, + 508.8982496764357, + 506.1822218465767 + ], + "PVtoGridCost": 298.9115009280165, + "PVtoLoadCost": 217.7524833577179, + "monthlyPVtoGrid": [ + 1024.4857940516279, + 1038.2895532901962, + 1045.533311446992, + 891.7591569136001, + 762.2763743176212, + 462.81268770065026, + 470.0717437118324, + 584.7525190183796, + 552.8049884634578, + 889.9413848438084, + 878.4484177661946, + 1134.7299583282356 + ], + "savings": 515.8739933687721, + "cost": 31.37428709703503, + "monthlyLoadFromGrid": [ + 69.39690240358685, + 168.50096184953293, + 122.98229402498177, + 95.14124124645775, + 90.91780340420723, + 95.59743802421464, + 243.26452186525572, + 381.1868927759705, + 179.97860732275237, + 211.49540935128857, + 69.56464572869234, + 54.83970862029359 + ], + "PVtoLoadPct": 9.314532778127878, + "monthlyPVtoLoad": [ + 99.81941759641315, + 193.31944815046708, + 109.70830597501823, + 83.97165875354224, + 60.01170659579276, + 46.552181975785366, + 36.638708134744284, + 111.50506722402952, + 63.75052267724763, + 78.29477064871142, + 52.549974271307654, + 63.370681379706404 + ], + "PVtoGridPct": 90.68546722187212, + "loadFromGridCost": 330.28578802505154, + "total": 10730.46246323536, + "PVtoLoad": 999.4924433827658, + "monthlyPVtoGridCost": [ + 11.45324846104764, + 31.815039684926862, + 20.739204357886276, + 16.468453751569584, + 16.36043028244912, + 18.171220298160833, + 39.45922216598533, + 49.085867995100685, + 35.230138996068135, + 39.46917609660894, + 12.011222312979273, + 8.648276525233802 + ], + "monthlyLoadFromGridCost": [ + 11.51272717403978, + 31.815039684926862, + 20.739204357886276, + 16.468453751569584, + 16.36043028244912, + 18.171220298160833, + 45.93417699688704, + 73.92572154824194, + 35.230138996068135, + 39.46917609660894, + 12.011222312979273, + 8.648276525233802 + ] + }, + "economics": { + "payback": 16.26237463295868, + "irr25": 4.472173184279038 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5643435083091117, + 1.3111813595669055, + 2.165203541641069, + 2.8219599028812317, + 3.286094338863662, + 3.485818725333881, + 3.5073002081589646, + 2.8895251345923705, + 2.1182286260490324, + 1.1203975832565134, + 0.09285673490410774, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1810.0605379346498, + "loadFromPVPct": 35.007211075351144, + "loadFromGridPct": 57.43159545766959, + "monthlyPVtoLoadCost": [ + 23.22315465261111, + 43.63017845112536, + 22.6856993518163, + 19.032516212127128, + 13.19734353293853, + 10.018043130020905, + 8.117631552065466, + 15.976167824613498, + 12.952960728518242, + 17.75179117306503, + 12.33705997095475, + 14.263066093056484 + ], + "PVtoGrid": 7843.59629061742, + "monthlyPV": [ + 367.29095182561525, + 396.31621670604414, + 741.9269206956816, + 833.2496448364624, + 1165.3837570063038, + 1147.0440191217906, + 1219.3705983125699, + 1043.7441458682813, + 776.3879083138659, + 555.5638972335169, + 299.60516868528606, + 265.07552407735227 + ], + "PVtoGridCost": 245.9718612074971, + "PVtoLoadCost": 213.1856126729128, + "monthlyPVtoGrid": [ + 1046.9299911529997, + 1024.1871789420268, + 935.2316941832214, + 693.8812580584246, + 495.9917372658662, + 253.93715939813177, + 229.06407277800164, + 282.9428134784648, + 334.0305101044206, + 664.3776366807402, + 780.8175724713308, + 1102.204666103791 + ], + "savings": 458.3674829634476, + "cost": 88.8807975023595, + "monthlyLoadFromGrid": [ + 68.76899203120917, + 166.2925806294568, + 123.81454831494025, + 96.21234974455868, + 90.90083003234938, + 96.0149907128457, + 243.36354870064937, + 407.8428616528496, + 181.02629339837648, + 211.81972598505868, + 69.31692763486834, + 54.68688909748726 + ], + "PVtoLoadPct": 11.035102528079637, + "monthlyPVtoLoad": [ + 100.44732796879083, + 195.52782937054317, + 108.87605168505975, + 82.90055025544132, + 60.028679967650625, + 46.134629287154304, + 36.539681299350626, + 84.84909834715042, + 62.702836601623524, + 77.97045401494132, + 52.79769236513167, + 63.523500902512744 + ], + "PVtoGridPct": 88.96489747192037, + "loadFromGridCost": 334.85265870985666, + "total": 8810.958752682769, + "PVtoLoad": 972.2983320653502, + "monthlyPVtoGridCost": [ + 11.258668229182264, + 31.24356639546726, + 20.984823807757834, + 16.737221120601344, + 16.356815611533165, + 18.26453961431105, + 19.228320482784817, + 23.751062442417258, + 28.03951584996315, + 39.535197645481965, + 11.951961808181276, + 8.620168199815765 + ], + "monthlyLoadFromGridCost": [ + 11.318146942174405, + 31.24356639546726, + 20.984823807757834, + 16.737221120601344, + 16.356815611533165, + 18.26453961431105, + 45.95498275217312, + 78.4836135961695, + 35.401621216189966, + 39.535197645481965, + 11.951961808181276, + 8.620168199815765 + ] + }, + "economics": { + "payback": 17.787489511091408, + "irr25": 3.5078264666117853 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5608765562846925, + 1.3696789428148435, + 2.080345523191496, + 2.610456873844473, + 2.982226208386877, + 3.1377738351265427, + 3.175325110868938, + 2.6384475979499746, + 1.9688000515062125, + 1.0536508204861394, + 0.08716888013240655, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1809.1433733324159, + "loadFromPVPct": 35.040233218619704, + "loadFromGridPct": 57.40249464844268, + "monthlyPVtoLoadCost": [ + 23.15580188152457, + 42.923688829975355, + 22.45723890135643, + 18.875314102053167, + 13.160033783098381, + 10.00322222003586, + 8.11258136838152, + 16.97187124339922, + 12.95137282959709, + 17.741650687731312, + 12.267269115242405, + 14.280026671485315 + ], + "PVtoGrid": 7290.93716091594, + "monthlyPV": [ + 395.607996242147, + 379.1823254837171, + 677.8826004145596, + 764.3775548289602, + 1073.7714268553166, + 1062.084361064717, + 1122.571951659625, + 955.3109091569052, + 707.2334303741662, + 515.4118851288763, + 309.5756693363774, + 296.2066770381558 + ], + "PVtoGridCost": 250.3202899045732, + "PVtoLoadCost": 212.9000716338806, + "monthlyPVtoGrid": [ + 962.1899482093744, + 930.0694850752162, + 847.6892641469217, + 625.3293456257861, + 455.9755374457741, + 263.9093136943778, + 260.2350444275287, + 305.5280495161802, + 316.89228268603836, + 600.3824648260788, + 712.2339775690326, + 1010.5024476936306 + ], + "savings": 462.4303706214915, + "cost": 84.81790984431565, + "monthlyLoadFromGrid": [ + 68.98860714465728, + 168.97353341559122, + 124.70535499001656, + 96.81491525161991, + 91.03664231689777, + 96.01664435800035, + 243.40336738937293, + 402.11105327403317, + 181.02195720232132, + 211.86887441151907, + 69.60542274007241, + 54.59700083831405 + ], + "PVtoLoadPct": 11.783387235102797, + "monthlyPVtoLoad": [ + 100.22771285534272, + 192.8468765844088, + 107.98524500998344, + 82.2979847483801, + 59.89286768310223, + 46.13297564199965, + 36.49986261062707, + 90.5809067259668, + 62.70717279767868, + 77.92130558848092, + 52.50919725992758, + 63.613389161685944 + ], + "PVtoGridPct": 88.2166127648972, + "loadFromGridCost": 335.1381997488889, + "total": 8259.216787583522, + "PVtoLoad": 973.215496667584, + "monthlyPVtoGridCost": [ + 11.326021000268806, + 31.950056016617264, + 21.21328425821771, + 16.8944232306753, + 16.394125361373312, + 18.2793605242961, + 21.844904678499276, + 25.646934420269552, + 26.60088199825967, + 39.545338130815686, + 12.02175266389362, + 8.603207621386938 + ], + "monthlyLoadFromGridCost": [ + 11.385499713260947, + 31.950056016617264, + 21.21328425821771, + 16.8944232306753, + 16.394125361373312, + 18.2793605242961, + 45.960032935857065, + 77.48791017738378, + 35.40320911511112, + 39.545338130815686, + 12.02175266389362, + 8.603207621386938 + ] + }, + "economics": { + "payback": 17.669240986156098, + "irr25": 3.578286097749306 + }, + "settings": { + "power": 7.6, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "20 units. JA Solar JAM60S20-380MR", + "numModules": 20.0, + "cost": 11035.200000560035, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3822784902904204, + 2.668933789284075, + 3.782784604744425, + 4.4860127260075355, + 4.621032299399567, + 4.617588486144172, + 4.2711305002210045, + 3.212298653575441, + 1.904290426256747, + 0.8146430305574108, + 0.11349156488279838, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1814.298131334239, + "loadFromPVPct": 34.85474732029515, + "loadFromGridPct": 57.56605049093441, + "monthlyPVtoLoadCost": [ + 22.92799186000569, + 42.39131121002966, + 21.801964864229696, + 18.668943634497413, + 13.255799370506983, + 10.209889509892664, + 8.187144212283973, + 17.024656854513104, + 12.855063031520245, + 17.85666820016139, + 12.067853773716916, + 14.299470196536411 + ], + "PVtoGrid": 10795.312570963144, + "monthlyPV": [ + 527.5853125384707, + 559.9693496129279, + 999.0386524650681, + 1105.5228511973667, + 1493.5954164541708, + 1498.4706933446205, + 1578.8609228230966, + 1354.5553327684347, + 1039.7632503619227, + 776.8479815379671, + 432.5207668673626, + 391.70690965749674 + ], + "PVtoGridCost": 279.7404363417464, + "PVtoLoadCost": 211.54675671789417, + "monthlyPVtoGrid": [ + 1399.2913802094788, + 1388.2431980351714, + 1249.2998406714032, + 958.2872447211934, + 716.9214898531258, + 386.26215514360223, + 355.3071451835708, + 438.42869739514066, + 498.25381239328965, + 920.9159248620937, + 1053.9215053873081, + 1430.1801771077664 + ], + "savings": 490.49657012836354, + "cost": 56.75171033744352, + "monthlyLoadFromGrid": [ + 69.70370686485832, + 170.85827521207491, + 127.07150790296852, + 97.24299435927078, + 90.54649831515863, + 95.42438827623958, + 242.97523552607407, + 403.03438485666993, + 181.59646278036178, + 211.24628239702548, + 70.14765418994148, + 54.45074065359555 + ], + "PVtoLoadPct": 8.232928683220628, + "monthlyPVtoLoad": [ + 99.51261313514169, + 190.9621347879251, + 105.61909209703147, + 81.86990564072923, + 60.38301168484137, + 46.72523172376042, + 36.92900447392593, + 89.65757514333008, + 62.13367721963823, + 78.54389760297451, + 51.967975810058526, + 63.75964934640445 + ], + "PVtoGridPct": 91.76707131677937, + "loadFromGridCost": 336.4921466791899, + "total": 11758.437439628902, + "PVtoLoad": 968.0637686657611, + "monthlyPVtoGridCost": [ + 11.553831021787682, + 32.48243363656295, + 21.86855829534444, + 17.100793698231055, + 16.298359773964712, + 18.072693234439292, + 29.825539965991407, + 36.80301061674501, + 35.4998336357633, + 39.430320618385615, + 12.221297748195061, + 8.583764096335841 + ], + "monthlyLoadFromGridCost": [ + 11.613309734779822, + 32.48243363656295, + 21.86855829534444, + 17.100793698231055, + 16.298359773964712, + 18.072693234439292, + 45.88565764091788, + 77.4351245662699, + 35.4998336357633, + 39.430320618385615, + 12.221297748195061, + 8.583764096335841 + ] + }, + "economics": { + "payback": 17.933034036118805, + "irr25": 3.42227054533486 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.001810756003899, + 3.6400760820932883, + 4.563885415338958, + 5.099524894773319, + 4.909579888585601, + 4.537554902841735, + 3.9081263996214837, + 2.5345908810707973, + 1.2232012863981698, + 0.4055206550622485, + 0.1025716474978589, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1850.3553846799025, + "loadFromPVPct": 33.55652039030776, + "loadFromGridPct": 58.71011476064427, + "monthlyPVtoLoadCost": [ + 22.225632054708182, + 38.304060970711284, + 20.42221834211796, + 17.844911644840337, + 13.084841042729886, + 10.08683369552687, + 8.171432602274702, + 16.01441126454985, + 12.690356235198479, + 17.61884794826889, + 11.914824341238038, + 14.188849195696076 + ], + "PVtoGrid": 10982.603859725372, + "monthlyPV": [ + 574.3618526410743, + 594.097448260802, + 1019.7504319157441, + 1112.7333415104877, + 1457.7560920345752, + 1487.0404425210977, + 1551.4232479085629, + 1335.0127055166188, + 1052.195367793605, + 813.7929415206565, + 474.4916702795419, + 437.0159331427032 + ], + "PVtoGridCost": 295.9950027551086, + "PVtoLoadCost": 202.56721933786056, + "monthlyPVtoGrid": [ + 1390.1193642815138, + 1375.9778670144005, + 1234.6624823332497, + 973.68173013983, + 754.5198044203503, + 428.90288370596596, + 400.6947910899779, + 491.9294445949578, + 533.2691041919784, + 942.4346497192846, + 1061.6695718035726, + 1394.7421664302901 + ], + "savings": 497.7715991616922, + "cost": 49.47668130411486, + "monthlyLoadFromGrid": [ + 71.96194176041622, + 186.03061910583764, + 131.97677681663095, + 100.20536234622502, + 91.19985289969368, + 96.09421342642409, + 243.0538579472747, + 409.7585919538834, + 182.48365593117643, + 212.05322780354044, + 70.68523029308496, + 54.852054395714795 + ], + "PVtoLoadPct": 7.8256274093953495, + "monthlyPVtoLoad": [ + 97.25437823958379, + 175.78979089416234, + 100.71382318336906, + 78.90753765377498, + 59.72965710030632, + 46.05540657357591, + 36.85038205272529, + 82.93336804611656, + 61.24648406882357, + 77.73695219645955, + 51.43039970691505, + 63.35833560428521 + ], + "PVtoGridPct": 92.17437259060465, + "loadFromGridCost": 345.4716840592235, + "total": 11909.671475045467, + "PVtoLoad": 932.0065153200975, + "monthlyPVtoGridCost": [ + 12.256190827085192, + 36.56968387588133, + 23.24830481745617, + 17.924825687888134, + 16.469318101741813, + 18.19574904880509, + 33.63551413986964, + 41.29402267616794, + 35.66454043208506, + 39.668140870278116, + 12.374327180673939, + 8.694385097176177 + ], + "monthlyLoadFromGridCost": [ + 12.315669540077332, + 36.56968387588133, + 23.24830481745617, + 17.924825687888134, + 16.469318101741813, + 18.19574904880509, + 45.90136925092715, + 78.44537015623315, + 35.66454043208506, + 39.668140870278116, + 12.374327180673939, + 8.694385097176177 + ] + }, + "economics": { + "payback": 17.734203466622773, + "irr25": 3.539470860094518 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.9269283890037842, + 1.7547238079237362, + 2.641167248961365, + 3.455124305746379, + 4.015360262411973, + 4.295354438096735, + 4.317303221746975, + 3.5525511666530463, + 2.5836630857024905, + 1.3685996476693991, + 0.11349156488279838, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1788.9232453118184, + "loadFromPVPct": 35.76825080976797, + "loadFromGridPct": 56.760928143763074, + "monthlyPVtoLoadCost": [ + 23.390038503538097, + 44.827608001174575, + 23.191191201462033, + 19.34959527023238, + 13.314018576990124, + 10.237436257363902, + 8.188917929360748, + 17.448461074726207, + 13.100169033944455, + 17.886733142891387, + 12.523700967656245, + 14.31580193210293 + ], + "PVtoGrid": 9888.281752171535, + "monthlyPV": [ + 456.2636433855449, + 497.0292074647202, + 920.3844124778066, + 1028.3752871419454, + 1429.8662032942113, + 1406.7750712541977, + 1494.9344314512382, + 1283.5959882651855, + 963.9893004527172, + 693.3081905374637, + 375.274684946606, + 326.9850861880824 + ], + "PVtoGridCost": 262.20196317561226, + "PVtoLoadCost": 217.77367189144306, + "monthlyPVtoGrid": [ + 1306.1129693185585, + 1295.239274827043, + 1173.2276629069815, + 880.1462364909555, + 633.2361451011657, + 328.685568591984, + 290.59414098826403, + 363.3242718669509, + 433.96693312935935, + 842.1418379024282, + 975.2087893009037, + 1366.3979217469425 + ], + "savings": 479.18564415009297, + "cost": 68.0626363157141, + "monthlyLoadFromGrid": [ + 68.22091806436066, + 161.78084337580475, + 121.9586746417962, + 94.87593603823831, + 90.40094456370205, + 95.09388364537803, + 242.98405480018164, + 399.25162848140593, + 180.24972566463913, + 211.1264354246216, + 68.58250215895842, + 54.39769845273136 + ], + "PVtoLoadPct": 9.133543999772789, + "monthlyPVtoLoad": [ + 100.99540193563934, + 200.03956662419523, + 110.73192535820381, + 84.23696396176169, + 60.52856543629795, + 47.05573635462198, + 36.91917519981837, + 93.44033151859408, + 63.47940433536086, + 78.6637445753784, + 53.53211784104158, + 63.81269154726864 + ], + "PVtoGridPct": 90.86645600022722, + "loadFromGridCost": 330.26459949132635, + "total": 10876.781506859716, + "PVtoLoad": 993.435624688182, + "monthlyPVtoGridCost": [ + 11.091784378255277, + 30.04613684541805, + 20.479331958112102, + 16.42014206249609, + 16.24014056748157, + 18.045146486968054, + 24.393337661280373, + 30.49852145693223, + 35.254412910763754, + 39.40025567565561, + 11.765320811479778, + 8.56743236076932 + ], + "monthlyLoadFromGridCost": [ + 11.151263091247417, + 30.04613684541805, + 20.479331958112102, + 16.42014206249609, + 16.24014056748157, + 18.045146486968054, + 45.883696374877836, + 77.01132034605679, + 35.254412910763754, + 39.40025567565561, + 11.765320811479778, + 8.56743236076932 + ] + }, + "economics": { + "payback": 18.245610878303903, + "irr25": 3.2379007024087025 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.1947871354734716, + 2.1831388307237227, + 2.7655671756920994, + 3.1702112468049446, + 3.6707606596861915, + 3.9468483503644025, + 3.981095396262013, + 3.2677527997358804, + 2.4053228583324704, + 1.4298320044897301, + 0.10653974238405246, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1789.0406555938962, + "loadFromPVPct": 35.76402349970111, + "loadFromGridPct": 56.76465346658048, + "monthlyPVtoLoadCost": [ + 23.409855715436308, + 44.76614324225277, + 23.16426196739644, + 19.39202649480327, + 13.315447758605638, + 10.22677550714584, + 8.176228779049056, + 17.612754296510843, + 13.100512714798338, + 17.89073345889329, + 12.501993470827458, + 14.31506388806452 + ], + "PVtoGrid": 9420.07930061852, + "monthlyPV": [ + 454.46367175026637, + 488.42717759970003, + 884.5284969068466, + 980.4365418953861, + 1348.865281214742, + 1329.101441893504, + 1407.3061904113492, + 1212.8563190365521, + 923.9333137437133, + 671.7297819616396, + 377.6428914814688, + 329.17053712945534 + ], + "PVtoGridCost": 262.2905762148793, + "PVtoLoadCost": 217.87179729378377, + "monthlyPVtoGrid": [ + 1228.3799820128213, + 1207.7071602246062, + 1102.5304644243636, + 840.0204538286916, + 611.6161027878114, + 331.10561604445746, + 292.85354992428574, + 361.48341336671865, + 425.33814391485913, + 806.2730846150837, + 927.3685844047744, + 1285.4027450700464 + ], + "savings": 479.3723825917006, + "cost": 67.87589787410646, + "monthlyLoadFromGrid": [ + 68.16156011931719, + 161.87696981325695, + 122.00114538781145, + 94.80614008497831, + 90.35931082617192, + 95.14572456298869, + 243.0580127948304, + 399.21074161645225, + 180.2229663151591, + 211.1135977082371, + 68.68104250938843, + 54.40344385530439 + ], + "PVtoLoadPct": 9.543372001384302, + "monthlyPVtoLoad": [ + 101.05475988068282, + 199.94344018674306, + 110.68945461218856, + 84.30675991502169, + 60.57019917382809, + 47.003895437011316, + 36.845217205169604, + 93.48121838354776, + 63.50616368484087, + 78.67658229176288, + 53.43357749061156, + 63.806946144695615 + ], + "PVtoGridPct": 90.4566279986157, + "loadFromGridCost": 330.1664740889858, + "total": 10408.461645024623, + "PVtoLoad": 993.3182144061038, + "monthlyPVtoGridCost": [ + 11.071967166357066, + 30.107601604339855, + 20.5062611921777, + 16.3777108379252, + 16.23871138586606, + 18.05580723718612, + 24.582999176491438, + 30.343994311855973, + 35.254069229909874, + 39.39625535965371, + 11.787028308308567, + 8.568170404807733 + ], + "monthlyLoadFromGridCost": [ + 11.131445879349206, + 30.107601604339855, + 20.5062611921777, + 16.3777108379252, + 16.23871138586606, + 18.05580723718612, + 45.89638552518953, + 76.84702712427217, + 35.254069229909874, + 39.39625535965371, + 11.787028308308567, + 8.568170404807733 + ] + }, + "economics": { + "payback": 18.240368661046368, + "irr25": 3.2409663574607173 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.1469595460294983, + 2.6072237470828523, + 3.84788707388942, + 4.793696556849455, + 5.214541022932289, + 5.123860138632619, + 4.983499400322925, + 3.8149733674089368, + 2.568385442273432, + 1.3037409417248953, + 0.11349156488279838, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1789.2011754511075, + "loadFromPVPct": 35.75824404668976, + "loadFromGridPct": 56.769746617505035, + "monthlyPVtoLoadCost": [ + 23.036022603233565, + 43.37413728594911, + 22.56626498123583, + 19.158069974236078, + 13.320297350981866, + 10.288856043226211, + 8.200799893280305, + 19.271331832777605, + 13.094382553501132, + 17.87968097523932, + 12.271564197285938, + 14.308387415339627 + ], + "PVtoGrid": 11497.329310240983, + "monthlyPV": [ + 651.3714456162955, + 639.1909634244022, + 1084.759280546033, + 1140.62230224901, + 1516.1422819307813, + 1485.2994365272627, + 1587.666163951847, + 1405.9397932026054, + 1115.9731803543493, + 872.7678916855863, + 506.9835393273298, + 478.83485597437254 + ], + "PVtoGridCost": 293.3177337895526, + "PVtoLoadCost": 216.76979510628655, + "monthlyPVtoGrid": [ + 1385.773433770175, + 1393.4746482554099, + 1297.9502446227991, + 1032.7328323946508, + 812.6620334165142, + 460.22971357477195, + 442.3535540794272, + 548.4261626137363, + 576.1665961648634, + 1006.5393376147973, + 1088.3068242470083, + 1452.7139294868296 + ], + "savings": 509.29753797887685, + "cost": 37.95074248693024, + "monthlyLoadFromGrid": [ + 69.35701724291219, + 167.28448430356283, + 124.3374514201939, + 95.47865204030138, + 90.36713173092794, + 94.92917424744213, + 242.8936981050547, + 389.2457169974407, + 180.28763274046128, + 211.1490670687642, + 69.43352199799833, + 54.43762755604807 + ], + "PVtoLoadPct": 7.954456185610799, + "monthlyPVtoLoad": [ + 99.8593027570878, + 194.53592569643718, + 108.3531485798061, + 83.63424795969863, + 60.56237826907206, + 47.220445752557865, + 37.00953189494529, + 103.4462430025593, + 63.441497259538735, + 78.6411129312358, + 52.681098002001676, + 63.77276244395193 + ], + "PVtoGridPct": 92.04554381438919, + "loadFromGridCost": 331.26847627648283, + "total": 12485.551134789872, + "PVtoLoad": 993.1576945488923, + "monthlyPVtoGridCost": [ + 11.445800278559812, + 31.499607560643497, + 21.104258178338306, + 16.611667358492394, + 16.23386179348983, + 17.993726701105746, + 37.13247477609227, + 46.03652544893329, + 35.260199391207074, + 39.40730784330768, + 12.017457581850087, + 8.574846877532625 + ], + "monthlyLoadFromGridCost": [ + 11.505278991551952, + 31.499607560643497, + 21.104258178338306, + 16.611667358492394, + 16.23386179348983, + 17.993726701105746, + 45.87181441095828, + 75.1884495880054, + 35.260199391207074, + 39.40730784330768, + 12.017457581850087, + 8.574846877532625 + ] + }, + "economics": { + "payback": 17.430821939150132, + "irr25": 3.723022015482136 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6274836279294143, + 3.602960802618919, + 4.964055613446269, + 5.681990616543202, + 5.818190821891591, + 5.7301673833428355, + 5.132632711038129, + 3.7740562334879644, + 2.3744173061810976, + 0.9353638723377532, + 0.10653974238405246, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1804.5208995836203, + "loadFromPVPct": 35.206699894700215, + "loadFromGridPct": 57.255827707315156, + "monthlyPVtoLoadCost": [ + 22.549761227867332, + 40.858173599203205, + 21.652340224898616, + 18.809381840958153, + 13.315278443767303, + 10.261537185829614, + 8.193936819765282, + 19.64266829642197, + 13.037527069494672, + 17.868255624594664, + 11.96410373091174, + 14.188849195696076 + ], + "PVtoGrid": 12260.899357309252, + "monthlyPV": [ + 802.4697366313164, + 741.528732318732, + 1173.9313117208314, + 1175.8973660284782, + 1495.0992685548847, + 1458.9144757720483, + 1563.2375403710869, + 1426.884937913037, + 1192.0541200064147, + 992.4260934546991, + 611.5469662045598, + 599.8109087495476 + ], + "PVtoGridCost": 319.374633752641, + "PVtoLoadCost": 212.3418132594086, + "monthlyPVtoGrid": [ + 1360.953210108527, + 1378.2841741397317, + 1322.2078524166818, + 1110.0094109931592, + 932.3133260853606, + 564.9036303880396, + 563.3540047368718, + 697.5525402270924, + 678.80622537661, + 1095.7556624191773, + 1124.6739774674052, + 1432.0853429505994 + ], + "savings": 530.9263263523112, + "cost": 16.32195411349584, + "monthlyLoadFromGrid": [ + 70.92175433647871, + 176.522633768645, + 127.64991450364488, + 96.67429098674454, + 90.3602226306615, + 95.03966418347977, + 242.9180959873243, + 387.27380359577603, + 180.5894930578781, + 211.19336069834583, + 70.52561143892684, + 54.852054395714795 + ], + "PVtoLoadPct": 7.388950057472236, + "monthlyPVtoLoad": [ + 98.2945656635213, + 185.29777623135502, + 105.04068549635512, + 82.43860901325546, + 60.569287369338504, + 47.109955816520234, + 36.985134012675694, + 105.41815640422398, + 63.13963694212191, + 78.59681930165416, + 51.59001856107316, + 63.35833560428521 + ], + "PVtoGridPct": 92.61104994252777, + "loadFromGridCost": 335.69658786613684, + "total": 13233.801457725633, + "PVtoLoad": 977.8389804163797, + "monthlyPVtoGridCost": [ + 11.932061653926045, + 34.01557124738942, + 22.018182934675515, + 16.96035549177032, + 16.238880700704392, + 18.021045558502344, + 45.87867748447331, + 58.55463772385735, + 35.317054875213536, + 39.41873319395234, + 12.325047791000237, + 8.694385097176177 + ], + "monthlyLoadFromGridCost": [ + 11.991540366918185, + 34.01557124738942, + 22.018182934675515, + 16.96035549177032, + 16.238880700704392, + 18.021045558502344, + 45.87867748447331, + 74.81711312436104, + 35.317054875213536, + 39.41873319395234, + 12.325047791000237, + 8.694385097176177 + ] + }, + "economics": { + "payback": 16.893486252483257, + "irr25": 4.060766776839353 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.8206796164834509, + 1.7527500509206935, + 2.6427257256780936, + 3.439304809103249, + 4.011378353468755, + 4.267072268107803, + 4.302690067714508, + 3.550667079874665, + 2.5970279757969505, + 1.3694651233272213, + 0.11349156488279838, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1789.1826695218929, + "loadFromPVPct": 35.758910345241155, + "loadFromGridPct": 56.76915944098915, + "monthlyPVtoLoadCost": [ + 23.389294738343523, + 44.82377623997784, + 23.188153883989976, + 19.33675263177279, + 13.306589015668727, + 10.241602698064684, + 8.189084927719515, + 17.49495231719548, + 13.092701127365288, + 17.885691615278652, + 12.519128470520787, + 14.278488422449046 + ], + "PVtoGrid": 9838.300138308092, + "monthlyPV": [ + 458.56117175394996, + 494.5718961622421, + 914.1274954562995, + 1020.830815156869, + 1422.7136365878016, + 1398.7951544439063, + 1487.2520288706771, + 1276.9309293561607, + 956.3263077268911, + 688.9798369578482, + 375.91975791794675, + 331.5314383956062 + ], + "PVtoGridCost": 262.84004331209036, + "PVtoLoadCost": 217.74621608834627, + "monthlyPVtoGrid": [ + 1298.135439381359, + 1287.5783091573537, + 1166.5801593708939, + 872.5341822647647, + 628.9478016437295, + 329.3172707236151, + 295.13890129786705, + 365.4979542931357, + 431.55392294164596, + 835.8882633258911, + 967.6816359023538, + 1359.4462980054816 + ], + "savings": 479.7962684834743, + "cost": 67.45201198233286, + "monthlyLoadFromGrid": [ + 68.22330493745271, + 161.80228028667676, + 121.97623001473319, + 94.92687453787364, + 90.44095468588128, + 95.08051280566838, + 242.98246290226086, + 399.1277825391857, + 180.29402677940382, + 211.12977786959158, + 68.5998207454849, + 54.598641417679836 + ], + "PVtoLoadPct": 9.173532425630475, + "monthlyPVtoLoad": [ + 100.9930150625473, + 200.01812971332325, + 110.71436998526681, + 84.18602546212637, + 60.48855531411871, + 47.06910719433162, + 36.920767097739144, + 93.56417746081425, + 63.43510322059618, + 78.66040213040841, + 53.5147992545151, + 63.61174858232017 + ], + "PVtoGridPct": 90.82646757436953, + "loadFromGridCost": 330.29205529442316, + "total": 10826.540468786197, + "PVtoLoad": 993.1762004781074, + "monthlyPVtoGridCost": [ + 11.09252814344985, + 30.049968606614772, + 20.482369275584162, + 16.432984700955682, + 16.24757012880297, + 18.040980046267276, + 24.774838377174735, + 30.680986833591216, + 35.26188081734292, + 39.40129720326834, + 11.769893308615236, + 8.604745870423207 + ], + "monthlyLoadFromGridCost": [ + 11.152006856441991, + 30.049968606614772, + 20.482369275584162, + 16.432984700955682, + 16.24757012880297, + 18.040980046267276, + 45.88352937651907, + 76.96482910358753, + 35.26188081734292, + 39.40129720326834, + 11.769893308615236, + 8.604745870423207 + ] + }, + "economics": { + "payback": 18.228484263242883, + "irr25": 3.2479224697191444 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0166283339902684, + 2.159825095474496, + 2.871845513741973, + 3.2990885739559848, + 3.6396503266731277, + 3.8542981141947465, + 3.92184576991716, + 3.256574693989573, + 2.411358338132883, + 1.28619033982594, + 0.10653974238405246, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1791.803421795886, + "loadFromPVPct": 35.664551211828865, + "loadFromGridPct": 56.85231355724124, + "monthlyPVtoLoadCost": [ + 23.37257999792045, + 44.5179950708453, + 23.016499860767887, + 19.246122540888038, + 13.299622056689673, + 10.23373991507737, + 8.176249331147876, + 17.654048174796383, + 13.037667262773494, + 17.881229143008355, + 12.477377264246936, + 14.298401640962874 + ], + "PVtoGrid": 9264.074869886424, + "monthlyPV": [ + 479.09243450073853, + 489.67556901702807, + 863.7578277466882, + 951.4245799493582, + 1313.565157903712, + 1290.5720003235099, + 1368.0579196231379, + 1181.4672142387944, + 898.014034988322, + 665.6114650443, + 389.587243278353, + 358.86900147659503 + ], + "PVtoGridCost": 267.54494794908294, + "PVtoLoadCost": 217.21153225912465, + "monthlyPVtoGrid": [ + 1189.9701647648228, + 1169.471322396001, + 1071.72382920206, + 814.6018823163073, + 605.5830113958883, + 343.03187264065934, + 322.5453172512201, + 386.0283715312139, + 426.9486185333276, + 785.5329164732702, + 898.4452110835805, + 1250.1923522980721 + ], + "savings": 483.96648929124524, + "cost": 63.28179117456188, + "monthlyLoadFromGrid": [ + 68.28118444131304, + 162.88940277286312, + 122.58361496326549, + 95.30684732798532, + 90.44453635158837, + 95.12762936230634, + 243.0513157746251, + 399.12693703047535, + 180.58504951629953, + 211.144098726582, + 68.76963113422228, + 54.49317439436023 + ], + "PVtoLoadPct": 9.664243682782653, + "monthlyPVtoLoad": [ + 100.93513555868697, + 198.93100722713686, + 110.10698503673451, + 83.80605267201467, + 60.48497364841163, + 47.02199063769366, + 36.85191422537489, + 93.56502296952465, + 63.144080483700456, + 78.646081273418, + 53.34498886577772, + 63.71721560563977 + ], + "PVtoGridPct": 90.33575631721735, + "loadFromGridCost": 330.8267391236448, + "total": 10249.694448090535, + "PVtoLoad": 990.5554482041138, + "monthlyPVtoGridCost": [ + 11.109242883872923, + 30.35574977574732, + 20.654023298806244, + 16.523614791840433, + 16.254537087782023, + 18.04884282925459, + 27.075414555903137, + 32.40437120160447, + 35.31691468193471, + 39.40575967553864, + 11.811644514889089, + 8.584832651909377 + ], + "monthlyLoadFromGridCost": [ + 11.168721596865064, + 30.35574977574732, + 20.654023298806244, + 16.523614791840433, + 16.254537087782023, + 18.04884282925459, + 45.89636497309071, + 76.80573324598662, + 35.31691468193471, + 39.40575967553864, + 11.811644514889089, + 8.584832651909377 + ] + }, + "economics": { + "payback": 18.112674549580575, + "irr25": 3.3161546559002053 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7302089515126148, + 1.978882915195876, + 3.358732187788567, + 4.452202410595601, + 5.161842846766082, + 5.333690047049052, + 5.285855055283788, + 4.350797017673957, + 3.069420199650885, + 1.649476617507177, + 0.11349156488279838, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1772.0102081240805, + "loadFromPVPct": 36.377197923251856, + "loadFromGridPct": 56.22429266148521, + "monthlyPVtoLoadCost": [ + 23.32259092547529, + 44.72579818508877, + 23.317301610346455, + 19.4955111166333, + 13.296838137133749, + 10.281675839224315, + 8.202000411586182, + 20.21175817163967, + 13.197343538637437, + 17.871490459081652, + 12.534785886102831, + 14.248589429558468 + ], + "PVtoGrid": 11415.746524278222, + "monthlyPV": [ + 677.0024610598251, + 645.7907058670107, + 1089.3832511040155, + 1121.086537888851, + 1499.164396708595, + 1437.0816795501644, + 1555.6000172454603, + 1398.5333920354378, + 1116.0456281611282, + 879.3228895151293, + 513.0408096604821, + 489.1075473580418 + ], + "PVtoGridCost": 292.8138499805625, + "PVtoLoadCost": 220.70568371050808, + "monthlyPVtoGrid": [ + 1336.6360287342814, + 1356.3729428467327, + 1287.692552869916, + 1031.6210747915813, + 819.3433652207952, + 466.3097207205388, + 452.6251445030001, + 567.822067786569, + 582.1328940397576, + 1011.2458656695469, + 1067.8867951075958, + 1436.0580719879067 + ], + "savings": 512.7295427741083, + "cost": 34.51873769169881, + "monthlyLoadFromGrid": [ + 68.43736918411696, + 162.24892560127256, + 121.48616083447811, + 94.2944466304531, + 90.49346570566597, + 94.95191106005674, + 242.8925971449583, + 383.0106067267439, + 179.65418817274693, + 211.23162456553152, + 68.549257218745, + 54.7596552793116 + ], + "PVtoLoadPct": 8.1340930919542, + "monthlyPVtoLoad": [ + 100.77895081588305, + 199.57148439872742, + 111.20443916552189, + 84.8184533695469, + 60.43604429433404, + 47.19770893994326, + 37.010632855041685, + 109.68135327325608, + 64.07494182725307, + 78.55855543446849, + 53.565362781255, + 63.450734720688395 + ], + "PVtoGridPct": 91.8659069080458, + "loadFromGridCost": 327.3325876722613, + "total": 12421.159316154139, + "PVtoLoad": 1010.3486618759193, + "monthlyPVtoGridCost": [ + 11.159231956318084, + 30.147946661503855, + 20.353221549227683, + 16.274226216095173, + 16.257321007337946, + 18.000906905107637, + 37.99470266777817, + 47.66467549531083, + 35.157238406070775, + 39.41549835946535, + 11.754235893033194, + 8.634644863313785 + ], + "monthlyLoadFromGridCost": [ + 11.218710669310225, + 30.147946661503855, + 20.353221549227683, + 16.274226216095173, + 16.257321007337946, + 18.000906905107637, + 45.87061389265241, + 74.24802324914333, + 35.157238406070775, + 39.41549835946535, + 11.754235893033194, + 8.634644863313785 + ] + }, + "economics": { + "payback": 17.34312135583626, + "irr25": 3.777186443884717 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.6883970307208253, + 2.182726014252986, + 3.830345767405763, + 5.111239332278772, + 5.847844653321776, + 6.040352820026441, + 5.948539634966472, + 4.937392050722858, + 3.3361977481598055, + 1.8420429398846265, + 0.10653974238405246, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1769.3795247155035, + "loadFromPVPct": 36.47191462317754, + "loadFromGridPct": 56.14082343925081, + "monthlyPVtoLoadCost": [ + 23.170012933385653, + 44.247360297559936, + 23.30460832144524, + 19.523251075323454, + 13.275193437339205, + 10.262379245645633, + 8.192798171667185, + 21.119108295739778, + 13.227104889403442, + 17.873674143440812, + 12.492931350047026, + 14.244851248186887 + ], + "PVtoGrid": 12108.063062003166, + "monthlyPV": [ + 850.4805342962778, + 753.1507169497511, + 1182.9785756019687, + 1137.5213036013915, + 1464.0008163097068, + 1373.8175142364946, + 1504.9554806496997, + 1411.5983768491235, + 1192.1659858153962, + 1004.5622455608392, + 622.0904429378658, + 618.7845444791493 + ], + "PVtoGridCost": 315.5026837170293, + "PVtoLoadCost": 220.93327340918427, + "monthlyPVtoGrid": [ + 1273.8657519525436, + 1307.591969066163, + 1300.820052549588, + 1107.66225826097, + 944.6653463882036, + 575.4389088530701, + 582.3441848335857, + 736.1882894536092, + 689.2431934053462, + 1104.8295551322615, + 1084.4971585955393, + 1400.9163935122879 + ], + "savings": 535.6459662092512, + "cost": 11.602314256555864, + "monthlyLoadFromGrid": [ + 68.93125771604903, + 164.1124884164635, + 121.54867570046433, + 94.21527244557366, + 90.57609082736441, + 95.03146591520428, + 242.93464035443645, + 377.89875515733144, + 179.40447645559524, + 211.21998953029274, + 68.72485499414762, + 54.781557202581055 + ], + "PVtoLoadPct": 7.723171067608413, + "monthlyPVtoLoad": [ + 100.28506228395098, + 197.7079215835365, + 111.14192429953567, + 84.89762755442634, + 60.3534191726356, + 47.11815408479572, + 36.96858964556355, + 114.79320484266856, + 64.32465354440477, + 78.57019046970724, + 53.389765005852375, + 63.42883279741894 + ], + "PVtoGridPct": 92.27682893239158, + "loadFromGridCost": 327.10499797358517, + "total": 13116.106537287662, + "PVtoLoad": 1012.9793452844963, + "monthlyPVtoGridCost": [ + 11.311809948407722, + 30.626384549032675, + 20.365914838128898, + 16.246486257405017, + 16.278965707132492, + 18.020203498686325, + 45.8798161325714, + 61.79783758147951, + 35.12747705530477, + 39.41331467510618, + 11.796090429089, + 8.638383044685366 + ], + "monthlyLoadFromGridCost": [ + 11.371288661399863, + 30.626384549032675, + 20.365914838128898, + 16.246486257405017, + 16.278965707132492, + 18.020203498686325, + 45.8798161325714, + 73.34067312504324, + 35.12747705530477, + 39.41331467510618, + 11.796090429089, + 8.638383044685366 + ] + }, + "economics": { + "payback": 16.778890717867597, + "irr25": 4.133359903919165 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.6897531768222476, + 1.6025549950262175, + 2.6463598842279734, + 3.4490621035215048, + 4.01633752527781, + 4.26044510874141, + 4.2867002544165125, + 3.5316418311684528, + 2.5889460985043726, + 1.3693748239801828, + 0.11349156488279838, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1789.8324392521354, + "loadFromPVPct": 35.73551564698155, + "loadFromGridPct": 56.78977605104492, + "monthlyPVtoLoadCost": [ + 23.389558786175503, + 44.82665063238541, + 23.18284852672941, + 19.332320253883363, + 13.293806929784687, + 10.212845519172673, + 8.189786974549602, + 17.422156640924864, + 13.09692026026909, + 17.821641626376625, + 12.516895669371198, + 14.279205868142263 + ], + "PVtoGrid": 9782.45599808663, + "monthlyPV": [ + 449.02248778686305, + 484.47918264072064, + 906.8931630724998, + 1018.4974814667873, + 1424.4344607854823, + 1402.0167567044107, + 1490.4183779375855, + 1275.768089394566, + 949.0060879391694, + 679.1239899520762, + 366.2877883931274, + 324.0986927612083 + ], + "PVtoGridCost": 261.5284795676525, + "PVtoLoadCost": 217.56463768776467, + "monthlyPVtoGrid": [ + 1301.3561942660117, + 1290.733338613287, + 1165.437817383775, + 865.2427021157902, + 619.1607894985639, + 319.8604668727818, + 287.7030668750741, + 356.0050527462381, + 421.4372225967993, + 828.999281291765, + 965.3568072552457, + 1361.1632585713 + ], + "savings": 478.3031263384548, + "cost": 68.94515412735237, + "monthlyLoadFromGrid": [ + 68.22245756160108, + 161.7909606757016, + 121.99672798920909, + 94.95561417662078, + 90.50978954648781, + 95.25567847965436, + 242.97937411386573, + 399.173564959375, + 180.2700399560787, + 211.47512821926523, + 68.60832578845836, + 54.594777785817755 + ], + "PVtoLoadPct": 9.215618756389784, + "monthlyPVtoLoad": [ + 100.99386243839893, + 200.02944932429838, + 110.69387201079091, + 84.15728582337923, + 60.41972045351219, + 46.89394152034564, + 36.92385588613426, + 93.51839504062497, + 63.459090043921286, + 78.31505178073478, + 53.50629421154164, + 63.61561221418224 + ], + "PVtoGridPct": 90.78438124361021, + "loadFromGridCost": 330.4736336950048, + "total": 10770.046558834496, + "PVtoLoad": 992.5264307478644, + "monthlyPVtoGridCost": [ + 11.09226409561787, + 30.047094214207203, + 20.487674632844726, + 16.437417078845108, + 16.26035221468701, + 18.06973722515929, + 24.15065228983072, + 29.884124405356243, + 35.257661684439114, + 39.46534719217037, + 11.772126109764827, + 8.604028424729988 + ], + "monthlyLoadFromGridCost": [ + 11.15174280861001, + 30.047094214207203, + 20.487674632844726, + 16.437417078845108, + 16.26035221468701, + 18.06973722515929, + 45.882827329688986, + 77.03762477985815, + 35.257661684439114, + 39.46534719217037, + 11.772126109764827, + 8.604028424729988 + ] + }, + "economics": { + "payback": 18.270440754578857, + "irr25": 3.223402486616367 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.685515791014624, + 1.674052041218142, + 2.5426445283451615, + 3.1905584013654673, + 3.644943143583961, + 3.8350569095991074, + 3.8809529132842577, + 3.224769286383302, + 2.4063111740631484, + 1.2877954472608368, + 0.10653974238405246, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1787.1127108670764, + "loadFromPVPct": 35.83343837553458, + "loadFromGridPct": 56.703481511667974, + "monthlyPVtoLoadCost": [ + 23.325513163226447, + 44.41299905192377, + 22.95575356093761, + 19.227896302757106, + 13.269180580659171, + 10.208229961184085, + 8.178475526839154, + 18.482962451520667, + 13.094928879883064, + 17.823167717476814, + 12.45890506787398, + 14.299935463999724 + ], + "PVtoGrid": 9105.385091246937, + "monthlyPV": [ + 483.6322087404019, + 463.5378722578764, + 828.6167716177952, + 934.3204825687291, + 1312.463835045387, + 1298.1771746346542, + 1372.1089209173194, + 1167.683022302884, + 864.483948235092, + 630.0493084908488, + 378.4739558555724, + 362.1478797133015 + ], + "PVtoGridCost": 266.36876398684126, + "PVtoLoadCost": 217.7379477282816, + "monthlyPVtoGrid": [ + 1197.7263848120117, + 1173.9558199107214, + 1058.1777841017188, + 781.1699037491757, + 570.1847901170258, + 331.99619633158875, + 325.8174130698008, + 384.67107031699294, + 400.48627332274475, + 750.7079972167797, + 881.4086888950518, + 1249.0827694033264 + ], + "savings": 483.3167207981604, + "cost": 63.931559667646695, + "monthlyLoadFromGrid": [ + 68.43223017735733, + 163.322898993402, + 122.82176179883474, + 95.40495551408353, + 90.60847162617705, + 95.20524047601637, + 243.04453335649927, + 393.229861576591, + 180.26040106486832, + 211.4602355989845, + 68.8372063263227, + 54.4849143579394 + ], + "PVtoLoadPct": 9.858123899687993, + "monthlyPVtoLoad": [ + 100.78408982264268, + 198.49751100659802, + 109.86883820116526, + 83.70794448591647, + 60.321038373822944, + 46.944379523983635, + 36.85869664350073, + 99.46209842340896, + 63.468728935131686, + 78.3299444010155, + 53.27741367367731, + 63.7254756420606 + ], + "PVtoGridPct": 90.14187610031202, + "loadFromGridCost": 330.3003236544879, + "total": 10095.69538037986, + "PVtoLoad": 995.2461591329237, + "monthlyPVtoGridCost": [ + 11.156309718566927, + 30.46074579466885, + 20.71476959863653, + 16.541841029971366, + 16.284978563812526, + 18.074352783147873, + 27.350084024087376, + 32.29043529527835, + 33.61801053746667, + 39.46382110107019, + 11.830116711262045, + 8.58329882887253 + ], + "monthlyLoadFromGridCost": [ + 11.215788431559067, + 30.46074579466885, + 20.71476959863653, + 16.541841029971366, + 16.284978563812526, + 18.074352783147873, + 45.894138777399434, + 75.97681896926233, + 35.259653064825144, + 39.46382110107019, + 11.830116711262045, + 8.58329882887253 + ] + }, + "economics": { + "payback": 18.130587603432502, + "irr25": 3.3055473508885047 + }, + "settings": { + "power": 8.36, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "22 units. JA Solar JAM60S20-380MR", + "numModules": 22.0, + "cost": 11936.40800060577, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-8KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.5094788622074287, + 2.9145350722407946, + 4.130884941966867, + 4.89882569472609, + 5.046270072578426, + 5.042509351890862, + 4.664169523797246, + 3.507901591994493, + 2.0795275092030088, + 0.8896083122964977, + 0.12393531363816107, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1806.814718308235, + "loadFromPVPct": 35.12418460176088, + "loadFromGridPct": 57.32860851562757, + "monthlyPVtoLoadCost": [ + 22.96797519172833, + 43.0049122297479, + 21.986685444039804, + 18.826789469649952, + 13.311046362384369, + 10.265268754854883, + 8.216791426810868, + 17.451012026963774, + 12.898298826820998, + 17.86903740330957, + 12.170025588196825, + 14.310305156557627 + ], + "PVtoGrid": 11870.321474725019, + "monthlyPV": [ + 576.1809976648788, + 611.5374652980865, + 1091.0111905799836, + 1207.2892855993496, + 1631.0711153682698, + 1636.3940038231601, + 1724.1829451792544, + 1479.2380167399765, + 1135.4808480150364, + 848.37728795698, + 472.365238897981, + 427.8013612938282 + ], + "PVtoGridCost": 285.35111890574865, + "PVtoLoadCost": 213.2781478810649, + "monthlyPVtoGrid": [ + 1537.0800433443799, + 1531.3374310584284, + 1373.323912950018, + 1053.3580266870554, + 788.2383307487731, + 425.8679348751887, + 391.221753977803, + 484.5468146539856, + 549.5903913027884, + 1012.8406956181484, + 1155.299961150038, + 1567.6161783584125 + ], + "savings": 497.8386438555367, + "cost": 49.409636610270425, + "monthlyLoadFromGrid": [ + 69.56905952121988, + 168.63048587917405, + 126.41289621004158, + 96.59617867201918, + 90.33403279179309, + 95.18569597720777, + 242.79539268397482, + 400.55681698910684, + 181.36492600470174, + 211.19851503816474, + 69.7596755506884, + 54.41104299014273 + ], + "PVtoLoadPct": 7.597169365436886, + "monthlyPVtoLoad": [ + 99.64726047878013, + 193.18992412082594, + 106.27770378995842, + 82.51672132798083, + 60.595477208206916, + 46.963924022792234, + 37.10884731602518, + 92.13514301089313, + 62.36521399529826, + 78.59166496183526, + 52.3559544493116, + 63.79934700985727 + ], + "PVtoGridPct": 92.40283063456312, + "loadFromGridCost": 334.7607555160191, + "total": 12840.929756416783, + "PVtoLoad": 975.5471816917652, + "monthlyPVtoGridCost": [ + 11.513847690065047, + 31.868832616844717, + 21.683837715534327, + 16.94294786307852, + 16.243112782087326, + 18.017313989477074, + 32.84031919144688, + 40.67430273148508, + 35.45659784046254, + 39.41795141523743, + 12.119125933715152, + 8.572929136314624 + ], + "monthlyLoadFromGridCost": [ + 11.573326403057187, + 31.868832616844717, + 21.683837715534327, + 16.94294786307852, + 16.243112782087326, + 18.017313989477074, + 45.85601042639098, + 77.00876939381922, + 35.45659784046254, + 39.41795141523743, + 12.119125933715152, + 8.572929136314624 + ] + }, + "economics": { + "payback": 18.799190424277455, + "irr25": 2.923121071631263 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.1860218787695174, + 3.9750440604716477, + 4.983864403868073, + 5.568794631495418, + 5.361370459133466, + 4.955110898460277, + 4.26776097038449, + 2.767829627817067, + 1.335763016651615, + 0.4428375767291039, + 0.1120105209242454, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1843.0525807112779, + "loadFromPVPct": 33.81945491517577, + "loadFromGridPct": 58.47840334854349, + "monthlyPVtoLoadCost": [ + 22.291661154490804, + 38.8720205752033, + 20.55898922946013, + 17.989375190124456, + 13.152167796989053, + 10.146751222073842, + 8.199713688972384, + 16.361357493750468, + 12.730724801844216, + 17.649753608676008, + 12.013201840432096, + 14.225579106323966 + ], + "PVtoGrid": 12071.710268225652, + "monthlyPV": [ + 627.262020069592, + 648.806108251123, + 1113.628914504002, + 1215.1633014291995, + 1591.933775803789, + 1623.9119156411962, + 1694.220393781304, + 1457.897033026617, + 1149.056996821101, + 888.7220061528424, + 518.1983991283216, + 477.2798229052865 + ], + "PVtoGridCost": 302.37143832448726, + "PVtoLoadCost": 204.19129570834068, + "monthlyPVtoGrid": [ + 1526.7729946947095, + 1516.5207172119385, + 1357.004339765439, + 1069.9565744258991, + 829.1561187384158, + 472.3471372410517, + 440.7856438718566, + 542.6774538769641, + 587.78842987622, + 1036.2031026245354, + 1163.716821796892, + 1528.7809341017303 + ], + "savings": 505.772111101551, + "cost": 41.47616936425606, + "monthlyLoadFromGrid": [ + 71.74409905351311, + 183.7763234306345, + 131.43430673882202, + 99.61857760479813, + 90.90710258557344, + 95.8317381127301, + 242.88082096657013, + 407.60643380737207, + 182.29432162509698, + 211.9431981205334, + 70.3025203676925, + 54.71313829794135 + ], + "PVtoLoadPct": 7.222078209851829, + "monthlyPVtoLoad": [ + 97.47222094648689, + 178.0440865693655, + 101.25629326117799, + 79.49432239520188, + 60.02240741442657, + 46.317881887269905, + 37.02341903342986, + 85.08552619262794, + 61.435818374903015, + 77.84698187946661, + 51.81310963230751, + 63.49725170205865 + ], + "PVtoGridPct": 92.77792179014817, + "loadFromGridCost": 343.84760768874327, + "total": 13006.080687514372, + "PVtoLoad": 939.3093192887223, + "monthlyPVtoGridCost": [ + 12.190161727302574, + 36.00172427138932, + 23.111533930114003, + 17.780362142604012, + 16.401991347482642, + 18.135831522258115, + 37.000859723614724, + 45.55396171638337, + 35.62417186543933, + 39.637235209870994, + 12.275949681479883, + 8.657655186548284 + ], + "monthlyLoadFromGridCost": [ + 12.249640440294714, + 36.00172427138932, + 23.111533930114003, + 17.780362142604012, + 16.401991347482642, + 18.135831522258115, + 45.873088164229465, + 78.09842392703254, + 35.62417186543933, + 39.637235209870994, + 12.275949681479883, + 8.657655186548284 + ] + }, + "economics": { + "payback": 18.579419588591534, + "irr25": 3.0460089610774066 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0122264216722532, + 1.9161974346547959, + 2.8842133925010227, + 3.773072606177572, + 4.384862734126098, + 4.690622602854534, + 4.714591162883448, + 3.879464905690919, + 2.821417566957967, + 1.4945412617593767, + 0.12393531363816107, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1781.2727122235115, + "loadFromPVPct": 36.043705181979426, + "loadFromGridPct": 56.51818359895105, + "monthlyPVtoLoadCost": [ + 23.427205655525505, + 45.21462946929233, + 23.357613021387454, + 19.482728127918364, + 13.358822396313945, + 10.302967995751564, + 8.21587758305921, + 18.058572046510886, + 13.15872804105918, + 17.894152574009965, + 12.610400432339926, + 14.316740762741833 + ], + "PVtoGrid": 10881.991436914643, + "monthlyPV": [ + 498.29614829485513, + 542.8053834053293, + 1005.1190107350836, + 1123.0423829189983, + 1561.477396847873, + 1536.2603445969553, + 1632.5333495334178, + 1401.7488339478425, + 1052.7340090116465, + 757.1499777193794, + 409.85124391754715, + 357.1236437622017 + ], + "PVtoGridCost": 266.96042972751616, + "PVtoLoadCost": 219.39843810591017, + "monthlyPVtoGrid": [ + 1435.472632932884, + 1431.3539897487153, + 1290.7345572353724, + 968.3167909013094, + 696.8888665561236, + 363.0328107543553, + 320.56911243689945, + 401.80246064169353, + 479.42074653023775, + 926.8526259026182, + 1069.5450364265596, + 1498.001806847873 + ], + "savings": 485.5688769164639, + "cost": 61.67940354934317, + "monthlyLoadFromGrid": [ + 68.09530833592848, + 160.29664021529743, + 121.31272328752996, + 94.30178188966285, + 90.21187883674422, + 94.86456683680817, + 242.82046867469768, + 395.6973123468384, + 179.9273631249085, + 211.1026251675346, + 68.25165350756117, + 54.390390000000004 + ], + "PVtoLoadPct": 8.42796946676876, + "monthlyPVtoLoad": [ + 101.12101166407152, + 201.52376978470258, + 111.37787671247004, + 84.81111811033715, + 60.71763116325578, + 47.28505316319184, + 37.08276132530231, + 96.99464765316159, + 63.80176687509149, + 78.6875548324654, + 53.86296649243884, + 63.82 + ], + "PVtoGridPct": 91.57203053323124, + "loadFromGridCost": 328.63983327685935, + "total": 11878.141724691128, + "PVtoLoad": 1001.0861577764884, + "monthlyPVtoGridCost": [ + 11.054617226267867, + 29.659115377300292, + 20.31291013818668, + 16.287009204810108, + 16.19533674815775, + 17.979614748580396, + 26.909526038124937, + 33.72849522097551, + 35.19585390364903, + 39.39283624453704, + 11.678621346796099, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.114095939260007, + 29.659115377300292, + 20.31291013818668, + 16.287009204810108, + 16.19533674815775, + 17.979614748580396, + 45.85673672117938, + 76.40120937427211, + 35.19585390364903, + 39.39283624453704, + 11.678621346796099, + 8.566493530130417 + ] + }, + "economics": { + "payback": 19.14807342860308, + "irr25": 2.730608120895872 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3047341317274257, + 2.384036170272264, + 3.0200608799496225, + 3.461941207505082, + 4.008552301826484, + 4.310046202022285, + 4.347444738018188, + 3.568458753260425, + 2.6266660712302485, + 1.5614083576106719, + 0.11634376881605346, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1780.8450561482236, + "loadFromPVPct": 36.05910276726938, + "loadFromGridPct": 56.5046144557118, + "monthlyPVtoLoadCost": [ + 23.455192602831726, + 45.223156490157706, + 23.41338147462762, + 19.49513220549939, + 13.350798573738167, + 10.294703813909448, + 8.202020748630103, + 18.253959318585274, + 13.168095551192655, + 17.8974073562142, + 12.586487303256838, + 14.316091679448672 + ], + "PVtoGrid": 10370.148073253933, + "monthlyPV": [ + 496.3305392261247, + 533.4117754279695, + 965.9635532642185, + 1070.6922066421291, + 1473.0225879529007, + 1451.4390133713878, + 1536.8413608992469, + 1324.499541442587, + 1008.9919804213012, + 733.5858755112646, + 412.43737813784145, + 359.5102048087392 + ], + "PVtoGridCost": 266.90645513273387, + "PVtoLoadCost": 219.65642711809178, + "monthlyPVtoGrid": [ + 1350.5661157262784, + 1335.5891288740684, + 1213.2582997103748, + 924.607436564058, + 673.330914519919, + 365.65736718381464, + 323.0364372588973, + 399.6029840688105, + 469.9686640508546, + 887.6867232642185, + 1017.2919512039916, + 1409.5520508286488 + ], + "savings": 485.77289133386336, + "cost": 61.475389131943835, + "monthlyLoadFromGrid": [ + 68.01012235489065, + 160.22376797482153, + 121.08575826778754, + 94.33445614275689, + 90.21802900865443, + 94.90298904597317, + 242.9012324501581, + 395.46344484268576, + 179.8688886228852, + 211.09217999999998, + 68.34874456186247, + 54.39544287574801 + ], + "PVtoLoadPct": 8.810925963594133, + "monthlyPVtoLoad": [ + 101.20619764510936, + 201.59664202517845, + 111.60484173221246, + 84.7784438572431, + 60.711480991345574, + 47.246630954026834, + 37.0019975498419, + 97.22851515731425, + 63.86024137711479, + 78.698, + 53.76587543813753, + 63.81494712425199 + ], + "PVtoGridPct": 91.18907403640587, + "loadFromGridCost": 328.38184426467774, + "total": 11366.72601710571, + "PVtoLoad": 1001.5138138517763, + "monthlyPVtoGridCost": [ + 11.026630278961653, + 29.650588356434916, + 20.257141684946514, + 16.274605127229076, + 16.203360570733526, + 17.98787893042251, + 27.11664063203371, + 33.54386460682084, + 35.18648639351555, + 39.3895814623328, + 11.702534475879185, + 8.56714261342358 + ], + "monthlyLoadFromGridCost": [ + 11.086108991953793, + 29.650588356434916, + 20.257141684946514, + 16.274605127229076, + 16.203360570733526, + 17.98787893042251, + 45.87059355560849, + 76.20582210219773, + 35.18648639351555, + 39.3895814623328, + 11.702534475879185, + 8.56714261342358 + ] + }, + "economics": { + "payback": 19.142243398040918, + "irr25": 2.733834156517978 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2525053400598043, + 2.847146333326755, + 4.201978286573016, + 5.2348232828830925, + 5.694394802147303, + 5.59536925916293, + 5.442092210398469, + 4.166035786882704, + 2.804734040459872, + 1.4237141119910364, + 0.12393531363816107, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1782.3731276571061, + "loadFromPVPct": 36.0040851661016, + "loadFromGridPct": 56.55309879250016, + "monthlyPVtoLoadCost": [ + 23.08594716663533, + 43.95725960564178, + 22.78192542551413, + 19.272561531472565, + 13.365678957193456, + 10.329565944881551, + 8.228844322652602, + 19.60377203466208, + 13.141922017557167, + 17.886451450048103, + 12.380058559614755, + 14.316740762741833 + ], + "PVtoGrid": 12639.903936071756, + "monthlyPV": [ + 711.3582087897615, + 698.04913703862, + 1184.6200234253643, + 1245.6185740439907, + 1655.692794056786, + 1622.0106983646992, + 1733.7984643773398, + 1535.3509906567003, + 1218.7037869683195, + 953.1239637171203, + 553.6802429577391, + 522.9469240182107 + ], + "PVtoGridCost": 300.65773170399456, + "PVtoLoadCost": 218.35072777861535, + "monthlyPVtoGrid": [ + 1522.3181451061355, + 1537.4396341158608, + 1426.5776546130485, + 1134.9526361528208, + 892.8259281882592, + 506.77645230599455, + 486.29376764294716, + 606.4652465724089, + 634.7617089313756, + 1106.3783528517768, + 1192.8972055343436, + 1592.217204056786 + ], + "savings": 518.2184685656475, + "cost": 29.02981190015955, + "monthlyLoadFromGrid": [ + 69.19046674143613, + 165.11716973852097, + 123.55366395634833, + 94.96784918450142, + 90.17495447113889, + 94.77920934825542, + 242.7218436247365, + 387.2980377826473, + 180.02457189275557, + 211.12733942641242, + 69.02763149035297, + 54.390390000000004 + ], + "PVtoLoadPct": 7.333987018905519, + "monthlyPVtoLoad": [ + 100.02585325856388, + 196.70324026147904, + 109.13693604365166, + 84.14505081549859, + 60.75455552886112, + 47.37041065174458, + 37.18138637526351, + 105.39392221735265, + 63.70455810724443, + 78.66284057358759, + 53.08698850964702, + 63.82 + ], + "PVtoGridPct": 92.66601298109448, + "loadFromGridCost": 329.6875436041541, + "total": 13634.95380841465, + "PVtoLoad": 999.9857423428941, + "monthlyPVtoGridCost": [ + 11.395875715158045, + 30.91648524095084, + 20.888597734060006, + 16.497175801255906, + 16.18848018727824, + 17.953016799450406, + 40.820947168269655, + 50.90849901226979, + 35.212659927151044, + 39.40053736849889, + 11.90896321952127, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.455354428150185, + 30.91648524095084, + 20.888597734060006, + 16.497175801255906, + 16.18848018727824, + 17.953016799450406, + 45.843769981585986, + 74.85600938612093, + 35.212659927151044, + 39.40053736849889, + 11.90896321952127, + 8.566493530130417 + ] + }, + "economics": { + "payback": 18.248193134870917, + "irr25": 3.236391200587807 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7772483274567636, + 3.934513349601862, + 5.420859162573631, + 6.204860157471523, + 6.35359381168509, + 6.257470258579487, + 5.604949103388473, + 4.121353366379404, + 2.59291652074166, + 1.0214381571326339, + 0.11634376881605346, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1797.8539894782766, + "loadFromPVPct": 35.44673931632752, + "loadFromGridPct": 57.044292636471816, + "monthlyPVtoLoadCost": [ + 22.615939075636376, + 41.52088320963177, + 21.82562210754726, + 18.971254465505947, + 13.349398709937148, + 10.305715345746956, + 8.221349693695071, + 19.87103759410133, + 13.104059904124773, + 17.87579520583197, + 12.067016030248004, + 14.225579106323966 + ], + "PVtoGrid": 13472.490889405995, + "monthlyPV": [ + 876.3609039810326, + 809.8042573248393, + 1281.9978652307298, + 1284.1398213791165, + 1632.7133553176427, + 1593.1977342478947, + 1707.121863976626, + 1558.2235546359238, + 1301.7858656003489, + 1083.7933820210094, + 667.8658312743083, + 655.0554649382462 + ], + "PVtoGridCost": 324.07841891314416, + "PVtoLoadCost": 213.95365044833056, + "monthlyPVtoGrid": [ + 1495.0181485190662, + 1519.7624067882043, + 1452.9296577568844, + 1219.0795142907848, + 1023.5459596607203, + 621.0504823813234, + 618.4289515931878, + 770.0690648664438, + 746.7367631109371, + 1203.7903924157456, + 1232.5190344071132, + 1569.5605136155841 + ], + "savings": 537.2419487017364, + "cost": 10.006331764070689, + "monthlyLoadFromGrid": [ + 70.7034342711715, + 174.11654281157834, + 127.03310312096042, + 96.01264869043602, + 90.22556763971086, + 94.86765110701499, + 242.74848665494153, + 385.8991608854113, + 180.24450578609776, + 211.16153718501585, + 70.12821302799655, + 54.71313829794135 + ], + "PVtoLoadPct": 6.812218447327689, + "monthlyPVtoLoad": [ + 98.5128857288285, + 187.70386718842164, + 105.65749687903958, + 83.10025130956397, + 60.70394236028914, + 47.28196889298501, + 37.15474334505847, + 106.79279911458873, + 63.48462421390225, + 78.62864281498413, + 51.987416972003444, + 63.49725170205865 + ], + "PVtoGridPct": 93.1877815526723, + "loadFromGridCost": 334.0847506772149, + "total": 14452.059899927715, + "PVtoLoad": 984.5058905217235, + "monthlyPVtoGridCost": [ + 11.865883806156996, + 33.35286163696086, + 21.844901052026874, + 16.798482867222525, + 16.20476043453455, + 17.976867398585004, + 45.85126461054352, + 64.64189077560314, + 35.250522040583434, + 39.411193612715024, + 12.222135491663973, + 8.657655186548284 + ], + "monthlyLoadFromGridCost": [ + 11.925362519149136, + 33.35286163696086, + 21.844901052026874, + 16.798482867222525, + 16.20476043453455, + 17.976867398585004, + 45.85126461054352, + 74.58874382668168, + 35.250522040583434, + 39.411193612715024, + 12.222135491663973, + 8.657655186548284 + ] + }, + "economics": { + "payback": 17.763640443968566, + "irr25": 3.5219679455753328 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.8962003984204323, + 1.9140420480983567, + 2.8859152837462885, + 3.7557973639153928, + 4.380514400976705, + 4.659737844048311, + 4.698633273588971, + 3.8774074410146557, + 2.836012324262679, + 1.495486380431493, + 0.12393531363816107, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1781.56494202019, + "loadFromPVPct": 36.033183565478126, + "loadFromGridPct": 56.527455787981076, + "monthlyPVtoLoadCost": [ + 23.426393447386886, + 45.20464740851467, + 23.347013925777016, + 19.46981243880743, + 13.350709150069502, + 10.307517841685394, + 8.216051319643647, + 18.105724312349988, + 13.15074505761299, + 17.893015202686552, + 12.605401194135254, + 14.286434225253583 + ], + "PVtoGrid": 10827.419196035828, + "monthlyPV": [ + 500.80510038503826, + 540.1218983252984, + 998.2863181533113, + 1114.8036052022273, + 1553.6666348851477, + 1527.5460979151756, + 1624.1439950091435, + 1394.4704413451866, + 1044.3658504805437, + 752.4233193198721, + 410.55567795284463, + 362.0883150418493 + ], + "PVtoGridCost": 267.6609555494988, + "PVtoLoadCost": 219.36346552392288, + "monthlyPVtoGrid": [ + 1426.76099276962, + 1423.0065459970149, + 1283.4987055971087, + 960.0007001465966, + 692.2059001001198, + 363.72264353523593, + 325.5320917998378, + 404.20432882575176, + 476.7842329760932, + 920.0235833451108, + 1061.3252174627871, + 1490.3542534805517 + ], + "savings": 486.2344301564593, + "cost": 61.01385030934778, + "monthlyLoadFromGrid": [ + 68.09791485444448, + 160.3385509878712, + 121.35526425192222, + 94.35384966605295, + 90.25557078024774, + 94.8499655823913, + 242.81877675798856, + 395.59022844071353, + 179.9743346507948, + 211.1062751917994, + 68.27061226055989, + 54.55359859540418 + ], + "PVtoLoadPct": 8.46460677930818, + "monthlyPVtoLoad": [ + 101.11840514555553, + 201.4818590121288, + 111.33533574807778, + 84.75905033394704, + 60.67393921975226, + 47.29965441760869, + 37.08445324201143, + 97.10173155928649, + 63.75479534920522, + 78.6839048082006, + 53.844007739440116, + 63.656791404595815 + ], + "PVtoGridPct": 91.53539322069182, + "loadFromGridCost": 328.6748058588465, + "total": 11823.277254015637, + "PVtoLoad": 1000.7939279798097, + "monthlyPVtoGridCost": [ + 11.05542943440649, + 29.669097438077955, + 20.323509233797118, + 16.29992489392104, + 16.20344999440219, + 17.97506490264656, + 27.326133306923975, + 33.930115189748335, + 35.20383688709522, + 39.393973615860446, + 11.683620585000773, + 8.596800067618666 + ], + "monthlyLoadFromGridCost": [ + 11.11490814739863, + 29.669097438077955, + 20.323509233797118, + 16.29992489392104, + 16.20344999440219, + 17.97506490264656, + 45.85656298459494, + 76.35405710843303, + 35.20383688709522, + 39.393973615860446, + 11.683620585000773, + 8.596800067618666 + ] + }, + "economics": { + "payback": 19.129072258701267, + "irr25": 2.7411291959111406 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.110180757104196, + 2.358577052731909, + 3.136119189417429, + 3.6026781158189887, + 3.974579126081278, + 4.208979285209415, + 4.282742827954862, + 3.556252013112117, + 2.6332569494403897, + 1.4045484642785233, + 0.11634376881605346, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1784.2064697238184, + "loadFromPVPct": 35.938076421063045, + "loadFromGridPct": 56.611269089959414, + "monthlyPVtoLoadCost": [ + 23.414505472555057, + 44.995704218005656, + 23.252021967004687, + 19.370842363362122, + 13.343101075874165, + 10.299122642072993, + 8.202034562640765, + 18.151754916847025, + 13.099628909154957, + 17.88814208369315, + 12.562258459808444, + 14.308336780085062 + ], + "PVtoGrid": 10200.132082826121, + "monthlyPV": [ + 523.225696052553, + 534.7750001567533, + 943.2815204673576, + 1039.010498783466, + 1434.4740679942922, + 1409.364006033074, + 1493.981376063231, + 1290.2219407068094, + 980.6875514080817, + 726.9045373266057, + 425.48087601964534, + 391.941542090434 + ], + "PVtoGridCost": 272.61132731240525, + "PVtoLoadCost": 218.8874534511041, + "monthlyPVtoGrid": [ + 1308.6216805324507, + 1293.61701237819, + 1179.6167687088819, + 896.7373398139881, + 666.691029365485, + 378.6866842702292, + 355.46050771677733, + 427.19690683045695, + 471.72596440413383, + 865.034424353579, + 985.6984714296627, + 1371.0452930222862 + ], + "savings": 490.70878984654706, + "cost": 56.53949061926004, + "monthlyLoadFromGrid": [ + 68.14069449937675, + 161.11163631495933, + 121.72182800207247, + 94.76878840590636, + 90.25948203887927, + 94.8888082505839, + 242.89396562634334, + 396.16221077790397, + 180.26296424738052, + 211.12191388622136, + 68.43697264619679, + 54.43720502799408 + ], + "PVtoLoadPct": 8.917370795615186, + "monthlyPVtoLoad": [ + 101.07562550062326, + 200.70877368504065, + 110.96877199792753, + 84.34411159409365, + 60.670027961120724, + 47.2608117494161, + 37.00926437365664, + 96.52974922209602, + 63.466165752619474, + 78.66826611377861, + 53.6776473538032, + 63.773184972005915 + ], + "PVtoGridPct": 91.08262920438482, + "loadFromGridCost": 329.1508179316653, + "total": 11193.3486131023, + "PVtoLoad": 998.1524002761819, + "monthlyPVtoGridCost": [ + 11.067317409238317, + 29.878040628586962, + 20.418501192569448, + 16.39889496936635, + 16.211058068597534, + 17.983460102258967, + 29.83841367378322, + 35.86018066548259, + 35.25495303555325, + 39.39884673485384, + 11.726763319327581, + 8.574897512787192 + ], + "monthlyLoadFromGridCost": [ + 11.126796122230457, + 29.878040628586962, + 20.418501192569448, + 16.39889496936635, + 16.211058068597534, + 17.983460102258967, + 45.87057974159782, + 76.30802650393598, + 35.25495303555325, + 39.39884673485384, + 11.726763319327581, + 8.574897512787192 + ] + }, + "economics": { + "payback": 19.00266982433608, + "irr25": 2.8116238899931645 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7974044196197818, + 2.160984166543745, + 3.667810268983746, + 4.861904078136251, + 5.636847221425665, + 5.824508187127423, + 5.772271311960277, + 4.751167133154275, + 3.3518751417683297, + 1.8012651613419577, + 0.12393531363816107, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1766.8157972715576, + "loadFromPVPct": 36.564220600479025, + "loadFromGridPct": 56.059478669648556, + "monthlyPVtoLoadCost": [ + 23.393473515538812, + 45.036095314554686, + 23.486422376631516, + 19.55518462581438, + 13.340060973786727, + 10.32861768891471, + 8.22933510100117, + 20.50066072078913, + 13.2313843192004, + 17.88861220423187, + 12.622499440272998, + 14.253783859870168 + ], + "PVtoGrid": 12554.029307245637, + "monthlyPV": [ + 739.3478478535882, + 705.2562026068888, + 1189.669502141681, + 1224.2850847609955, + 1637.1525656962262, + 1569.3558350710568, + 1698.7815188155496, + 1527.2630358159076, + 1218.7829015850295, + 960.2821671725122, + 560.2949169143949, + 534.1649315402486 + ], + "PVtoGridCost": 300.8315126912021, + "PVtoLoadCost": 221.86613014060654, + "monthlyPVtoGrid": [ + 1468.676375766545, + 1498.3273401686238, + 1415.7613444855215, + 1134.12475403387, + 900.1220911545494, + 513.3941693825329, + 497.51498995989766, + 628.5023615504228, + 641.3983488825226, + 1111.4400363251334, + 1170.7514805254955, + 1574.0160150105216 + ], + "savings": 521.9076519148464, + "cost": 25.340628550960776, + "monthlyLoadFromGrid": [ + 68.20356069548832, + 161.02182135307407, + 120.82530866961383, + 94.06085244884031, + 90.31291398203717, + 94.78225246813805, + 242.7250584196491, + 381.34551369683476, + 179.4541462756337, + 211.13954418345244, + 68.21539576450017, + 54.72942931429534 + ], + "PVtoLoadPct": 7.486695806273275, + "monthlyPVtoLoad": [ + 101.01275930451168, + 200.7985886469259, + 111.86529133038617, + 85.05204755115969, + 60.61659601796283, + 47.36736753186195, + 37.17817158035092, + 111.34644630316524, + 64.2749837243663, + 78.65063581654755, + 53.89922423549982, + 63.48096068570466 + ], + "PVtoGridPct": 92.51330419372673, + "loadFromGridCost": 326.17214124216287, + "total": 13564.636509974076, + "PVtoLoad": 1015.5430727284427, + "monthlyPVtoGridCost": [ + 11.088349366254562, + 29.837649532037936, + 20.18410078294262, + 16.214552706914088, + 16.21409817068497, + 17.95396505541725, + 41.7628899893423, + 52.7583600759203, + 35.123197625507814, + 39.398376614315126, + 11.666522338863029, + 8.629450433002084 + ], + "monthlyLoadFromGridCost": [ + 11.147828079246702, + 29.837649532037936, + 20.18410078294262, + 16.214552706914088, + 16.21409817068497, + 17.95396505541725, + 45.843279203237415, + 73.95912069999387, + 35.123197625507814, + 39.398376614315126, + 11.666522338863029, + 8.629450433002084 + ] + }, + "economics": { + "payback": 18.153050713809357, + "irr25": 3.2922734474923887 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.751744871947708, + 2.3835853655025123, + 4.182822789660795, + 5.581587057856199, + 6.385976455299778, + 6.5961996559674985, + 6.495937615363189, + 5.391741958909648, + 3.643202159597512, + 2.0115518692981156, + 0.11634376881605346, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1764.2644517441663, + "loadFromPVPct": 36.656080771846185, + "loadFromGridPct": 55.97852676713977, + "monthlyPVtoLoadCost": [ + 23.23861369902308, + 44.621094450698074, + 23.472561022770577, + 19.580291435191775, + 13.316424480093023, + 10.303876867004892, + 8.219286050292318, + 21.38279046835004, + 13.269494347894222, + 17.879435986388973, + 12.580105550380674, + 14.249858559866732 + ], + "PVtoGrid": 13310.375787315203, + "monthlyPV": [ + 928.7897631017084, + 822.4957230899885, + 1291.8776786585724, + 1242.232214534533, + 1598.7531536352737, + 1500.2699591444791, + 1643.4765581910597, + 1541.5302898821822, + 1301.9080255523756, + 1097.0463301073996, + 679.3795424221664, + 675.7750972512978 + ], + "PVtoGridCost": 321.0369257881825, + "PVtoLoadCost": 222.1138329179544, + "monthlyPVtoGrid": [ + 1400.0921012263902, + 1444.6961525569438, + 1430.0968661761879, + 1217.1801871834373, + 1036.9764825604484, + 632.5700935302459, + 639.1710677910098, + 813.0394989359633, + 758.3478564230821, + 1213.697629164356, + 1188.868552661795, + 1535.639299105343 + ], + "savings": 542.3607677891745, + "cost": 4.8875126766326, + "monthlyLoadFromGrid": [ + 68.70516208191117, + 162.6955943658843, + 120.89357629400557, + 93.99116163106167, + 90.40314245304877, + 94.87355110807948, + 242.770970539712, + 376.4407358342547, + 179.16413333309367, + 211.18896050578365, + 68.38533812726214, + 54.75212547006933 + ], + "PVtoLoadPct": 7.1078435978437255, + "monthlyPVtoLoad": [ + 100.51115791808883, + 199.1248156341157, + 111.79702370599443, + 85.12173836893834, + 60.526367546951235, + 47.276068891920524, + 37.132259460288, + 116.25122416574526, + 64.56499666690634, + 78.60121949421635, + 53.72928187273786, + 63.45826452993067 + ], + "PVtoGridPct": 92.89215640215627, + "loadFromGridCost": 325.92443846481507, + "total": 14323.534335571034, + "PVtoLoad": 1018.0944182558335, + "monthlyPVtoGridCost": [ + 11.243209182770293, + 30.25265039589455, + 20.197962136803557, + 16.189445897536697, + 16.237734664378674, + 17.978705877327066, + 45.853328253946266, + 68.24895698879256, + 35.085087596813985, + 39.40755283215802, + 11.708916228755353, + 8.633375733005517 + ], + "monthlyLoadFromGridCost": [ + 11.302687895762434, + 30.25265039589455, + 20.197962136803557, + 16.189445897536697, + 16.237734664378674, + 17.978705877327066, + 45.853328253946266, + 73.07699095243296, + 35.085087596813985, + 39.40755283215802, + 11.708916228755353, + 8.633375733005517 + ] + }, + "economics": { + "payback": 17.63684065586945, + "irr25": 3.597743502820716 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7532258136599186, + 1.7500257057525095, + 2.8898838657299386, + 3.7664525464854393, + 4.385929926916234, + 4.652500838589339, + 4.681172041750736, + 3.8566314461829405, + 2.8271867344659825, + 1.495387771535686, + 0.12393531363816107, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1782.0530134502096, + "loadFromPVPct": 36.015610749597386, + "loadFromGridPct": 56.54294185617375, + "monthlyPVtoLoadCost": [ + 23.426681793493536, + 45.20596955052064, + 23.34238084327595, + 19.46497218354744, + 13.336750827927899, + 10.283360642694397, + 8.216826599738624, + 18.029040311488135, + 13.15531122756674, + 17.8501040878302, + 12.602962925607969, + 14.287217691911207 + ], + "PVtoGrid": 10766.214707480025, + "monthlyPV": [ + 490.38864529097873, + 529.1004306325971, + 990.3862662518786, + 1112.2555529042315, + 1555.5458131912703, + 1531.064159252909, + 1627.601718630282, + 1393.2005942380463, + 1036.3720076233371, + 741.660515131812, + 400.0373529544674, + 353.9716379280044 + ], + "PVtoGridCost": 266.1932805122903, + "PVtoLoadCost": 219.20157868560275, + "monthlyPVtoGrid": [ + 1430.2781287540724, + 1426.4577341160702, + 1282.2475185318974, + 952.0382416142572, + 681.5182651111743, + 353.3391937125853, + 317.4119951891164, + 393.81599046251165, + 465.7368919982463, + 912.3550825144383, + 1058.7864528609255, + 1492.229212614729 + ], + "savings": 484.60486828093076, + "cost": 62.64341218487638, + "monthlyLoadFromGrid": [ + 68.09698950116338, + 160.33201548578845, + 121.37392429385102, + 94.38523399092021, + 90.33073997936239, + 94.98484075811793, + 242.815357261112, + 395.6183451715329, + 179.94846136564917, + 211.33782626255964, + 68.27989995669404, + 54.549379423458646 + ], + "PVtoLoadPct": 8.504856127572214, + "monthlyPVtoLoad": [ + 101.11933049883662, + 201.48839451421156, + 111.31667570614897, + 84.7276660090798, + 60.598770020637616, + 47.16477924188208, + 37.08787273888799, + 97.07361482846707, + 63.780668634350825, + 78.45235373744035, + 53.83472004330596, + 63.66101057654136 + ], + "PVtoGridPct": 91.49514387242779, + "loadFromGridCost": 328.83669269716677, + "total": 11761.584694029812, + "PVtoLoad": 1000.3058565497902, + "monthlyPVtoGridCost": [ + 11.055141088299836, + 29.667775296071987, + 20.328142316298184, + 16.30476514918103, + 16.217408316543796, + 17.999222101637564, + 26.644508213610255, + 33.05808712830031, + 35.199270717141474, + 39.4368847307168, + 11.686058853528056, + 8.596016600961041 + ], + "monthlyLoadFromGridCost": [ + 11.114619801291976, + 29.667775296071987, + 20.328142316298184, + 16.30476514918103, + 16.217408316543796, + 17.999222101637564, + 45.85578770449997, + 76.43074110929489, + 35.199270717141474, + 39.4368847307168, + 11.686058853528056, + 8.596016600961041 + ] + }, + "economics": { + "payback": 19.1756878786704, + "irr25": 2.7153528033044827 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.7485984940911378, + 1.8281020707506386, + 2.776624389805855, + 3.4841607529374397, + 3.980358999894375, + 4.18796746174219, + 4.238086918790221, + 3.5215198004481767, + 2.62774533399468, + 1.4063012773053973, + 0.11634376881605346, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1778.7521962730432, + "loadFromPVPct": 36.134455346807336, + "loadFromGridPct": 56.43820989123347, + "monthlyPVtoLoadCost": [ + 23.395779563240676, + 44.87138817029174, + 23.185685656199578, + 19.350938905853774, + 13.309858306833618, + 10.274451665146369, + 8.204375221010826, + 19.11738812286058, + 13.15641720535527, + 17.85177061326174, + 12.542080440817246, + 14.310011748963438 + ], + "PVtoGrid": 10026.50744797163, + "monthlyPV": [ + 528.1832305161948, + 506.23210029563364, + 904.9067054103251, + 1020.3323974668778, + 1433.2713989324607, + 1417.6690255690892, + 1498.4051595969365, + 1275.1692964632493, + 944.0719507476475, + 688.0698712379599, + 413.3449189226073, + 395.5221965396024 + ], + "PVtoGridCost": 273.06069008538634, + "PVtoLoadCost": 219.57014561983482, + "monthlyPVtoGrid": [ + 1316.9867947991586, + 1298.543648003119, + 1164.8241861076888, + 860.2288754753336, + 628.0353842436704, + 366.6299006696254, + 359.0342424250407, + 425.57784517188884, + 442.8594984615538, + 826.8592586002301, + 967.0942101973918, + 1369.8336038169266 + ], + "savings": 491.84084478825883, + "cost": 55.40743567754833, + "monthlyLoadFromGrid": [ + 68.20078923006935, + 161.61448840618257, + 121.98188964443938, + 94.87592472768594, + 90.43850300571049, + 94.96798174701807, + 242.88704588543825, + 389.585614655694, + 179.93939816592015, + 211.32156318990494, + 68.51081273051408, + 54.42818488446593 + ], + "PVtoLoadPct": 9.102861203829853, + "monthlyPVtoLoad": [ + 101.01553076993066, + 200.20592159381744, + 110.70871035556061, + 84.23697527231406, + 60.491006994289506, + 47.18163825298193, + 37.01618411456173, + 103.10634534430599, + 63.78973183407985, + 78.46861681009506, + 53.60380726948592, + 63.782205115534076 + ], + "PVtoGridPct": 90.89713879617015, + "loadFromGridCost": 328.4681257629346, + "total": 11025.178251698584, + "PVtoLoad": 1003.6066737269568, + "monthlyPVtoGridCost": [ + 11.086043318552695, + 30.00235667630088, + 20.484837503374557, + 16.418798426874698, + 16.24430083763808, + 18.008131079185592, + 30.13840360872835, + 35.72427180786567, + 35.19816473935294, + 39.43521820528527, + 11.746941338318779, + 8.573222543908814 + ], + "monthlyLoadFromGridCost": [ + 11.145522031544836, + 30.00235667630088, + 20.484837503374557, + 16.418798426874698, + 16.24430083763808, + 18.008131079185592, + 45.86823908322776, + 75.34239329792243, + 35.19816473935294, + 39.43521820528527, + 11.746941338318779, + 8.573222543908814 + ] + }, + "economics": { + "payback": 18.970046027169204, + "irr25": 2.8293951071747703 + }, + "settings": { + "power": 9.12, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "24 units. JA Solar JAM60S20-380MR", + "numModules": 24.0, + "cost": 12911.184000655241, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7610586725753332, + 3.4002909176142606, + 4.81936576562801, + 5.715296643847107, + 5.887315084674829, + 5.882927577206005, + 5.441531111096786, + 4.092551857326909, + 2.42611542740351, + 1.0378763643459143, + 0.1445911992445212, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1794.1941275497784, + "loadFromPVPct": 35.5785839049443, + "loadFromGridPct": 56.928168503989326, + "monthlyPVtoLoadCost": [ + 23.04416804835308, + 43.98978803054848, + 22.352030039651503, + 19.118055996513245, + 13.405507767033447, + 10.366573253862631, + 8.258141361842238, + 18.16675018446722, + 12.971911023397123, + 17.88342478513754, + 12.352268060469342, + 14.316740762741833 + ], + "PVtoGrid": 13998.67899336936, + "monthlyPV": [ + 672.294657275692, + 713.530066181101, + 1272.9165840099809, + 1408.5652715325743, + 1902.9737029296482, + 1909.1818877936867, + 2011.6041710424633, + 1725.8382861966393, + 1324.7933060175424, + 989.8495892831434, + 551.1705487143112, + 499.1897948427996 + ], + "PVtoGridCost": 296.8563265731898, + "PVtoLoadCost": 216.22535931401768, + "monthlyPVtoGrid": [ + 1809.6108839017766, + 1815.122336234833, + 1618.6215651083544, + 1241.4803550784627, + 929.3865364070372, + 504.2454518867875, + 462.35735445177215, + 576.5616204524583, + 651.1752984071131, + 1194.684626535482, + 1355.9348519756354, + 1839.4981129296482 + ], + "savings": 512.2910629559306, + "cost": 34.95721750987652, + "monthlyLoadFromGrid": [ + 69.31201610808986, + 164.99416519236973, + 125.11027891171517, + 95.40604906092042, + 90.0099371238938, + 94.7579031724764, + 242.5425596089726, + 396.4579631767664, + 180.95723222601214, + 211.13705252550116, + 69.11858044306089, + 54.390390000000004 + ], + "PVtoLoadPct": 6.595740551206253, + "monthlyPVtoLoad": [ + 99.90430389191015, + 196.82624480763027, + 107.58032108828483, + 83.70685093907957, + 60.9195728761062, + 47.391716827523595, + 37.3616803910274, + 96.23399682323362, + 62.772907773987846, + 78.65312747449885, + 52.9970495569391, + 63.82 + ], + "PVtoGridPct": 93.40425944879375, + "loadFromGridCost": 331.81354408306635, + "total": 14981.90786581958, + "PVtoLoad": 988.1677724502214, + "monthlyPVtoGridCost": [ + 11.437654833440297, + 30.88395681604414, + 21.318493119922632, + 16.651681336215226, + 16.148651377438252, + 17.916009490469328, + 38.81165335599062, + 48.39829957480041, + 35.382985643886414, + 39.40356403340946, + 11.936883461442635, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.497133546432437, + 30.88395681604414, + 21.318493119922632, + 16.651681336215226, + 16.148651377438252, + 17.916009490469328, + 45.81466049135961, + 76.29303123631578, + 35.382985643886414, + 39.40356403340946, + 11.936883461442635, + 8.566493530130417 + ] + }, + "economics": { + "payback": 20.34258547248447, + "irr25": 2.1001326209032944 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.5503588585644374, + 4.637551403883588, + 5.814508471179418, + 6.49692707007799, + 6.254932202322377, + 5.780962714870323, + 4.979054465448571, + 3.229134565786578, + 1.5583901860935512, + 0.5166438395172879, + 0.13067894107828634, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1830.6391015322606, + "loadFromPVPct": 34.26639724909527, + "loadFromGridPct": 58.08453480133733, + "monthlyPVtoLoadCost": [ + 22.40787412934077, + 39.94191191809088, + 20.810545731901136, + 18.264333647796782, + 13.247237248910675, + 10.256445098372133, + 8.251345414552494, + 16.908913413782916, + 12.78607053756657, + 17.708187615838597, + 12.192155197056266, + 14.263304341857014 + ], + "PVtoGrid": 14227.800053632363, + "monthlyPV": [ + 731.889183414524, + 757.0101496263102, + 1299.3039285880022, + 1417.751623334066, + 1857.3134734377538, + 1894.6194515813957, + 1976.647861078188, + 1700.9404718643866, + 1340.6321462912845, + 1036.918427178316, + 604.6425689830419, + 556.9146667228342 + ], + "PVtoGridCost": 315.27548681096545, + "PVtoLoadCost": 207.03832429506622, + "monthlyPVtoGrid": [ + 1797.0958271438276, + 1794.8514775642282, + 1599.11024566676, + 1260.424819843117, + 976.9869814428199, + 558.3196343703949, + 520.11175045403, + 643.8535136526559, + 695.696613937688, + 1221.6814530619579, + 1365.64766529412, + 1794.0200712007645 + ], + "savings": 521.5231881747548, + "cost": 25.72509229105235, + "monthlyLoadFromGrid": [ + 71.35939556243196, + 179.67961648604017, + 130.49677380237353, + 98.51167355183257, + 90.54154426450377, + 95.36006538735295, + 242.57208373119576, + 404.1553302381318, + 181.99846431137775, + 211.74653447395562, + 69.64504196005397, + 54.57257776301067 + ], + "PVtoLoadPct": 6.271821365725318, + "monthlyPVtoLoad": [ + 97.85692443756804, + 182.14079351395984, + 102.19382619762648, + 80.60122644816744, + 60.38796573549624, + 46.78955461264705, + 37.33215626880425, + 88.53662976186818, + 61.73167568862224, + 78.04364552604439, + 52.47058803994602, + 63.63781223698933 + ], + "PVtoGridPct": 93.72817863427468, + "loadFromGridCost": 341.00057910201775, + "total": 15174.5839521001, + "PVtoLoad": 951.7227984677394, + "monthlyPVtoGridCost": [ + 12.073948752452605, + 34.93183292850174, + 22.859977427672995, + 17.505403684931693, + 16.306921895561022, + 18.026137645959825, + 43.65972936438914, + 54.0469815032001, + 35.568826129716975, + 39.578801202708405, + 12.096996324855711, + 8.619929951015237 + ], + "monthlyLoadFromGridCost": [ + 12.133427465444745, + 34.93183292850174, + 22.859977427672995, + 17.505403684931693, + 16.306921895561022, + 18.026137645959825, + 45.82145643864935, + 77.55086800700008, + 35.568826129716975, + 39.578801202708405, + 12.096996324855711, + 8.619929951015237 + ] + }, + "economics": { + "payback": 20.084473754440527, + "irr25": 2.2336895841428284 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.1809308252842956, + 2.2355636737639286, + 3.364915624584527, + 4.401918040540502, + 5.115673189813781, + 5.472393036663623, + 5.500356356697354, + 4.526042389972739, + 3.2916538281176275, + 1.7436314720526067, + 0.1445911992445212, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1769.7278775755603, + "loadFromPVPct": 36.45937231831231, + "loadFromGridPct": 56.151876362684035, + "monthlyPVtoLoadCost": [ + 23.4978286073373, + 45.71055488617761, + 23.637675452582346, + 19.588136090745486, + 13.438157668023736, + 10.403227353216122, + 8.256236444022717, + 19.099051561956482, + 13.217464258504709, + 17.8974073562142, + 12.75761358346478, + 14.316740762741833 + ], + "PVtoGrid": 12850.959787215214, + "monthlyPV": [ + 581.428999677331, + 633.3425531395508, + 1172.7090408575975, + 1310.2771342388314, + 1821.7810313225186, + 1792.3592853631146, + 1904.6796427889874, + 1635.4342396058162, + 1228.2553271802544, + 883.417727339276, + 478.2375545704717, + 416.73237355590203 + ], + "PVtoGridCost": 277.07406737556965, + "PVtoLoadCost": 221.8200940249873, + "monthlyPVtoGrid": [ + 1691.3324050883646, + 1701.5636807071176, + 1523.2999254008178, + 1143.4049670498232, + 822.8490281409241, + 431.06368724502613, + 379.9289436148988, + 478.8978211580971, + 569.6148151478478, + 1094.4322108575975, + 1256.2668614821791, + 1758.3054413225186 + ], + "savings": 498.10417048359466, + "cost": 49.144109982212484, + "monthlyLoadFromGrid": [ + 67.85613972524989, + 158.36003791813008, + 120.19268579500148, + 93.86863986956891, + 89.90429080164812, + 94.50913267455444, + 242.5715700589968, + 389.6598214807661, + 179.58426200829706, + 211.09217999999998, + 67.73872724334758, + 54.390390000000004 + ], + "PVtoLoadPct": 7.306849034245631, + "monthlyPVtoLoad": [ + 101.3601802747501, + 203.46037208186993, + 112.49791420499852, + 85.24426013043109, + 61.02521919835189, + 47.64048732544556, + 37.33165994100319, + 103.03213851923392, + 64.14486799170294, + 78.698, + 54.37589275665242, + 63.82 + ], + "PVtoGridPct": 92.69315096575437, + "loadFromGridCost": 326.21817735778217, + "total": 13858.65490963965, + "PVtoLoad": 1012.6309924244395, + "monthlyPVtoGridCost": [ + 10.983994274456073, + 29.163189960415014, + 20.032847706991788, + 16.181601241982985, + 16.11600147644796, + 17.879355391115833, + 31.892367056588608, + 40.20010939323346, + 35.137117686203496, + 39.3895814623328, + 11.531408195671245, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.043472987448213, + 29.163189960415014, + 20.032847706991788, + 16.181601241982985, + 16.11600147644796, + 17.879355391115833, + 45.81637786021587, + 75.36072985882653, + 35.137117686203496, + 39.3895814623328, + 11.531408195671245, + 8.566493530130417 + ] + }, + "economics": { + "payback": 20.757870962568802, + "irr25": 1.8918037544023658 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.5221898203486637, + 2.7813755319843083, + 3.5234043599412255, + 4.03893140875593, + 4.676644352130897, + 5.028387235692666, + 5.07201886102122, + 4.163201878803829, + 3.0644437497686234, + 1.8216430838791178, + 0.13573439695206235, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1768.8956892549083, + "loadFromPVPct": 36.48933492467988, + "loadFromGridPct": 56.12547177456412, + "monthlyPVtoLoadCost": [ + 23.53048004586122, + 45.763968662203695, + 23.75084320858728, + 19.63544812859461, + 13.41434898909704, + 10.37161603477144, + 8.252711502557153, + 19.267522702043635, + 13.23117059503719, + 17.8974073562142, + 12.727687845576488, + 14.316740762741833 + ], + "PVtoGrid": 12253.475940044904, + "monthlyPV": [ + 579.1357890971454, + 622.383343832631, + 1127.0276738082548, + 1249.201928582484, + 1718.5837542783843, + 1693.4010655999523, + 1793.0389893824547, + 1545.3100650163517, + 1177.222960491518, + 855.926274763142, + 481.2547111608151, + 419.51669477686244 + ], + "PVtoGridCost": 276.9304568077363, + "PVtoLoadCost": 222.1599458332858, + "monthlyPVtoGrid": [ + 1592.2748016806581, + 1589.7085177590748, + 1432.756582307785, + 1092.211679465192, + 795.4344928835327, + 434.1956855173393, + 382.735343850527, + 476.4642340211913, + 558.5567870758749, + 1048.7508438082548, + 1195.2788073970898, + 1655.1081642783843 + ], + "savings": 498.3004117240597, + "cost": 48.947868741747456, + "monthlyLoadFromGrid": [ + 67.75675608070576, + 158.1455283766202, + 119.77351729143332, + 93.70771897367398, + 89.98120812039065, + 94.62397435652424, + 242.59364907366455, + 389.51944492404584, + 179.48544324324388, + 211.09217999999998, + 67.82587881460572, + 54.390390000000004 + ], + "PVtoLoadPct": 7.641855921613666, + "monthlyPVtoLoad": [ + 101.45956391929424, + 203.67488162337978, + 112.91708270856667, + 85.40518102632602, + 60.94830187960935, + 47.525645643475755, + 37.30958092633546, + 103.17251507595417, + 64.24368675675612, + 78.698, + 54.28874118539428, + 63.82 + ], + "PVtoGridPct": 92.35814407838635, + "loadFromGridCost": 325.87832554948375, + "total": 13262.003250789992, + "PVtoLoad": 1013.4631807450919, + "monthlyPVtoGridCost": [ + 10.951342835932154, + 29.109776184388924, + 19.919679950986854, + 16.134289204133857, + 16.139810155374658, + 17.91096670956052, + 32.12794465057438, + 39.99582684109112, + 35.12341134967102, + 39.3895814623328, + 11.561333933559537, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.010821548924294, + 29.109776184388924, + 19.919679950986854, + 16.134289204133857, + 16.139810155374658, + 17.91096670956052, + 45.81990280168143, + 75.19225871873938, + 35.12341134967102, + 39.3895814623328, + 11.561333933559537, + 8.566493530130417 + ] + }, + "economics": { + "payback": 20.75196520936514, + "irr25": 1.894711808468763 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 100.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.4612562300697718, + 3.321670722214547, + 4.902308001001851, + 6.107293830030275, + 6.643460602505187, + 6.527930802356751, + 6.349107578798212, + 4.860375084696485, + 3.272189713869851, + 1.6609997973228758, + 0.1445911992445212, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1773.3705943764721, + "loadFromPVPct": 36.32821776241963, + "loadFromGridPct": 56.267456495664305, + "monthlyPVtoLoadCost": [ + 23.181802019077914, + 44.681712129915965, + 23.037778392037826, + 19.399641173001108, + 13.438165707944547, + 10.408002754641448, + 8.268052620341331, + 20.085713623147626, + 13.190768750375378, + 17.8974073562142, + 12.58074731493579, + 14.316740762741833 + ], + "PVtoGrid": 14904.216349193566, + "monthlyPV": [ + 830.0014035880552, + 814.4601815450566, + 1382.1268889962585, + 1453.2826063846558, + 1931.698994732917, + 1892.4013647588158, + 2022.822276773563, + 1791.303422432817, + 1421.8867347963726, + 1112.0540443366403, + 646.0380534506957, + 610.1927830212458 + ], + "PVtoGridCost": 313.75976201152105, + "PVtoLoadCost": 220.48653260437496, + "monthlyPVtoGrid": [ + 1792.3886692904914, + 1823.7852865612554, + 1681.5276523631512, + 1337.644515338133, + 1051.4853018412216, + 598.8488610236603, + 573.3000332889571, + 722.413845639406, + 750.8821030171677, + 1303.8500589962584, + 1399.8666171009463, + 1868.223404732917 + ], + "savings": 533.4563036989337, + "cost": 13.791976766873457, + "monthlyLoadFromGrid": [ + 68.87032453167548, + 162.43900978769224, + 122.55122993033434, + 94.47678054176033, + 89.90424750458116, + 94.49380757296466, + 242.48225026771135, + 384.6034420513508, + 179.73392147211104, + 211.09217999999998, + 68.33301071629047, + 54.390390000000004 + ], + "PVtoLoadPct": 6.342539789680146, + "monthlyPVtoLoad": [ + 100.34599546832453, + 199.38140021230777, + 110.13937006966566, + 84.63611945823968, + 61.025262495418836, + 47.65581242703534, + 37.420979732288636, + 108.08851794864923, + 63.99520852788895, + 78.698, + 53.78160928370953, + 63.82 + ], + "PVtoGridPct": 93.65746021031985, + "loadFromGridCost": 327.5517387783945, + "total": 15908.26875481709, + "PVtoLoad": 1008.9882756235282, + "monthlyPVtoGridCost": [ + 11.300020862715462, + 30.192032716676657, + 20.63274476753631, + 16.370096159727364, + 16.11599343652715, + 17.87457998969051, + 45.80456168389726, + 60.64156974375403, + 35.16381319433283, + 39.3895814623328, + 11.708274464200235, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.359499575707602, + 30.192032716676657, + 20.63274476753631, + 16.370096159727364, + 16.11599343652715, + 17.87457998969051, + 45.80456168389726, + 74.37406779763538, + 35.16381319433283, + 39.3895814623328, + 11.708274464200235, + 8.566493530130417 + ] + }, + "economics": { + "payback": 19.755874742450935, + "irr25": 2.404070935298308 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.073456382032891, + 4.590265574535506, + 6.324335689669236, + 7.239003517050111, + 7.4125261136326035, + 7.300381968342736, + 6.5391072872865506, + 4.808245594109306, + 3.025069274198603, + 1.191677849988073, + 0.13573439695206235, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1788.0325869947724, + "loadFromPVPct": 35.8003549695249, + "loadFromGridPct": 56.73266835516287, + "monthlyPVtoLoadCost": [ + 22.73244624766246, + 42.45778257851526, + 22.164122813743536, + 19.123390401171555, + 13.413414857478271, + 10.380401811315254, + 8.268857320510755, + 20.24136498056381, + 13.151124265039662, + 17.887409965351207, + 12.254528365042708, + 14.263304341857014 + ], + "PVtoGrid": 15872.168950243778, + "monthlyPV": [ + 1022.5045479778714, + 944.8411552123125, + 1495.734371102518, + 1498.2242299423026, + 1904.8896495372499, + 1858.7862399558771, + 1991.6995763060638, + 1817.9880804085778, + 1518.8158265337404, + 1264.501699024511, + 779.2545731533597, + 764.3194140946206 + ], + "PVtoGridCost": 331.6407744643018, + "PVtoLoadCost": 216.33814794825147, + "monthlyPVtoGrid": [ + 1760.2210066055773, + 1800.9305559357701, + 1711.4949340496983, + 1435.501057536226, + 1204.0149476868921, + 732.1673524104385, + 727.4096798459948, + 913.9319818669571, + 881.4914570654777, + 1417.4896244850365, + 1445.9201054554483, + 1841.5962473002605 + ], + "savings": 547.1888017528149, + "cost": 0.05947871299212406, + "monthlyLoadFromGrid": [ + 70.3177866497001, + 170.70697962970638, + 125.8338536411205, + 95.40423100248557, + 89.98623866238117, + 94.59577925707877, + 242.46526575137418, + 383.61843388908574, + 179.96230185316517, + 211.1242633825185, + 69.44487551314553, + 54.57257776301067 + ], + "PVtoLoadPct": 5.8970067452506, + "monthlyPVtoLoad": [ + 98.89853335029991, + 191.11343037029363, + 106.8567463588795, + 83.70866899751444, + 60.94327133761884, + 47.55384074292123, + 37.4379642486258, + 109.07352611091423, + 63.76682814683483, + 78.6659166174815, + 52.67075448685447, + 63.63781223698933 + ], + "PVtoGridPct": 94.1029932547494, + "loadFromGridCost": 331.7002531772939, + "total": 16861.559363249, + "PVtoLoad": 994.3272930052277, + "monthlyPVtoGridCost": [ + 11.749376634130913, + 32.415962268077365, + 21.5064003458306, + 16.646346931556913, + 16.140744286993424, + 17.9021809330167, + 45.80375698372783, + 74.2184164402192, + 35.20345767966855, + 39.39957885319579, + 12.03462315686927, + 8.619929951015237 + ], + "monthlyLoadFromGridCost": [ + 11.808855347123053, + 32.415962268077365, + 21.5064003458306, + 16.646346931556913, + 16.140744286993424, + 17.9021809330167, + 45.80375698372783, + 74.2184164402192, + 35.20345767966855, + 39.39957885319579, + 12.03462315686927, + 8.619929951015237 + ] + }, + "economics": { + "payback": 19.392239178094464, + "irr25": 2.5971359733653276 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0455671314905044, + 2.2330490561147496, + 3.3669011643706694, + 4.381763591234624, + 5.110600134472822, + 5.436360818056362, + 5.481738819187132, + 4.523642014517098, + 3.3086810449731257, + 1.7447341105034084, + 0.1445911992445212, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1769.9391455894608, + "loadFromPVPct": 36.451765698294395, + "loadFromGridPct": 56.15857970704916, + "monthlyPVtoLoadCost": [ + 23.496881031175572, + 45.70455100093184, + 23.621593314651413, + 19.57640880140336, + 13.428816682574421, + 10.403227798440781, + 8.256422850115344, + 19.153495751861417, + 13.209449566639565, + 17.8974073562142, + 12.754225467682692, + 14.300292775367208 + ], + "PVtoGrid": 12787.162253607708, + "monthlyPV": [ + 584.3561104492113, + 630.2117363795148, + 1164.7375661788633, + 1300.6651427359318, + 1812.6684756993388, + 1782.1926642343717, + 1894.8920625106675, + 1626.9427815693844, + 1218.4924755606341, + 877.9032925398508, + 479.05939427831873, + 422.5244058821575 + ], + "PVtoGridCost": 277.86734819479676, + "PVtoLoadCost": 221.80277239705782, + "monthlyPVtoGrid": [ + 1681.16882489789, + 1691.7984281292386, + 1514.8700254751905, + 1133.6915700218526, + 817.3848969802918, + 431.88552552406907, + 385.71909132345996, + 481.7007518725111, + 566.5317471134506, + 1086.4607361788633, + 1246.6691936969112, + 1749.281462393977 + ], + "savings": 498.8801296748922, + "cost": 48.36815079091491, + "monthlyLoadFromGrid": [ + 67.85918066351856, + 158.38236561857096, + 120.25424390580613, + 93.9180944612183, + 89.95459444044106, + 94.50913124575034, + 242.5696854413025, + 389.53564142329975, + 179.63201073393572, + 211.09217999999998, + 67.75305096097925, + 54.47896669463822 + ], + "PVtoLoadPct": 7.339222162590038, + "monthlyPVtoLoad": [ + 101.35713933648144, + 203.43804438142905, + 112.43635609419387, + 85.19480553878171, + 60.97491555955894, + 47.64048875424966, + 37.3335445586975, + 103.15631857670022, + 64.09711926606428, + 78.698, + 54.36156903902074, + 63.73142330536179 + ], + "PVtoGridPct": 92.66077783740995, + "loadFromGridCost": 326.2354989857117, + "total": 13794.646108018243, + "PVtoLoad": 1012.4197244105391, + "monthlyPVtoGridCost": [ + 10.9849418506178, + 29.16919384566078, + 20.04892984492272, + 16.193328531325108, + 16.125342461897276, + 17.879354945891176, + 32.378409299846794, + 40.43539574527534, + 35.145132378068645, + 39.3895814623328, + 11.534796311453333, + 8.582941517505041 + ], + "monthlyLoadFromGridCost": [ + 11.04442056360994, + 29.16919384566078, + 20.04892984492272, + 16.193328531325108, + 16.125342461897276, + 17.879354945891176, + 45.816191454123235, + 75.30628566892159, + 35.145132378068645, + 39.3895814623328, + 11.534796311453333, + 8.582941517505041 + ] + }, + "economics": { + "payback": 20.734546108507296, + "irr25": 1.9032981274803351 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2952108832882283, + 2.751673228187227, + 3.6588057209870013, + 4.203124468455488, + 4.637008980428158, + 4.910475832744318, + 4.996533299280672, + 4.148960681964136, + 3.0721331076804548, + 1.6386398749916107, + 0.13573439695206235, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1772.7200909843193, + "loadFromPVPct": 36.35163887588174, + "loadFromGridPct": 56.24681660717494, + "monthlyPVtoLoadCost": [ + 23.48301172720511, + 45.582683627783304, + 23.55148397155387, + 19.543537694076765, + 13.413834766885627, + 10.372710323695634, + 8.251611591249965, + 19.041225985118682, + 13.18586152665768, + 17.8974073562142, + 12.709097674417542, + 14.316740762741833 + ], + "PVtoGrid": 12055.026535437006, + "monthlyPV": [ + 610.5134720613119, + 623.9736885162123, + 1100.5653022119172, + 1212.2399360807103, + 1673.6104809933408, + 1644.3135570385864, + 1743.035673740436, + 1505.3195308246109, + 1144.2011266427621, + 848.1313802143733, + 496.4721253562529, + 457.353170772173 + ], + "PVtoGridCost": 283.44841025711656, + "PVtoLoadCost": 221.34920700760017, + "monthlyPVtoGrid": [ + 1543.3396272878592, + 1540.4320735529975, + 1393.5437721110225, + 1059.5144822530626, + 787.6423675552624, + 449.40958794749537, + 420.5719922513179, + 509.32571159232816, + 560.43486467632, + 1022.2884722119171, + 1158.388693004082, + 1610.1348909933408 + ], + "savings": 504.00762634775435, + "cost": 43.24065411805276, + "monthlyLoadFromGrid": [ + 67.90909024927286, + 158.87239981256155, + 120.55124128641162, + 94.03235561030057, + 89.98397734088913, + 94.6204625912425, + 242.59382147914494, + 391.00323953101633, + 179.7731761601078, + 211.09217999999998, + 67.89775692337174, + 54.390390000000004 + ], + "PVtoLoadPct": 7.730931818381123, + "monthlyPVtoLoad": [ + 101.30722975072713, + 202.94801018743846, + 112.13935871358838, + 85.08054438969944, + 60.94553265911088, + 47.5291574087575, + 37.30940852085506, + 101.68872046898366, + 63.95595383989222, + 78.698, + 54.21686307662825, + 63.82 + ], + "PVtoGridPct": 92.26906818161888, + "loadFromGridCost": 326.68906437516927, + "total": 13059.729444452685, + "PVtoLoad": 1009.6387790156809, + "monthlyPVtoGridCost": [ + 10.998811154588266, + 29.291061218809322, + 20.11903918802026, + 16.226199638651707, + 16.140324377586072, + 17.909872420636326, + 35.30406560495009, + 42.75431713864226, + 35.168720418050526, + 39.3895814623328, + 11.579924104718483, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.058289867580406, + 29.291061218809322, + 20.11903918802026, + 16.226199638651707, + 16.140324377586072, + 17.909872420636326, + 45.82100271298862, + 75.41855543566433, + 35.168720418050526, + 39.3895814623328, + 11.579924104718483, + 8.566493530130417 + ] + }, + "economics": { + "payback": 20.582222047151546, + "irr25": 1.9789591740270396 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 140.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.9303051562230789, + 2.5211481943010354, + 4.279111980481037, + 5.672221424492293, + 6.576321758329942, + 6.79525955164866, + 6.734316530620321, + 5.543028322013322, + 3.910520998729718, + 2.1014760215656167, + 0.1445911992445212, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1759.129643515626, + "loadFromPVPct": 36.840957480526875, + "loadFromGridPct": 55.815603913039695, + "monthlyPVtoLoadCost": [ + 23.45847444401949, + 45.56401068588969, + 23.713626268791135, + 19.640845292143187, + 13.413751530647875, + 10.406896456013467, + 8.267441171625237, + 20.91630741630054, + 13.27840309387467, + 17.8974073562142, + 12.77564679847228, + 14.262200682419891 + ], + "PVtoGrid": 14807.938550152054, + "monthlyPV": [ + 862.6559824958529, + 822.868424708037, + 1388.0179474986278, + 1428.3935355544945, + 1910.0687283122638, + 1830.970690916233, + 1981.9691736181412, + 1781.867475118559, + 1421.9790351825345, + 1120.4052817012644, + 653.755173066794, + 623.2804584636234 + ], + "PVtoGridCost": 313.7518548583614, + "PVtoLoadCost": 223.59501119641163, + "monthlyPVtoGrid": [ + 1730.0701050609694, + 1779.428953152459, + 1669.4030381641153, + 1336.9841352997933, + 1059.9680159074014, + 606.5695309462884, + 586.3971121579892, + 749.4557458984609, + 758.7045376265346, + 1309.7411174986278, + 1374.3294075938038, + 1846.8868508456085 + ], + "savings": 536.5568751378107, + "cost": 10.691405327996359, + "monthlyLoadFromGrid": [ + 67.98243414473637, + 158.93577953431762, + 119.86256304555624, + 93.72410011725879, + 90.03572420613716, + 94.49735787949439, + 242.49165369436585, + 378.99076340260814, + 179.14811291849765, + 211.09217999999998, + 67.68487203930925, + 54.684102533344564 + ], + "PVtoLoadPct": 6.465400181930246, + "monthlyPVtoLoad": [ + 101.23388585526362, + 202.8846304656824, + 112.82803695444376, + 85.38879988274122, + 60.89378579386284, + 47.65226212050561, + 37.41157630563414, + 113.70119659739187, + 64.58101708150235, + 78.698, + 54.42974796069074, + 63.52628746665544 + ], + "PVtoGridPct": 93.53459981806975, + "loadFromGridCost": 324.4432601863578, + "total": 15826.231906636425, + "PVtoLoad": 1023.2292264843741, + "monthlyPVtoGridCost": [ + 11.023348437773883, + 29.309734160702934, + 19.956896890783, + 16.128892040585285, + 16.140407613823818, + 17.87568628831849, + 45.805173132613355, + 62.911547389478265, + 35.07617885083354, + 39.3895814623328, + 11.513374980663745, + 8.621033610452361 + ], + "monthlyLoadFromGridCost": [ + 11.082827150766024, + 29.309734160702934, + 19.956896890783, + 16.128892040585285, + 16.140407613823818, + 17.87568628831849, + 45.805173132613355, + 73.54347400448246, + 35.07617885083354, + 39.3895814623328, + 11.513374980663745, + 8.621033610452361 + ] + }, + "economics": { + "payback": 19.67214495581602, + "irr25": 2.4479380505620485 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 15.0, + "gabledroof": false, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.8770356839389928, + 2.7808495930862636, + 4.879959921270929, + 6.511851567498898, + 7.450305864516408, + 7.695566265295415, + 7.578593884590387, + 6.2903656187279235, + 4.250402519530431, + 2.3468105141811346, + 0.13573439695206235, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1756.3768891162085, + "loadFromPVPct": 36.94006929746717, + "loadFromGridPct": 55.72826148788409, + "monthlyPVtoLoadCost": [ + 23.35991297353029, + 45.11027044384625, + 23.698515117673313, + 19.645187593804817, + 13.389960619119638, + 10.378256919449512, + 8.265548910759414, + 21.808074560935356, + 13.305626521391481, + 17.890831891404204, + 12.737478010075373, + 14.258378429591241 + ], + "PVtoGrid": 15690.566592282417, + "monthlyPV": [ + 1083.6715502853265, + 959.6478652716532, + 1507.2608201016678, + 1449.3318536236218, + 1865.2694142411528, + 1750.3705023352256, + 1917.446719556236, + 1798.512604862546, + 1518.9583464777716, + 1279.9634717919662, + 792.6872361591942, + 788.4923184598474 + ], + "PVtoGridCost": 324.13075067819653, + "PVtoLoadCost": 223.84804199158086, + "monthlyPVtoGrid": [ + 1649.7916180974555, + 1716.7016779831013, + 1686.1244103690208, + 1433.9707846464507, + 1219.603027634779, + 745.6068987508481, + 751.6122636525181, + 965.346409242572, + 895.2839403493153, + 1429.0194006917486, + 1395.398040263414, + 1802.1081206011943 + ], + "savings": 547.1888017528149, + "cost": 0.05947871299212406, + "monthlyLoadFromGrid": [ + 68.3041357622297, + 160.73095842686502, + 119.93880550647486, + 93.73143816867913, + 90.11254584281284, + 94.60266259165401, + 242.49494519267068, + 373.86585895724545, + 178.94807507766208, + 211.12759059008093, + 67.81518663979242, + 54.704686360041535 + ], + "PVtoLoadPct": 6.139335557300268, + "monthlyPVtoLoad": [ + 100.9121842377703, + 201.08945157313497, + 112.75179449352514, + 85.38146183132086, + 60.81696415718717, + 47.546957408345996, + 37.408284807329316, + 118.82610104275452, + 64.78105492233792, + 78.66258940991908, + 54.29943336020758, + 63.50570363995846 + ], + "PVtoGridPct": 93.86066444269974, + "loadFromGridCost": 324.19022939118867, + "total": 16711.612703166207, + "PVtoLoad": 1025.9819808837915, + "monthlyPVtoGridCost": [ + 11.121909908263083, + 29.763474402746375, + 19.972008041900825, + 16.124549738923655, + 16.16419852535206, + 17.904325824882445, + 45.80706539347917, + 72.65170685984766, + 35.04895542331673, + 39.3961569271428, + 11.55154376906065, + 8.624855863281011 + ], + "monthlyLoadFromGridCost": [ + 11.181388621255223, + 29.763474402746375, + 19.972008041900825, + 16.124549738923655, + 16.16419852535206, + 17.904325824882445, + 45.80706539347917, + 72.65170685984766, + 35.04895542331673, + 39.3961569271428, + 11.55154376906065, + 8.624855863281011 + ] + }, + "economics": { + "payback": 19.392239178094464, + "irr25": 2.5971359733653276 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 30.0, + "gabledroof": false, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.878763449269905, + 2.041696656711261, + 3.371531176684928, + 4.394194637566345, + 5.1169182480689415, + 5.427917645020896, + 5.461367382042525, + 4.499403353880097, + 3.298384523543646, + 1.7446190667916337, + 0.1445911992445212, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1770.082650468323, + "loadFromPVPct": 36.446598862747116, + "loadFromGridPct": 56.16313298798992, + "monthlyPVtoLoadCost": [ + 23.49721743496667, + 45.70434074487016, + 23.61444465517208, + 19.572671160177556, + 13.412441194289157, + 10.40172807583732, + 8.257343160428892, + 19.08663027464588, + 13.212332069158473, + 17.887698881670108, + 12.752541168864138, + 14.301206819801104 + ], + "PVtoGrid": 12715.33118933644, + "monthlyPV": [ + 572.2035795061419, + 617.3533574046966, + 1155.520838960525, + 1297.6924150549366, + 1814.8608503898156, + 1786.2970691283938, + 1898.9260734019956, + 1625.4612932777206, + 1209.16632556056, + 865.3466876537806, + 466.78801511354527, + 413.05503341600513 + ], + "PVtoGridCost": 276.0847557392737, + "PVtoLoadCost": 221.70059563988153, + "monthlyPVtoGrid": [ + 1685.2721502130844, + 1695.8308637111602, + 1513.4159020980971, + 1124.3923760644107, + 804.9164783623868, + 419.6258191495512, + 376.2456438157487, + 469.50682370017137, + 553.6563479625007, + 1077.296291623778, + 1243.7035779183673, + 1751.468914717184 + ], + "savings": 496.99536046219293, + "cost": 50.25292000361421, + "monthlyLoadFromGrid": [ + 67.8581010846906, + 158.38079030916455, + 120.28160882037635, + 93.94505050385072, + 90.04278070860619, + 94.52080403600591, + 242.56561039974352, + 389.4942441940295, + 179.61499055780413, + 211.14446266325285, + 67.76016286343045, + 54.47404432736842 + ], + "PVtoLoadPct": 7.376670181637038, + "monthlyPVtoLoad": [ + 101.3582189153094, + 203.43961969083546, + 112.40899117962365, + 85.16784949614927, + 60.886729291393806, + 47.62881596399409, + 37.33761960025647, + 103.19771580597049, + 64.11413944219585, + 78.64571733674715, + 54.35445713656955, + 63.73634567263158 + ], + "PVtoGridPct": 92.62332981836296, + "loadFromGridCost": 326.33767574288794, + "total": 13722.671538868117, + "PVtoLoad": 1012.2762195316768, + "monthlyPVtoGridCost": [ + 10.984605446826702, + 29.169404101722456, + 20.05607850440206, + 16.197066172550915, + 16.14171795018254, + 17.88085466849464, + 31.58317990160043, + 39.4118010977243, + 35.14224987554974, + 39.39928993687689, + 11.536480610271886, + 8.582027473071147 + ], + "monthlyLoadFromGridCost": [ + 11.044084159818842, + 29.169404101722456, + 20.05607850440206, + 16.197066172550915, + 16.14171795018254, + 17.88085466849464, + 45.815271143809696, + 75.37315114613712, + 35.14224987554974, + 39.39928993687689, + 11.536480610271886, + 8.582027473071147 + ] + }, + "economics": { + "payback": 20.791327505842105, + "irr25": 1.875358399840077 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 15.0, + "gabledroof": true, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + }, + { + "generation": { + "profile": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.8733649097729941, + 2.132785749209078, + 3.2393951214401646, + 4.064854211760346, + 4.643752166543438, + 4.885962038699223, + 4.944434738588591, + 4.108439767189539, + 3.0657028896604603, + 1.6406848235229639, + 0.13573439695206235, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "loadFromGrid": 1767.1732233402788, + "loadFromPVPct": 36.55135161837866, + "loadFromGridPct": 56.07081947784508, + "monthlyPVtoLoadCost": [ + 23.461164833005, + 45.46856382646901, + 23.478560746400692, + 19.530509664215685, + 13.386464182714592, + 10.371637877762762, + 8.253149178286316, + 20.009802958266604, + 13.208858794579918, + 17.8974073562142, + 12.69308663913296, + 14.316740762741833 + ], + "PVtoGrid": 11853.280996988628, + "monthlyPV": [ + 616.297262268894, + 590.6737228449059, + 1055.7946846453792, + 1190.4487337113574, + 1672.2073670878708, + 1654.0027464972707, + 1748.1967545297591, + 1487.7581125404574, + 1101.4829258722555, + 802.8242697776199, + 482.3135087430419, + 461.53068512953615 + ], + "PVtoGridCost": 283.9833047153394, + "PVtoLoadCost": 222.07594681978958, + "monthlyPVtoGrid": [ + 1553.098927265685, + 1546.0254791604991, + 1376.271416829566, + 1016.8770843243573, + 742.4826548408545, + 435.254413001572, + 424.74715769882397, + 508.6233763475252, + 526.9913339020803, + 977.5178546453793, + 1136.6595218844138, + 1608.7317770878708 + ], + "savings": 505.2692606181667, + "cost": 41.979019847640465, + "monthlyLoadFromGrid": [ + 67.97920076841423, + 159.3047246307399, + 120.84030428910847, + 94.11315845210174, + 90.13137506323461, + 94.62390425853012, + 242.5914725692878, + 384.5171140786312, + 179.62961105717434, + 211.09217999999998, + 67.95978817305632, + 54.390390000000004 + ], + "PVtoLoadPct": 7.891967334033866, + "monthlyPVtoLoad": [ + 101.23711923158577, + 202.5156853692601, + 111.85029571089153, + 84.99974154789825, + 60.798134936765386, + 47.52571574146988, + 37.3117574307122, + 108.1748459213688, + 64.09951894282565, + 78.698, + 54.15483182694367, + 63.82 + ], + "PVtoGridPct": 92.10803266596614, + "loadFromGridCost": 325.96232456297986, + "total": 12863.530773648346, + "PVtoLoad": 1015.1856466597212, + "monthlyPVtoGridCost": [ + 11.020658048788375, + 29.40518102012361, + 20.191962413173442, + 16.23922766851279, + 16.167694961757103, + 17.910944866569196, + 35.65454142736813, + 42.69536102645215, + 35.14572315012829, + 39.3895814623328, + 11.595935140003064, + 8.566493530130417 + ], + "monthlyLoadFromGridCost": [ + 11.080136761780516, + 29.40518102012361, + 20.191962413173442, + 16.23922766851279, + 16.167694961757103, + 17.910944866569196, + 45.81946512595227, + 74.44997846251641, + 35.14572315012829, + 39.3895814623328, + 11.595935140003064, + 8.566493530130417 + ] + }, + "economics": { + "payback": 20.54521623587875, + "irr25": 1.9974984290202835 + }, + "settings": { + "power": 10.64, + "area": 1.87, + "tilt": 30.0, + "gabledroof": true, + "module": "28 units. JA Solar JAM60S20-380MR", + "numModules": 28.0, + "cost": 14805.56000075138, + "azimuth": 180.0, + "inverter": "1 unit. Huawei SUN2000-10KTL-M0" + } + } + ], + "_id": "61699fd909bd4ff536c0ec31" + } + }, + "month": null, + "_links": { + "self": { + "href": "components/624707dcdb239173a861ed03", + "title": "Component" + } + }, + "_created": "2021-10-15T15:37:01Z", + "_id": "624707dcdb239173a861ed03", + "type": "FV", + "_etag": "1942cc156218a34b919fb5310a2eb9ad94578dde", + "contractId": "666666" + } + ], + "_links": { + "self": { + "href": "components?where=\"contractId\"==\"666666\" and \"type\"==\"FV\"", + "title": "components" + }, + "parent": { + "href": "/", + "title": "home" + } + }, + "_meta": { + "max_results": 200, + "total": 1, + "page": 1 + } +} \ No newline at end of file diff --git a/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback.expected b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback.expected new file mode 100644 index 0000000..ae52955 --- /dev/null +++ b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback.expected @@ -0,0 +1,165 @@ +snapshot: + areaM2: 1.87 + azimuthDegrees: + - 180 + - 0 + dailyLoadProfileKwh: + - 0.24 + - 0.235 + - 0.188 + - 0.119 + - 0.112 + - 0.111 + - 0.11 + - 0.11 + - 0.112 + - 0.128 + - 0.163 + - 0.164 + - 0.159 + - 0.169 + - 0.173 + - 0.184 + - 0.185 + - 0.176 + - 0.185 + - 0.201 + - 0.227 + - 0.297 + - 0.27 + - 0.242 + dailyProductionProfileKwh: + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.18447877986758623 + - 0.45050322989886715 + - 0.6842496794010439 + - 0.8586094276676137 + - 0.9808886573128532 + - 1.0320500689830303 + - 1.044401117451371 + - 0.8678159002376173 + - 0.6475610849399653 + - 0.346557928998376 + - 0.028670851846208854 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + installationCostEuro: 4689.960000238015 + loadByPeriodKwh: + p1: 803.794 + p2: 755.707 + p3: 1217.922 + loadFromGridKwhYear: 2002.7536777993632 + loadKwhYear: 2777.4230000000002 + monthlyGridToLoadEuro: + - 14.627190411786263 + - 45.27684512835782 + - 27.327464726704072 + - 19.518720505853416 + - 17.740237003145936 + - 19.696353160694297 + - 46.67243568908299 + - 83.86117900006046 + - 37.81555613421613 + - 41.24751258733735 + - 13.32924137903866 + - 9.058332953223646 + monthlyGridToLoadKwh: + - 82.85100303263394 + - 228.1379132726195 + - 154.58782428092337 + - 107.64669480981134 + - 96.6631328650054 + - 101.97759176698138 + - 246.62320799467082 + - 439.8872634660999 + - 193.85230163604848 + - 219.2506042949218 + - 74.82304688234241 + - 56.45309349730475 + monthlyProductionKwh: + - 129.78385244825515 + - 124.43717799431393 + - 222.55726103086835 + - 251.1174864391928 + - 352.94469934002626 + - 349.10814415890053 + - 368.9957558014182 + - 313.9687881598149 + - 232.35290506011782 + - 169.21855891720034 + - 101.50987126752965 + - 97.07097057321447 + monthlyProductionToGridEuro: + - 14.567711698794122 + - 19.781806593359462 + - 19.82981722295994 + - 13.538373889650854 + - 9.687750145440988 + - 5.188050697263836 + - 5.399143408627698 + - 6.50391168626602 + - 6.293832943070472 + - 12.79617151954637 + - 13.32924137903866 + - 9.058332953223646 + monthlyProductionToGridKwh: + - 263.07612719153445 + - 235.65766907403773 + - 236.22961244073824 + - 161.28059986992915 + - 115.40870178220574 + - 61.80446303451103 + - 64.3191785678853 + - 77.48011591435504 + - 74.97747963036242 + - 152.43885532579014 + - 204.19153332153522 + - 291.531812837331 + monthlyProductionToLoadEuro: + - 19.91411118299925 + - 29.596899718234805 + - 16.343058432870063 + - 16.251016826875055 + - 11.813922141325762 + - 8.586229583637659 + - 7.4001786151556015 + - 10.598602420722552 + - 10.53902581049208 + - 16.039476231209655 + - 10.959780400097364 + - 13.824901339648608 + monthlyProductionToLoadKwh: + - 86.36531696736607 + - 133.68249672738048 + - 78.10277571907663 + - 71.46620519018867 + - 54.266377134994606 + - 40.17202823301862 + - 33.280022005329165 + - 52.8046965339001 + - 49.87682836395151 + - 70.5395757050782 + - 47.291573117657585 + - 61.757296502695255 + nModules: 6.0 + paybackYears: 12.4569525340302 + peakPowerKw: 2.28 + productionKwhYear: 2713.065471190853 + productionToGridEuroYear: 135.97414413724206 + productionToGridKwhYear: 1938.3961489902156 + productionToGridPercent: 71.26478514879176 + productionToLoadEuroYear: 171.86720270326845 + productionToLoadKwhYear: 779.605192200637 + productionToLoadPercent: 28.73521485120825 + savingsEuroYear: 307.05135592354816 + tiltDegrees: 30.0 diff --git a/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback[agreed_scenario_data].expected b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback[agreed_scenario_data].expected new file mode 100644 index 0000000..ae52955 --- /dev/null +++ b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback[agreed_scenario_data].expected @@ -0,0 +1,165 @@ +snapshot: + areaM2: 1.87 + azimuthDegrees: + - 180 + - 0 + dailyLoadProfileKwh: + - 0.24 + - 0.235 + - 0.188 + - 0.119 + - 0.112 + - 0.111 + - 0.11 + - 0.11 + - 0.112 + - 0.128 + - 0.163 + - 0.164 + - 0.159 + - 0.169 + - 0.173 + - 0.184 + - 0.185 + - 0.176 + - 0.185 + - 0.201 + - 0.227 + - 0.297 + - 0.27 + - 0.242 + dailyProductionProfileKwh: + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.18447877986758623 + - 0.45050322989886715 + - 0.6842496794010439 + - 0.8586094276676137 + - 0.9808886573128532 + - 1.0320500689830303 + - 1.044401117451371 + - 0.8678159002376173 + - 0.6475610849399653 + - 0.346557928998376 + - 0.028670851846208854 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + installationCostEuro: 4689.960000238015 + loadByPeriodKwh: + p1: 803.794 + p2: 755.707 + p3: 1217.922 + loadFromGridKwhYear: 2002.7536777993632 + loadKwhYear: 2777.4230000000002 + monthlyGridToLoadEuro: + - 14.627190411786263 + - 45.27684512835782 + - 27.327464726704072 + - 19.518720505853416 + - 17.740237003145936 + - 19.696353160694297 + - 46.67243568908299 + - 83.86117900006046 + - 37.81555613421613 + - 41.24751258733735 + - 13.32924137903866 + - 9.058332953223646 + monthlyGridToLoadKwh: + - 82.85100303263394 + - 228.1379132726195 + - 154.58782428092337 + - 107.64669480981134 + - 96.6631328650054 + - 101.97759176698138 + - 246.62320799467082 + - 439.8872634660999 + - 193.85230163604848 + - 219.2506042949218 + - 74.82304688234241 + - 56.45309349730475 + monthlyProductionKwh: + - 129.78385244825515 + - 124.43717799431393 + - 222.55726103086835 + - 251.1174864391928 + - 352.94469934002626 + - 349.10814415890053 + - 368.9957558014182 + - 313.9687881598149 + - 232.35290506011782 + - 169.21855891720034 + - 101.50987126752965 + - 97.07097057321447 + monthlyProductionToGridEuro: + - 14.567711698794122 + - 19.781806593359462 + - 19.82981722295994 + - 13.538373889650854 + - 9.687750145440988 + - 5.188050697263836 + - 5.399143408627698 + - 6.50391168626602 + - 6.293832943070472 + - 12.79617151954637 + - 13.32924137903866 + - 9.058332953223646 + monthlyProductionToGridKwh: + - 263.07612719153445 + - 235.65766907403773 + - 236.22961244073824 + - 161.28059986992915 + - 115.40870178220574 + - 61.80446303451103 + - 64.3191785678853 + - 77.48011591435504 + - 74.97747963036242 + - 152.43885532579014 + - 204.19153332153522 + - 291.531812837331 + monthlyProductionToLoadEuro: + - 19.91411118299925 + - 29.596899718234805 + - 16.343058432870063 + - 16.251016826875055 + - 11.813922141325762 + - 8.586229583637659 + - 7.4001786151556015 + - 10.598602420722552 + - 10.53902581049208 + - 16.039476231209655 + - 10.959780400097364 + - 13.824901339648608 + monthlyProductionToLoadKwh: + - 86.36531696736607 + - 133.68249672738048 + - 78.10277571907663 + - 71.46620519018867 + - 54.266377134994606 + - 40.17202823301862 + - 33.280022005329165 + - 52.8046965339001 + - 49.87682836395151 + - 70.5395757050782 + - 47.291573117657585 + - 61.757296502695255 + nModules: 6.0 + paybackYears: 12.4569525340302 + peakPowerKw: 2.28 + productionKwhYear: 2713.065471190853 + productionToGridEuroYear: 135.97414413724206 + productionToGridKwhYear: 1938.3961489902156 + productionToGridPercent: 71.26478514879176 + productionToLoadEuroYear: 171.86720270326845 + productionToLoadKwhYear: 779.605192200637 + productionToLoadPercent: 28.73521485120825 + savingsEuroYear: 307.05135592354816 + tiltDegrees: 30.0 diff --git a/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback[unagreed_scenario_data].expected b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback[unagreed_scenario_data].expected new file mode 100644 index 0000000..ae52955 --- /dev/null +++ b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__optimal_payback[unagreed_scenario_data].expected @@ -0,0 +1,165 @@ +snapshot: + areaM2: 1.87 + azimuthDegrees: + - 180 + - 0 + dailyLoadProfileKwh: + - 0.24 + - 0.235 + - 0.188 + - 0.119 + - 0.112 + - 0.111 + - 0.11 + - 0.11 + - 0.112 + - 0.128 + - 0.163 + - 0.164 + - 0.159 + - 0.169 + - 0.173 + - 0.184 + - 0.185 + - 0.176 + - 0.185 + - 0.201 + - 0.227 + - 0.297 + - 0.27 + - 0.242 + dailyProductionProfileKwh: + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.18447877986758623 + - 0.45050322989886715 + - 0.6842496794010439 + - 0.8586094276676137 + - 0.9808886573128532 + - 1.0320500689830303 + - 1.044401117451371 + - 0.8678159002376173 + - 0.6475610849399653 + - 0.346557928998376 + - 0.028670851846208854 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + installationCostEuro: 4689.960000238015 + loadByPeriodKwh: + p1: 803.794 + p2: 755.707 + p3: 1217.922 + loadFromGridKwhYear: 2002.7536777993632 + loadKwhYear: 2777.4230000000002 + monthlyGridToLoadEuro: + - 14.627190411786263 + - 45.27684512835782 + - 27.327464726704072 + - 19.518720505853416 + - 17.740237003145936 + - 19.696353160694297 + - 46.67243568908299 + - 83.86117900006046 + - 37.81555613421613 + - 41.24751258733735 + - 13.32924137903866 + - 9.058332953223646 + monthlyGridToLoadKwh: + - 82.85100303263394 + - 228.1379132726195 + - 154.58782428092337 + - 107.64669480981134 + - 96.6631328650054 + - 101.97759176698138 + - 246.62320799467082 + - 439.8872634660999 + - 193.85230163604848 + - 219.2506042949218 + - 74.82304688234241 + - 56.45309349730475 + monthlyProductionKwh: + - 129.78385244825515 + - 124.43717799431393 + - 222.55726103086835 + - 251.1174864391928 + - 352.94469934002626 + - 349.10814415890053 + - 368.9957558014182 + - 313.9687881598149 + - 232.35290506011782 + - 169.21855891720034 + - 101.50987126752965 + - 97.07097057321447 + monthlyProductionToGridEuro: + - 14.567711698794122 + - 19.781806593359462 + - 19.82981722295994 + - 13.538373889650854 + - 9.687750145440988 + - 5.188050697263836 + - 5.399143408627698 + - 6.50391168626602 + - 6.293832943070472 + - 12.79617151954637 + - 13.32924137903866 + - 9.058332953223646 + monthlyProductionToGridKwh: + - 263.07612719153445 + - 235.65766907403773 + - 236.22961244073824 + - 161.28059986992915 + - 115.40870178220574 + - 61.80446303451103 + - 64.3191785678853 + - 77.48011591435504 + - 74.97747963036242 + - 152.43885532579014 + - 204.19153332153522 + - 291.531812837331 + monthlyProductionToLoadEuro: + - 19.91411118299925 + - 29.596899718234805 + - 16.343058432870063 + - 16.251016826875055 + - 11.813922141325762 + - 8.586229583637659 + - 7.4001786151556015 + - 10.598602420722552 + - 10.53902581049208 + - 16.039476231209655 + - 10.959780400097364 + - 13.824901339648608 + monthlyProductionToLoadKwh: + - 86.36531696736607 + - 133.68249672738048 + - 78.10277571907663 + - 71.46620519018867 + - 54.266377134994606 + - 40.17202823301862 + - 33.280022005329165 + - 52.8046965339001 + - 49.87682836395151 + - 70.5395757050782 + - 47.291573117657585 + - 61.757296502695255 + nModules: 6.0 + paybackYears: 12.4569525340302 + peakPowerKw: 2.28 + productionKwhYear: 2713.065471190853 + productionToGridEuroYear: 135.97414413724206 + productionToGridKwhYear: 1938.3961489902156 + productionToGridPercent: 71.26478514879176 + productionToLoadEuroYear: 171.86720270326845 + productionToLoadKwhYear: 779.605192200637 + productionToLoadPercent: 28.73521485120825 + savingsEuroYear: 307.05135592354816 + tiltDegrees: 30.0 diff --git a/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power.expected b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power.expected new file mode 100644 index 0000000..90bc97e --- /dev/null +++ b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power.expected @@ -0,0 +1,165 @@ +snapshot: + areaM2: 1.87 + azimuthDegrees: + - 180 + - 0 + dailyLoadProfileKwh: + - 0.24 + - 0.235 + - 0.188 + - 0.119 + - 0.112 + - 0.111 + - 0.11 + - 0.11 + - 0.112 + - 0.128 + - 0.163 + - 0.164 + - 0.159 + - 0.169 + - 0.173 + - 0.184 + - 0.185 + - 0.176 + - 0.185 + - 0.201 + - 0.227 + - 0.297 + - 0.27 + - 0.242 + dailyProductionProfileKwh: + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.8733649097729941 + - 2.132785749209078 + - 3.2393951214401646 + - 4.064854211760346 + - 4.643752166543438 + - 4.885962038699223 + - 4.944434738588591 + - 4.108439767189539 + - 3.0657028896604603 + - 1.6406848235229639 + - 0.13573439695206235 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + installationCostEuro: 14805.56000075138 + loadByPeriodKwh: + p1: 803.794 + p2: 755.707 + p3: 1217.922 + loadFromGridKwhYear: 1767.1732233402788 + loadKwhYear: 2777.4230000000002 + monthlyGridToLoadEuro: + - 11.080136761780516 + - 29.40518102012361 + - 20.191962413173442 + - 16.23922766851279 + - 16.167694961757103 + - 17.910944866569196 + - 45.81946512595227 + - 74.44997846251641 + - 35.14572315012829 + - 39.3895814623328 + - 11.595935140003064 + - 8.566493530130417 + monthlyGridToLoadKwh: + - 67.97920076841423 + - 159.3047246307399 + - 120.84030428910847 + - 94.11315845210174 + - 90.13137506323461 + - 94.62390425853012 + - 242.5914725692878 + - 384.5171140786312 + - 179.62961105717434 + - 211.09217999999998 + - 67.95978817305632 + - 54.390390000000004 + monthlyProductionKwh: + - 616.297262268894 + - 590.6737228449059 + - 1055.7946846453792 + - 1190.4487337113574 + - 1672.2073670878708 + - 1654.0027464972707 + - 1748.1967545297591 + - 1487.7581125404574 + - 1101.4829258722555 + - 802.8242697776199 + - 482.3135087430419 + - 461.53068512953615 + monthlyProductionToGridEuro: + - 11.020658048788375 + - 29.40518102012361 + - 20.191962413173442 + - 16.23922766851279 + - 16.167694961757103 + - 17.910944866569196 + - 35.65454142736813 + - 42.69536102645215 + - 35.14572315012829 + - 39.3895814623328 + - 11.595935140003064 + - 8.566493530130417 + monthlyProductionToGridKwh: + - 1553.098927265685 + - 1546.0254791604991 + - 1376.271416829566 + - 1016.8770843243573 + - 742.4826548408545 + - 435.254413001572 + - 424.74715769882397 + - 508.6233763475252 + - 526.9913339020803 + - 977.5178546453793 + - 1136.6595218844138 + - 1608.7317770878708 + monthlyProductionToLoadEuro: + - 23.461164833005 + - 45.46856382646901 + - 23.478560746400692 + - 19.530509664215685 + - 13.386464182714592 + - 10.371637877762762 + - 8.253149178286316 + - 20.009802958266604 + - 13.208858794579918 + - 17.8974073562142 + - 12.69308663913296 + - 14.316740762741833 + monthlyProductionToLoadKwh: + - 101.23711923158577 + - 202.5156853692601 + - 111.85029571089153 + - 84.99974154789825 + - 60.798134936765386 + - 47.52571574146988 + - 37.3117574307122 + - 108.1748459213688 + - 64.09951894282565 + - 78.698 + - 54.15483182694367 + - 63.82 + nModules: 28.0 + paybackYears: 20.54521623587875 + peakPowerKw: 10.64 + productionKwhYear: 12863.530773648346 + productionToGridEuroYear: 283.9833047153394 + productionToGridKwhYear: 11853.280996988628 + productionToGridPercent: 92.10803266596614 + productionToLoadEuroYear: 222.07594681978958 + productionToLoadKwhYear: 1015.1856466597212 + productionToLoadPercent: 7.891967334033866 + savingsEuroYear: 505.2692606181667 + tiltDegrees: 30.0 diff --git a/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power[agreed_scenario_data].expected b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power[agreed_scenario_data].expected new file mode 100644 index 0000000..90bc97e --- /dev/null +++ b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power[agreed_scenario_data].expected @@ -0,0 +1,165 @@ +snapshot: + areaM2: 1.87 + azimuthDegrees: + - 180 + - 0 + dailyLoadProfileKwh: + - 0.24 + - 0.235 + - 0.188 + - 0.119 + - 0.112 + - 0.111 + - 0.11 + - 0.11 + - 0.112 + - 0.128 + - 0.163 + - 0.164 + - 0.159 + - 0.169 + - 0.173 + - 0.184 + - 0.185 + - 0.176 + - 0.185 + - 0.201 + - 0.227 + - 0.297 + - 0.27 + - 0.242 + dailyProductionProfileKwh: + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.8733649097729941 + - 2.132785749209078 + - 3.2393951214401646 + - 4.064854211760346 + - 4.643752166543438 + - 4.885962038699223 + - 4.944434738588591 + - 4.108439767189539 + - 3.0657028896604603 + - 1.6406848235229639 + - 0.13573439695206235 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + installationCostEuro: 14805.56000075138 + loadByPeriodKwh: + p1: 803.794 + p2: 755.707 + p3: 1217.922 + loadFromGridKwhYear: 1767.1732233402788 + loadKwhYear: 2777.4230000000002 + monthlyGridToLoadEuro: + - 11.080136761780516 + - 29.40518102012361 + - 20.191962413173442 + - 16.23922766851279 + - 16.167694961757103 + - 17.910944866569196 + - 45.81946512595227 + - 74.44997846251641 + - 35.14572315012829 + - 39.3895814623328 + - 11.595935140003064 + - 8.566493530130417 + monthlyGridToLoadKwh: + - 67.97920076841423 + - 159.3047246307399 + - 120.84030428910847 + - 94.11315845210174 + - 90.13137506323461 + - 94.62390425853012 + - 242.5914725692878 + - 384.5171140786312 + - 179.62961105717434 + - 211.09217999999998 + - 67.95978817305632 + - 54.390390000000004 + monthlyProductionKwh: + - 616.297262268894 + - 590.6737228449059 + - 1055.7946846453792 + - 1190.4487337113574 + - 1672.2073670878708 + - 1654.0027464972707 + - 1748.1967545297591 + - 1487.7581125404574 + - 1101.4829258722555 + - 802.8242697776199 + - 482.3135087430419 + - 461.53068512953615 + monthlyProductionToGridEuro: + - 11.020658048788375 + - 29.40518102012361 + - 20.191962413173442 + - 16.23922766851279 + - 16.167694961757103 + - 17.910944866569196 + - 35.65454142736813 + - 42.69536102645215 + - 35.14572315012829 + - 39.3895814623328 + - 11.595935140003064 + - 8.566493530130417 + monthlyProductionToGridKwh: + - 1553.098927265685 + - 1546.0254791604991 + - 1376.271416829566 + - 1016.8770843243573 + - 742.4826548408545 + - 435.254413001572 + - 424.74715769882397 + - 508.6233763475252 + - 526.9913339020803 + - 977.5178546453793 + - 1136.6595218844138 + - 1608.7317770878708 + monthlyProductionToLoadEuro: + - 23.461164833005 + - 45.46856382646901 + - 23.478560746400692 + - 19.530509664215685 + - 13.386464182714592 + - 10.371637877762762 + - 8.253149178286316 + - 20.009802958266604 + - 13.208858794579918 + - 17.8974073562142 + - 12.69308663913296 + - 14.316740762741833 + monthlyProductionToLoadKwh: + - 101.23711923158577 + - 202.5156853692601 + - 111.85029571089153 + - 84.99974154789825 + - 60.798134936765386 + - 47.52571574146988 + - 37.3117574307122 + - 108.1748459213688 + - 64.09951894282565 + - 78.698 + - 54.15483182694367 + - 63.82 + nModules: 28.0 + paybackYears: 20.54521623587875 + peakPowerKw: 10.64 + productionKwhYear: 12863.530773648346 + productionToGridEuroYear: 283.9833047153394 + productionToGridKwhYear: 11853.280996988628 + productionToGridPercent: 92.10803266596614 + productionToLoadEuroYear: 222.07594681978958 + productionToLoadKwhYear: 1015.1856466597212 + productionToLoadPercent: 7.891967334033866 + savingsEuroYear: 505.2692606181667 + tiltDegrees: 30.0 diff --git a/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power[unagreed_scenario_data].expected b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power[unagreed_scenario_data].expected new file mode 100644 index 0000000..90bc97e --- /dev/null +++ b/testdata/snapshots/heman.api.pvcalculator.pvcalculator_test.test__scenario_report__with_power[unagreed_scenario_data].expected @@ -0,0 +1,165 @@ +snapshot: + areaM2: 1.87 + azimuthDegrees: + - 180 + - 0 + dailyLoadProfileKwh: + - 0.24 + - 0.235 + - 0.188 + - 0.119 + - 0.112 + - 0.111 + - 0.11 + - 0.11 + - 0.112 + - 0.128 + - 0.163 + - 0.164 + - 0.159 + - 0.169 + - 0.173 + - 0.184 + - 0.185 + - 0.176 + - 0.185 + - 0.201 + - 0.227 + - 0.297 + - 0.27 + - 0.242 + dailyProductionProfileKwh: + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.8733649097729941 + - 2.132785749209078 + - 3.2393951214401646 + - 4.064854211760346 + - 4.643752166543438 + - 4.885962038699223 + - 4.944434738588591 + - 4.108439767189539 + - 3.0657028896604603 + - 1.6406848235229639 + - 0.13573439695206235 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + installationCostEuro: 14805.56000075138 + loadByPeriodKwh: + p1: 803.794 + p2: 755.707 + p3: 1217.922 + loadFromGridKwhYear: 1767.1732233402788 + loadKwhYear: 2777.4230000000002 + monthlyGridToLoadEuro: + - 11.080136761780516 + - 29.40518102012361 + - 20.191962413173442 + - 16.23922766851279 + - 16.167694961757103 + - 17.910944866569196 + - 45.81946512595227 + - 74.44997846251641 + - 35.14572315012829 + - 39.3895814623328 + - 11.595935140003064 + - 8.566493530130417 + monthlyGridToLoadKwh: + - 67.97920076841423 + - 159.3047246307399 + - 120.84030428910847 + - 94.11315845210174 + - 90.13137506323461 + - 94.62390425853012 + - 242.5914725692878 + - 384.5171140786312 + - 179.62961105717434 + - 211.09217999999998 + - 67.95978817305632 + - 54.390390000000004 + monthlyProductionKwh: + - 616.297262268894 + - 590.6737228449059 + - 1055.7946846453792 + - 1190.4487337113574 + - 1672.2073670878708 + - 1654.0027464972707 + - 1748.1967545297591 + - 1487.7581125404574 + - 1101.4829258722555 + - 802.8242697776199 + - 482.3135087430419 + - 461.53068512953615 + monthlyProductionToGridEuro: + - 11.020658048788375 + - 29.40518102012361 + - 20.191962413173442 + - 16.23922766851279 + - 16.167694961757103 + - 17.910944866569196 + - 35.65454142736813 + - 42.69536102645215 + - 35.14572315012829 + - 39.3895814623328 + - 11.595935140003064 + - 8.566493530130417 + monthlyProductionToGridKwh: + - 1553.098927265685 + - 1546.0254791604991 + - 1376.271416829566 + - 1016.8770843243573 + - 742.4826548408545 + - 435.254413001572 + - 424.74715769882397 + - 508.6233763475252 + - 526.9913339020803 + - 977.5178546453793 + - 1136.6595218844138 + - 1608.7317770878708 + monthlyProductionToLoadEuro: + - 23.461164833005 + - 45.46856382646901 + - 23.478560746400692 + - 19.530509664215685 + - 13.386464182714592 + - 10.371637877762762 + - 8.253149178286316 + - 20.009802958266604 + - 13.208858794579918 + - 17.8974073562142 + - 12.69308663913296 + - 14.316740762741833 + monthlyProductionToLoadKwh: + - 101.23711923158577 + - 202.5156853692601 + - 111.85029571089153 + - 84.99974154789825 + - 60.798134936765386 + - 47.52571574146988 + - 37.3117574307122 + - 108.1748459213688 + - 64.09951894282565 + - 78.698 + - 54.15483182694367 + - 63.82 + nModules: 28.0 + paybackYears: 20.54521623587875 + peakPowerKw: 10.64 + productionKwhYear: 12863.530773648346 + productionToGridEuroYear: 283.9833047153394 + productionToGridKwhYear: 11853.280996988628 + productionToGridPercent: 92.10803266596614 + productionToLoadEuroYear: 222.07594681978958 + productionToLoadKwhYear: 1015.1856466597212 + productionToLoadPercent: 7.891967334033866 + savingsEuroYear: 505.2692606181667 + tiltDegrees: 30.0