pollination-appendix-g-performance


Namepollination-appendix-g-performance JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/pollination/appendix-g-performance
SummaryRun an ASHRAE 90.1 Appendix G simulation and compute the Performance Cost Index (PCI) as well as LEED energy points.
upload_time2023-12-12 20:26:34
maintainerchris, ladybug-tools
docs_urlNone
authorpollination
requires_python
licensePolyForm Shield License 1.0.0, https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt
keywords honeybee energy ladybug-tools energyplus openstudio energy appendix-g-performance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Appendix G Performance

This recipe generates a baseline Honeybee Model from the input Model, which is
consistent with ASHRAE 90.1 Appendix G 2016 (and later), This includes adjusting
the geometry, constructions, lighting, HVAC, SHW, and removing any clearly-defined
energy conservation measures like daylight controls.

Note that all schedules are essentially unchanged in the baseline model, meaning
that additional post-processing of setpoints may be necessary to account for
energy conservation strategies like expanded comfort ranges, ceiling fans, and
personal thermal comfort devices. It may also be necessary to adjust hot water
loads loads in cases where low-flow fixtures are implemented.

After the creation of the baseline model, this recipe will simulate it in
EnergyPlus, performing 4 separate simulations in parallel for each of the 4
cardinal directions per the Appendix G specification. Alongside these baseline
simulations, the input Model will be simulated to get the energy performance
of the proposed building. At the end, all energy use results will be
post-processed along with the energy costs inputs to estimate the Appendix G
PCI. An additional computation will also be run to estimate the number of
LEED "Optimize Energy Performance" points for LEED v4.

The recipe outputs a file called `appendix_g_summary.json`, which contains the PCI
improvement for the latest versions of ASHRAE 90.1 in the format below:

```json
{
    "proposed_eui": 112.866,
    "proposed_energy": 3517144.444,
    "proposed_cost": 703428.89,
    "baseline_eui": 235.3,
    "baseline_energy": 7332474.306,
    "baseline_cost": 1214797.19,
    "pci_t_2016": 0.666,
    "pci_t_2019": 0.591,
    "pci_t_2022": 0.574,
    "pci": 0.579,
    "pci_improvement_2016": 13.055,
    "pci_improvement_2019": 2.0219,
    "pci_improvement_2022": -0.880
}
```

The recipe also outputs a file called `leed_summary.json`, which contains the
ASHRAE 90.1-2016 PCI for both cost and carbon (GHG) emissions in the format below:

```json
{
  "proposed_eui": 112.866,
  "proposed_cost": 703428.89,
  "proposed_carbon": 464263.067,
  "baseline_eui": 235.3,
  "baseline_cost": 1214797.19,
  "baseline_carbon": 1577657.766,
  "pci": 0.579,
  "pci_target": 0.666,
  "pci_improvement": 13.055,
  "carbon": 0.294,
  "carbon_target": 0.633,
  "carbon_improvement": 53.511,
  "leed_points": 9
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pollination/appendix-g-performance",
    "name": "pollination-appendix-g-performance",
    "maintainer": "chris, ladybug-tools",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "chris@ladybug.tools, info@ladybug.tools",
    "keywords": "honeybee,energy,ladybug-tools,energyplus,openstudio,energy,appendix-g-performance",
    "author": "pollination",
    "author_email": "info@ladybug.tools",
    "download_url": "https://files.pythonhosted.org/packages/6c/85/c25a3c80cd4094c347086f4ead80d76127da9816a4524729d072876cd185/pollination-appendix-g-performance-0.3.5.tar.gz",
    "platform": null,
    "description": "# Appendix G Performance\n\nThis recipe generates a baseline Honeybee Model from the input Model, which is\nconsistent with ASHRAE 90.1 Appendix G 2016 (and later), This includes adjusting\nthe geometry, constructions, lighting, HVAC, SHW, and removing any clearly-defined\nenergy conservation measures like daylight controls.\n\nNote that all schedules are essentially unchanged in the baseline model, meaning\nthat additional post-processing of setpoints may be necessary to account for\nenergy conservation strategies like expanded comfort ranges, ceiling fans, and\npersonal thermal comfort devices. It may also be necessary to adjust hot water\nloads loads in cases where low-flow fixtures are implemented.\n\nAfter the creation of the baseline model, this recipe will simulate it in\nEnergyPlus, performing 4 separate simulations in parallel for each of the 4\ncardinal directions per the Appendix G specification. Alongside these baseline\nsimulations, the input Model will be simulated to get the energy performance\nof the proposed building. At the end, all energy use results will be\npost-processed along with the energy costs inputs to estimate the Appendix G\nPCI. An additional computation will also be run to estimate the number of\nLEED \"Optimize Energy Performance\" points for LEED v4.\n\nThe recipe outputs a file called `appendix_g_summary.json`, which contains the PCI\nimprovement for the latest versions of ASHRAE 90.1 in the format below:\n\n```json\n{\n    \"proposed_eui\": 112.866,\n    \"proposed_energy\": 3517144.444,\n    \"proposed_cost\": 703428.89,\n    \"baseline_eui\": 235.3,\n    \"baseline_energy\": 7332474.306,\n    \"baseline_cost\": 1214797.19,\n    \"pci_t_2016\": 0.666,\n    \"pci_t_2019\": 0.591,\n    \"pci_t_2022\": 0.574,\n    \"pci\": 0.579,\n    \"pci_improvement_2016\": 13.055,\n    \"pci_improvement_2019\": 2.0219,\n    \"pci_improvement_2022\": -0.880\n}\n```\n\nThe recipe also outputs a file called `leed_summary.json`, which contains the\nASHRAE 90.1-2016 PCI for both cost and carbon (GHG) emissions in the format below:\n\n```json\n{\n  \"proposed_eui\": 112.866,\n  \"proposed_cost\": 703428.89,\n  \"proposed_carbon\": 464263.067,\n  \"baseline_eui\": 235.3,\n  \"baseline_cost\": 1214797.19,\n  \"baseline_carbon\": 1577657.766,\n  \"pci\": 0.579,\n  \"pci_target\": 0.666,\n  \"pci_improvement\": 13.055,\n  \"carbon\": 0.294,\n  \"carbon_target\": 0.633,\n  \"carbon_improvement\": 53.511,\n  \"leed_points\": 9\n}\n```\n",
    "bugtrack_url": null,
    "license": "PolyForm Shield License 1.0.0, https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt",
    "summary": "Run an ASHRAE 90.1 Appendix G simulation and compute the Performance Cost Index (PCI) as well as LEED energy points.",
    "version": "0.3.5",
    "project_urls": {
        "Homepage": "https://github.com/pollination/appendix-g-performance",
        "docker": "https://hub.docker.com/r/ladybugtools/honeybee-energy",
        "icon": "https://raw.githubusercontent.com/ladybug-tools/artwork/master/icons_components/honeybee/png/appendixg.png"
    },
    "split_keywords": [
        "honeybee",
        "energy",
        "ladybug-tools",
        "energyplus",
        "openstudio",
        "energy",
        "appendix-g-performance"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70c7a5e587e1426ff213d94b7fa69a5b6fd5b11e8fd8aab5beae3678f3f4e9f8",
                "md5": "68d6477961e51e85eb9af30e90b04994",
                "sha256": "fa55d3b8feea9fc71278b958bfdc6671340b6733cbe091fa37b7d8ed035b8933"
            },
            "downloads": -1,
            "filename": "pollination_appendix_g_performance-0.3.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68d6477961e51e85eb9af30e90b04994",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9261,
            "upload_time": "2023-12-12T20:26:33",
            "upload_time_iso_8601": "2023-12-12T20:26:33.054883Z",
            "url": "https://files.pythonhosted.org/packages/70/c7/a5e587e1426ff213d94b7fa69a5b6fd5b11e8fd8aab5beae3678f3f4e9f8/pollination_appendix_g_performance-0.3.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c85c25a3c80cd4094c347086f4ead80d76127da9816a4524729d072876cd185",
                "md5": "d363d00884b89cd8c39c53b12b6a1dc6",
                "sha256": "7a23fff7f4aa9482069b10f161803ea14440b17e99b029fc361aee0053ba7987"
            },
            "downloads": -1,
            "filename": "pollination-appendix-g-performance-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d363d00884b89cd8c39c53b12b6a1dc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10307,
            "upload_time": "2023-12-12T20:26:34",
            "upload_time_iso_8601": "2023-12-12T20:26:34.450601Z",
            "url": "https://files.pythonhosted.org/packages/6c/85/c25a3c80cd4094c347086f4ead80d76127da9816a4524729d072876cd185/pollination-appendix-g-performance-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 20:26:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pollination",
    "github_project": "appendix-g-performance",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pollination-appendix-g-performance"
}
        
Elapsed time: 0.15734s