Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hpxml file has a start to reading in the performance data points (line 850ish) #143

Open
wants to merge 44 commits into
base: main
Choose a base branch
from

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    5018b49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a061d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e630a View commit details
    Browse the repository at this point in the history
  4. add input to edit occupancy

    mnblonsky committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ab8e3a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    f5967ee View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    d9d817f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f8ed6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d97da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53c13f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. updated gitignore for venv

    mnblonsky committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9491339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a17bec View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    deb8a73 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. updates for spa equipment

    mnblonsky committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4d0deda View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    18ede07 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. docs updates

    mnblonsky committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8b12a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f13d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    8ecbf02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47590c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    2b64b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f801309 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mnblonsky committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5f785c5 View commit details
    Browse the repository at this point in the history
  4. Add multi-speed parameters for HVAC in ResStock 2024 (NREL#130)

    Note:; this covers the ENERGY STAR and HIgh efficiency cold climate heat
    pump upgrades from ResStock 2024. For details, see:
    https://resstock.nrel.gov/datasets
    https://www.nrel.gov/docs/fy24osti/89600.pdf
    
    Addresses NREL#128
    
    - [x] Reference the issue your PR is fixing
    - [x] Assign at least 1 reviewer for your PR
    - [x] Test with run_dwelling.py or other script
    - [x] Update documentation as appropriate
    - [x] Update changelog as appropriate
    jmaguire1 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    094f8d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    b91e742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c0ecb View commit details
    Browse the repository at this point in the history
  3. new sample file with ERWH

    mnblonsky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b623bc3 View commit details
    Browse the repository at this point in the history
  4. minor fix in run_dwelling

    mnblonsky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    355cd53 View commit details
    Browse the repository at this point in the history
  5. minor script updates

    mnblonsky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    beb37e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bee50d View commit details
    Browse the repository at this point in the history
  7. updated changelog

    mnblonsky committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6b0c3dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a33493 View commit details
    Browse the repository at this point in the history
  9. OS-HPXML v1.7 (NREL#132)

    Various updates to accept HPXML files from OS-HPXML v1.7 (and therefore
    ResStock 3.2). Major changes and fixes:
    
    - Revised/renamed spa equipment
    - Fixed garage interior ceiling connections
    - Fixed issue with adjacent doors (e.g., for multi-family units,
    hallways)
    - PV model takes roof azimuth and tilt if not provided
    - Updated documentation
    
    A few things we haven't addressed yet (and probably won't until
    accepting OS-HPXML v1.8)
    
    - Cathedral ceilings
    
    - [x] Reference the issue your PR is fixing
    - [x] Assign at least 1 reviewer for your PR
    - [x] Test with run_dwelling.py or other script
    - [x] Update documentation as appropriate
    - [x] Update changelog as appropriate
    mnblonsky authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6c1d2b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    e17b904 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Added DSE=1 for Room AC (NREL#138)

    DSE is set to 1 for Room AC
    
    Fixes NREL#99
    
     
    - [x] Reference the issue your PR is fixing
    - [x] Assign at least 1 reviewer for your PR
    - [x] Test with run_dwelling.py or other script
    - [ ] Update documentation as appropriate
    - [ ] Update changelog as appropriate
    jmaguire1 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4cec4ba View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    18d5098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c6dd7 View commit details
    Browse the repository at this point in the history
  3. runs with hpxml.py

    kendallbaertlein committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e0c45bc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    8fac9f7 View commit details
    Browse the repository at this point in the history
  2. test hpxml file

    kendallbaertlein authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    340f53a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e80008 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fix test input file to be from ResStock, rather than OS-HPXML. OCHRE …

    …is expecting files generated by ResStock or BEopt, and there were some issues with HPXML files not worth the time to resolve.
    jmaguire1 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1754046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f3a86 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    9663f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8289b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. updated with (still not running) code for the interpolation/extrapola…

    …tion etc. of detailed performance data
    kendallbaertlein committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f28d867 View commit details
    Browse the repository at this point in the history