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

Unable to use elements different than paragraphs in footnote bodies #1472

Open
joshuamzm opened this issue May 9, 2023 · 0 comments
Open
Labels
Bug A bug Needed: replication Bug replication is required

Comments

@joshuamzm
Copy link

Problem

Footnote bodies only support plain paragraphs, as provided in https://github.com/readthedocs/sphinx_rtd_theme/pull/1381/files#diff-2ad748ac9ebc515229907afab210e3bb370986d3db3a377f052ee5048dcc5b6cR341-R343.

Trying to use different format elements breaks the grid approach, content overflows and breaks the intended layout.

Is there a reason why there is only support for the p tag, and not all others (*)? Disclaimer though, I'm not an CSS expert.

There are doc sites using the old html4 styling with lists in footnotes (e.g. here).

Reproducible Project

Here's a footnote snippet with a multi-line body and a list element with two items.

  .. [#] ``action`` choices are "keep", "remove", or "adjust".

     - **"keep"** maintains existing cooling system as is, including load percentage. Using this action indicates that there are no changes to cooling at all. This action will override anything in ``adjust`` object.
     - **"remove"** indicates the existing cooling system is completely removed. New system(s) must cover 100% of load or specify ``coolLoadGapPercentage``. This action will override anything in ``adjust`` object.

Error Logs/Results

Format elements different than paragraphs overflow and break the grid layout. Here's how it shows lists in footnote bodies.

image

Expected Results

For the particular case of lists, I manually added the following CSS snippet and the end result looks fine.

Extra CSS snippet:

html.writer-html5 .rst-content aside.citation>ul.simple,
html.writer-html5 .rst-content aside.footnote>ul.simple,
html.writer-html5 .rst-content div.citation>ul.simple {
    grid-column-start:4;
    grid-column-end:5;
}

image

Environment Info

  • Python Version: 3.10.8
  • Sphinx Version: 7.0.0
  • RTD Theme Version: 1.2.0
@joshuamzm joshuamzm added Bug A bug Needed: replication Bug replication is required labels May 9, 2023
shorowit added a commit to NREL/OpenStudio-HPXML that referenced this issue Nov 7, 2023
joseph-robertson added a commit to NREL/resstock that referenced this issue Nov 8, 2023
…0c55f

319f860c55f Merge pull request #1543 from NREL/build-res-hpxml-doc-defaults
af0b8c67010 Merge pull request #1544 from NREL/docs_formatting
111190f2692 Fix a few typos.
7d0241f9626 Add dashes to the rest. [ci skip]
ee7c106c158 Test [ci skip]
d29c06dba79 Try unicode character to preserve dashes. [ci skip]
eef65300680 Use paragraphs in footnotes to work around readthedocs/sphinx_rtd_theme#1472
2cd420ca1ee Few more href updates.
445d7a40a43 Replace all measure descriptions with href.
6daa7ce3a56 Test [ci skip]
529975bb3ad Test [ci skip]
4b4903fdfed Test [ci skip]
1f8868465ee Test [ci skip]
356f1e743cf Test [ci skip]
eb328e35be3 Test [ci skip]
0605b62d893 Attempt to fix docs formatting, which changed in recent weeks. [ci skip]
a2fcdf2c809 Update readme erb to convert href to markdown.
1c6fd3dce40 Try an argument description with href.
3e68033aabe Merge pull request #1526 from NREL/ducted_mshp_sizing
31b63e97229 Latest results.
fae91e33231 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8bfc8c4eb32 Merge pull request #1541 from NREL/balance_workflow_tests
f16d845e89a Merge branch 'balance_workflow_tests' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
e44ad71caac Latest results.
46007f49b4d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
5aef27a6ae1 Merge pull request #1542 from NREL/fix_msgpack_hourly
0656b5a5211 🤦
e4788c4f5ab Update build measure argument descriptions with links to docs.
f4fcb5a921a Missed one update.
1e59ff5253f Fix use of hourly msgpack file. Hit this error in a BEopt test now that most of our end uses are derived from Output:Meters instead of Output:Variables.
3dd4cba484f Better balance the runtime across the two workflow CI jobs.
02207f7a83c Merge pull request #1540 from NREL/deprecation-msgs
b251c34b737 Adds error messages for all extension elements that have been moved/deprecated since v1.0, so that the input is not silently ignored. No need to do this for non-extension elements since the XSD Schema will report errors for these situations.
5889de415f7 Update unit tests.
0f813a83fe1 Hotfix for recirc energy when multiple water heaters.
51f9d2fde58 Merge pull request #1537 from NREL/ground_temperatures2
c45fa9de0fb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ground_temperatures2
6598ab6059d Merge pull request #1539 from NREL/fix_system_use
053e9130f24 Fix CI failures.
54280437497 Run update_measures.
fb2bf8fb803 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
4063887f5d0 Accept nearest station in xing lookup.
9d9ad3647d7 Add comment [ci skip]
1043ac2d1b9 Fix comment [ci skip]
2b0d89bf4ba Fix possible incorrect value for system use, bug introduced in #1456. Adds error-checking to prevent this going forward. Some other minor misc cleanup.
d4ed83b6688 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
54d28d2ce6b Skip deep ground temp calcs if no gshp.
b00bb924031 Add test for defaulting xing values.
3a783ad4a25 Respond to review.
23f6e542ea5 Latest results.
71ac84dff44 Merge branch 'master' into ground_temperatures2
98ace8d4ac0 Update the changelog. [ci skip]
9cd53e49d11 Merge pull request #1538 from NREL/misc_cleanup
e24568fd749 Latest results.
951dc933449 Misc cleanup.
092d4981415 Latest results.
3370a534320 Convert new csv to utf8.
cde1f9aaab2 Get the units right.
27148f692cf Missed a return.
533d2926d78 Update the changelog.
4a6174d571f Assign deep ground variables and use throughout.
1fbc7087565 Add deep temperature lookup based on xing model.
6c91ec33ac5 Revert shallow and deep ground temperature conflation.
4127a5dcb4a Merge pull request #1536 from NREL/split_workflow_tests
00b8d21b992 Remove old files. [ci skip]
fd88b9696ce Latest results.
004c05172b3 Fix CI failure
d2a87c7e3aa Update pull_request_template.md [ci skip]
ab259ce187a Split workflow tests, so they can be parallelized on the CI for faster turnaround time.
08087e56e1b Latest results.
91b20b687a1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8768fdd2d4f Latest results.
a890bb11c51 Merge branch 'ducted_mshp_sizing' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
db9528575ba Add airflow rates to CI artifact.
2b7363b3820 Latest results.
790b177584a Treat ducted MSHPs like ASHPs for equipment adjustments in sizing.

git-subtree-dir: resources/hpxml-measures
git-subtree-split: 319f860c55f4bc56a21a1c119a6c365a29169f2d
joseph-robertson added a commit to NREL/resstock that referenced this issue Nov 9, 2023
…101b8d7

03371101b8d7 Merge branch 'master' into watts-per-cfm-args
319f860c55f4 Merge pull request #1543 from NREL/build-res-hpxml-doc-defaults
af0b8c670105 Merge pull request #1544 from NREL/docs_formatting
111190f2692b Fix a few typos.
7d0241f96269 Add dashes to the rest. [ci skip]
ee7c106c1581 Test [ci skip]
d29c06dba79f Try unicode character to preserve dashes. [ci skip]
eef653006804 Use paragraphs in footnotes to work around readthedocs/sphinx_rtd_theme#1472
2cd420ca1ee4 Few more href updates.
445d7a40a434 Replace all measure descriptions with href.
6daa7ce3a560 Test [ci skip]
529975bb3ad3 Test [ci skip]
4b4903fdfed1 Test [ci skip]
1f8868465ee9 Test [ci skip]
356f1e743cfa Test [ci skip]
eb328e35be36 Test [ci skip]
0605b62d893b Attempt to fix docs formatting, which changed in recent weeks. [ci skip]
a2fcdf2c8096 Update readme erb to convert href to markdown.
1c6fd3dce40d Try an argument description with href.
3e68033aabe6 Merge pull request #1526 from NREL/ducted_mshp_sizing
31b63e97229a Latest results.
fae91e332319 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8bfc8c4eb327 Merge pull request #1541 from NREL/balance_workflow_tests
f16d845e89a3 Merge branch 'balance_workflow_tests' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
e44ad71caac7 Latest results.
46007f49b4db Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
5aef27a6ae10 Merge pull request #1542 from NREL/fix_msgpack_hourly
0656b5a5211f 🤦
e4788c4f5ab7 Update build measure argument descriptions with links to docs.
f4fcb5a921ab Missed one update.
1e59ff5253f5 Fix use of hourly msgpack file. Hit this error in a BEopt test now that most of our end uses are derived from Output:Meters instead of Output:Variables.
3dd4cba484f6 Better balance the runtime across the two workflow CI jobs.
02207f7a83c7 Merge pull request #1540 from NREL/deprecation-msgs
b251c34b737f Adds error messages for all extension elements that have been moved/deprecated since v1.0, so that the input is not silently ignored. No need to do this for non-extension elements since the XSD Schema will report errors for these situations.
5889de415f7c Update unit tests.
0f813a83fe1d Hotfix for recirc energy when multiple water heaters.
51f9d2fde585 Merge pull request #1537 from NREL/ground_temperatures2
c45fa9de0fb1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ground_temperatures2
6598ab6059d4 Merge pull request #1539 from NREL/fix_system_use
053e9130f24a Fix CI failures.
542804374975 Run update_measures.
fb2bf8fb8038 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
4063887f5d09 Accept nearest station in xing lookup.
9d9ad3647d76 Add comment [ci skip]
1043ac2d1b96 Fix comment [ci skip]
2b0d89bf4bae Fix possible incorrect value for system use, bug introduced in #1456. Adds error-checking to prevent this going forward. Some other minor misc cleanup.
d4ed83b66882 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
54d28d2ce6bf Skip deep ground temp calcs if no gshp.
b00bb9240310 Add test for defaulting xing values.
3a783ad4a25f Respond to review.
23f6e542ea5d Latest results.
71ac84dff44e Merge branch 'master' into ground_temperatures2
98ace8d4ac0e Update the changelog. [ci skip]
9cd53e49d11f Merge pull request #1538 from NREL/misc_cleanup
e24568fd749f Latest results.
951dc933449f Misc cleanup.
092d4981415d Latest results.
3370a534320b Convert new csv to utf8.
cde1f9aaab25 Get the units right.
27148f692cfc Missed a return.
533d2926d781 Update the changelog.
4a6174d571f5 Assign deep ground variables and use throughout.
1fbc7087565f Add deep temperature lookup based on xing model.
6c91ec33ac58 Revert shallow and deep ground temperature conflation.
4127a5dcb4a5 Merge pull request #1536 from NREL/split_workflow_tests
00b8d21b992f Remove old files. [ci skip]
fd88b9696ce4 Latest results.
004c05172b3c Fix CI failure
d2a87c7e3aa8 Update pull_request_template.md [ci skip]
ab259ce187a0 Split workflow tests, so they can be parallelized on the CI for faster turnaround time.
44b6e2730a22 Merge branch 'master' into watts-per-cfm-args
08087e56e1b1 Latest results.
91b20b687a12 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
c6f30fa3eeff Collapse new args into a single one since only a single air distribution system is supported.
41c6cee061cc Regenerate the BuildResHPXML readme file.
5af4e6167bcf Replace tasks.rb mods with hpxml_inputs.json updates.
f43e85faf8c3 Add optional blower fan efficiency args to BuildResHPXML.
8768fdd2d4f9 Latest results.
a890bb11c514 Merge branch 'ducted_mshp_sizing' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
db9528575ba6 Add airflow rates to CI artifact.
2b7363b3820e Latest results.
790b177584a8 Treat ducted MSHPs like ASHPs for equipment adjustments in sizing.

git-subtree-dir: resources/hpxml-measures
git-subtree-split: 03371101b8d70c2955b7cef91cb7abc4ad2c7fca
shorowit added a commit to NREL/OpenStudio-ERI that referenced this issue Nov 14, 2023
2022425e5e Merge pull request #1527 from NREL/1_and_2_speed_hvac_regressions
d5d589b4d6 Latest results.
49691011f8 Fix conflict resolution.
af0388c962 Latest results.
ea1e7f021d Update Changelog.md [ci skip]
def58da859 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
d741ae7421 Merge pull request #1317 from NREL/heat_pump_detailed_performance
10f45058ec Latest results.
983a79ddbb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
87bfe1aeb9 Merge pull request #1552 from NREL/speedup_ci
1359e4509d Bugfix.
a226ff5081 Speed up measure tests for reporting measures.
6154439614 Small docs change. Moved building scope description into a new HPXML Building section. [ci skip]
da1d80e092 Merge pull request #1550 from NREL/whole_mf_timeseries_temperatures
10488e3ae5 Fix missing timeseries temperature outputs when running whole MF buildings. Add test.
22d9e4df6a Merge pull request #1548 from NREL/foundations_with_walls_only
6f6304820e Latest results.
3deebd8322 Update docs [ci skip]
483ffcbf4f Add test file.
d62712830c Allow above-grade basements/crawlspaces defined solely with Wall (not FoundationWall) elements.
319f860c55 Merge pull request #1543 from NREL/build-res-hpxml-doc-defaults
af0b8c6701 Merge pull request #1544 from NREL/docs_formatting
111190f269 Fix a few typos.
7d0241f962 Add dashes to the rest. [ci skip]
ee7c106c15 Test [ci skip]
d29c06dba7 Try unicode character to preserve dashes. [ci skip]
eef6530068 Use paragraphs in footnotes to work around readthedocs/sphinx_rtd_theme#1472
2cd420ca1e Few more href updates.
445d7a40a4 Replace all measure descriptions with href.
baccc92931 Latest results.
6daa7ce3a5 Test [ci skip]
529975bb3a Test [ci skip]
4b4903fdfe Test [ci skip]
1f8868465e Test [ci skip]
356f1e743c Test [ci skip]
eb328e35be Test [ci skip]
0605b62d89 Attempt to fix docs formatting, which changed in recent weeks. [ci skip]
b883767639 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
adc2d8fd3e Latest results.
a2fcdf2c80 Update readme erb to convert href to markdown.
1c6fd3dce4 Try an argument description with href.
455a0d719d Use sizing speed more places in hvac_sizing.rb. Update tests.
8c77d5930b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
3e68033aab Merge pull request #1526 from NREL/ducted_mshp_sizing
31b63e9722 Latest results.
fae91e3323 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8bfc8c4eb3 Merge pull request #1541 from NREL/balance_workflow_tests
f16d845e89 Merge branch 'balance_workflow_tests' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
e44ad71caa Latest results.
46007f49b4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
5aef27a6ae Merge pull request #1542 from NREL/fix_msgpack_hourly
0656b5a521 🤦
080a843adc Update tests and misc cleanup.
e4788c4f5a Update build measure argument descriptions with links to docs.
f4fcb5a921 Missed one update.
1e59ff5253 Fix use of hourly msgpack file. Hit this error in a BEopt test now that most of our end uses are derived from Output:Meters instead of Output:Variables.
3dd4cba484 Better balance the runtime across the two workflow CI jobs.
02207f7a83 Merge pull request #1540 from NREL/deprecation-msgs
b251c34b73 Adds error messages for all extension elements that have been moved/deprecated since v1.0, so that the input is not silently ignored. No need to do this for non-extension elements since the XSD Schema will report errors for these situations.
d9348692a1 Latest results.
218dba39a7 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5889de415f Update unit tests.
08087e56e1 Latest results.
91b20b687a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
933cf8ce1f CLean up changelog [ci skip]
bf81fc0b78 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
ebdd135e61 Latest results.
63caade040 Latest results.
416713c6ad Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
b55b4d78ec Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
939d869324 Latest results.
57c6489c3f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
aeb696f579 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a8a4c135a3 fan_speed_ratio and capacity ratio override
ecb5f33bb5 Latest results.
7448398a77 Revert change to MSHP rated fan power. Small tweak to max_cop_82 for ductless systems.
0d6450ef1c Remove deprecated variable.
20534a4387 Latest results.
a23d0d1a21 Small tweak.
2eb32c4d15 Replaces inverse calculations with regressions. Renames variables from EIR to COP.
8768fdd2d4 Latest results.
a890bb11c5 Merge branch 'ducted_mshp_sizing' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
db9528575b Add airflow rates to CI artifact.
3e23593344 Latest results.
2b7363b382 Latest results.
c7d71f7066 Bugfix.
790b177584 Treat ducted MSHPs like ASHPs for equipment adjustments in sizing.
609f2d3553 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e05e32269b Fix GSHP test failures and cleanup code.
bd656f94cc Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
766132a433 update_measures
9ece063a57 add nominal speed in sizing, restore get_sizing_speed
ed5b6f0395 Latest results.
89a7d03b2a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0c0cac417f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c65b59f5bd Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bf9f8fa1fd Get rid of additional_properties.num_speeds and other cleanup. No diffs expected.
ba2c6a687d Latest results.
40b5b96c12 Bugfix.
05fca76f0b Fix fan ratio calculation.
d92e6d0a81 Update unit tests to handle new sample files.
447b7e3bde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
247650e36d Fix rated fan power in net-to-gross calculation for cases not using detailed performance data. Create method for calculating fan power using fan power curve.
09c86473c8 Update unit test expected values.
5e2d440844 Latest results.
1e88e8a1e5 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c2df0d69e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c3988289cd Fix rated fan power in net-to-gross calculation.
dbdebba3e9 Latest results.
18b2784d94 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2f61112118 Latest results.
a544b0fdef Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1bd8bb72a7 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
22871b732d Set fixed rated W/cfm for ductless systems.
e4a8120485 Revert use of Table:Lookup for constant values. No diffs expected.
5809cacffe Latest results.
fa21b59b1b Use adaptive step size tol of 0.1; gives results very close to using 0.01 and had no discernible effect on runtime speed.
6ab4baa383 Latest results.
3bcc25dadf Latest results.
b2b89b8f2a Simplify HVACSizing.apply_hvac_fixed_capacities method and minor code cleanup. Diffs only expected for files with detailed performance data.
0eea8a06e1 Simplify/merge code related to capacity ratios; no diffs expected.
f89ba7f01e Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ab9f6ff2ee Expand sizing tests, and a little cleanup.
7b6da1096e Latest results.
7e98f95406 Update ductless max_cop_95 coefficients
6df3dea8b4 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
b506ceb846 Need to protect from negative lookup table values on the other end of the ODB range as well; found while modeling a NEEP product. No diffs expected.
30279ccd2d Latest results.
7d91061582 Use constant extrapolation
18a0ddc577 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c029939f0 cleanup for heating
48b9ae5a00 cleanups on hvac sizing
60c7876817 Latest results.
0f2c7adb0d bugfix
71f2b28a35 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2e03763de3 allow increase capacity for detailed performance data inputs
db4a5972aa Latest results.
ba031a0c1d Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4f5a98a82d Create range bounds for independent variables that prevent negative Table:Lookup values and add some error-checking to ensure we aren't creating Table:Lookup objects with negative values. Revert from Table:Lookup to curve objects for HVAC system types other than those using detailed performance data, given there are complexities/risks/performance considerations to using them.
64a4c9bd51 hvac sizing improvement for detailed performance data, some cleanups
227dfb3b37 Refactor similar code into a single interpolate_to_odb_table_point() method. No diffs expected.
3feb77d145 Latest results.
597060828b Always calculate capacity retention factor at 5F when detailed performance data provided.
acd24699a0 fix retention ci error
aa9efdd2c5 adaptive step size first cut
2b552f6f18 oops, forgot to delete dead codes
3b2300d013 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e21d6f201b hvac sizing heating retention adjustment and cleanup
88c7cf06c0 Oops.
152602f54c A little more cleanup.
1609f0a2f6 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7e65a8751c Misc code cleanup; no diffs expected.
3bd9239a3d Latest results.
122b55a7e4 Add dataSource="software" to defaulted performance data. Remove default heating 17F datapoints, not necessary.
a07ab12f8f Cleanup sample files; only need CompressorType="variable speed" for files with detailed performance data.
ca8f765c00 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d914a9a03d Latest results.
87a401538d Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
65f642ddce fix test for new default too
f9eba73549 update the cop vs hspf coefficients
8bde279f32 Latest results.
2e72647cee Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7a21680ce0 use compressor lockout temperature in table lookup
8274e22e74 Latest results.
09cb506a0b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4af6da1f2b change the heating rated condition
6051e80075 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
98ef4d3127 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
f6803ad243 Fix object names [ci skip]
dcc3f59c6f one bugfix for interpolating
f18a78d9c3 Latest results.
35d4abfb05 Latest results.
4355a1b08c Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1e1a68ea12 add iq+detailed performance data test file
e0c35ecfa1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2323edb5a6 Fix CI failure
d8201192c2 alternative fix for iq
18029c3467 Latest results.
7b4bfc7d13 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c47592293f Show heating capacity retention fraction in in.xml for variable-speed HPs w/o detailed performance data. Document new default for variable-speed HPs. Round capacities/COPs when defaulted in in.xml.
2aab954fbe add cooling capacity ratio from max to rated
9bc83c0a7f Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ce4c29c347 fix iq issue
5ab446dc0c Require CompressorType="variable speed" when providing detailed performance data (for now, at least).
2ebf00caa0 Latest results.
180bf1568d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e5a60524d6 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bdb6d8f9e8 update wall placement cop correlation
f346a3adcc Latest results.
6aa21d1f39 ignore shr warning for now, adjustment is small
4a7ebc84b5 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4541de0a94 Fix one CI failure
f50e6f92e1 fix unit tests for cfm/ton
5641df67ba This shouldn't be needed.
522140481a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
09b8bceedf change cfm/ton to be 400
4d11f610f9 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d5f7ce1d1 Allow CompressorType input for MSHPs/MSACs (though it has to be variable speed). Previously we just ignored the input, but now we will throw an error if a user tries to model a single/two stage mini-split.
f0683ee953 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd3f3df38d simplify constant table lookups
d0f20ae6de Removes HeatingCapacityRetention from HP sample files, since it is ignored. Also moves some sample files properties from tasks.rb to hpxml_inputs.json, so they go through the BuildResHPXML measure.
649eb8bed7 First pass on docs. Minor hvac.rb and EPvalidator.xml cleanup.
350cafabc8 Fix order of elements in docs.
e787345881 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d1f197b495 Latest results.
28bb9d36bf method name issue
48a9031f2c remove one comment
a2b189eabf Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
12135044d5 modify hvac sizing adjustment based on new approach, remove var speed system ft curves
63fdc9a63d Latest results.
c36a208e2f deprecate hspf and seer calculation methods for mshp
393752c864 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d04cfa248d fix unit test, add performance data unit test
e652831243 Latest results.
db9c77907f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
35a61e18a9 report user-entered rated capacity instead of maximum
7c88b12b0f fix air flow using rated capacity. Add rated capacity as required input for reporting
e65789c1b6 revert cfm/ton
74c4288ebf Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c443d6d82b fix the order issue, deprecate one more method, add some comments
be86579754 Add error-checking and tests for incomplete datapoint pairs.
46fff77511 more flexibility for detailed performance data specifications
5a38d9090e add cop from seer for centrally ducted system
663bfde977 change the method to ensure nonzero capacity for detailed performance data
8c6174957f enforce heat pump cooling and heating detailed performance data to be provided together, allow ac detailed performance data inputs
882ae0002a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
05238285e9 progress on cooling defaulting implementations
88e752cb78 Latest results.
981161065f add ac test files
bcbf0f02f4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
06280319d4 use HPXML constant instead of hardcoded string
955826cbf7 change tests too
7c20721c7b address comments
09eb9a539e Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e0312e7e01 fix test default for new defaulted capacity retention of var speed systems
36d044a175 Latest results.
c953e2cea4 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
82e48e955f fix unit test, handle capacity retention inputs for 1/2 speed systems, handle capacity net to gross conversion for all dx systems
b3286c4113 Latest results.
cd44b313e7 fix cooling only case
e9493c7124 fixed a few bugs related to 17F capacity and capacity retentions, added unit test for overriding these two inputs when user provides detailed performance data
c40dd0a0a0 remove top level capacities for detailed performance data test files
8a1034df4f moved the default neep data method call to be after hvac sizing call
05b2bd723b change user input capacity to be rated instead of maximum
f1eef4900b fix autosize error
5919424857 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ae08520663 small fix
011233a924 heating default methods added
2f01ebcfb0 remove unnecessary data structure
c0e0d8a853 put two fixme comments for hvac sizing
c6faa2dddd connect performance table for heating
98e5764b1f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
6239d9ee1c bugfixes
fad91b6d3d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
63b01994a1 connect to table lookup
3e6ae519a9 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ef1015600b progress
6b8be82e15 Latest results.
ed102a8ef5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8f116be452 A few refactors, add interpolation, add correction for indoor conditions
a65da73730 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5ec0d4ef56 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
173c3e04a6 added convert_net_to_gross method
2f3aad7f61 Latest results.
e0114e99d1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
9286bfcfd2 Latest results.
02ef16859a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8e4d8f883a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
752cb34df0 save progress: added clg/htg ap data structure to store neep inputs, added placeholder for methods
13cace3efe Latest results.
45d917f305 fix bicubic calculation coefficient order to be the same as E+ coefficient order
a273166c60 change variable range for boiler
79a4a8899d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7f1e6dc36d fix installation quality program and remove calc curve methods
fca5410f6b update hpxmls
06e249f812 optional parameter
55230694f3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a6ea560387 cleanup and more curve replacement
e4f24eace5 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
280ed3689d Latest results.
d93d8b929c Drop support for CapacityFractionOfNominal elements; lets keep things simple for the initial implementation.
ebe25380da Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
29d3ecaaa4 first cut for table lookup, not completed
88f279dc39 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
fdd18943a1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d93bc6ecf4 Latest results.
e66bd05b54 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
f8d72f4e58 Latest results.
01edbccc4b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
63f1cf7f75 Latest results.
d69dd9b41d update_measures
515b64deb3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c721e70c73 Comment [ci skip]
0f45b677a3 Latest results.
b4bf80cf6e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
44ed0dbc39 Bugfix.
41efcfd543 Bugfix.
9bf1fd0585 Add inputs to HPXML class and Schematron. Create sample files.

git-subtree-dir: hpxml-measures
git-subtree-split: 2022425e5ee467e1f5d37537f9d7ec0e55dbd9db
vtnate added a commit to urbanopt/urbanopt-example-geojson-project that referenced this issue Nov 20, 2023
…00fa6f..d741ae742

d741ae742 Merge pull request #1317 from NREL/heat_pump_detailed_performance
10f45058e Latest results.
983a79ddb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
87bfe1aeb Merge pull request #1552 from NREL/speedup_ci
1359e4509 Bugfix.
a226ff508 Speed up measure tests for reporting measures.
615443961 Small docs change. Moved building scope description into a new HPXML Building section. [ci skip]
da1d80e09 Merge pull request #1550 from NREL/whole_mf_timeseries_temperatures
10488e3ae Fix missing timeseries temperature outputs when running whole MF buildings. Add test.
22d9e4df6 Merge pull request #1548 from NREL/foundations_with_walls_only
6f6304820 Latest results.
3deebd832 Update docs [ci skip]
483ffcbf4 Add test file.
d62712830 Allow above-grade basements/crawlspaces defined solely with Wall (not FoundationWall) elements.
319f860c5 Merge pull request #1543 from NREL/build-res-hpxml-doc-defaults
af0b8c670 Merge pull request #1544 from NREL/docs_formatting
111190f26 Fix a few typos.
7d0241f96 Add dashes to the rest. [ci skip]
ee7c106c1 Test [ci skip]
d29c06dba Try unicode character to preserve dashes. [ci skip]
eef653006 Use paragraphs in footnotes to work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1472
2cd420ca1 Few more href updates.
445d7a40a Replace all measure descriptions with href.
6daa7ce3a Test [ci skip]
529975bb3 Test [ci skip]
4b4903fdf Test [ci skip]
1f8868465 Test [ci skip]
356f1e743 Test [ci skip]
eb328e35b Test [ci skip]
0605b62d8 Attempt to fix docs formatting, which changed in recent weeks. [ci skip]
adc2d8fd3 Latest results.
a2fcdf2c8 Update readme erb to convert href to markdown.
1c6fd3dce Try an argument description with href.
455a0d719 Use sizing speed more places in hvac_sizing.rb. Update tests.
8c77d5930 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
3e68033aa Merge pull request #1526 from NREL/ducted_mshp_sizing
31b63e972 Latest results.
fae91e332 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8bfc8c4eb Merge pull request #1541 from NREL/balance_workflow_tests
f16d845e8 Merge branch 'balance_workflow_tests' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
e44ad71ca Latest results.
46007f49b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
5aef27a6a Merge pull request #1542 from NREL/fix_msgpack_hourly
0656b5a52 :facepalm:
080a843ad Update tests and misc cleanup.
e4788c4f5 Update build measure argument descriptions with links to docs.
f4fcb5a92 Missed one update.
1e59ff525 Fix use of hourly msgpack file. Hit this error in a BEopt test now that most of our end uses are derived from Output:Meters instead of Output:Variables.
3dd4cba48 Better balance the runtime across the two workflow CI jobs.
02207f7a8 Merge pull request #1540 from NREL/deprecation-msgs
b251c34b7 Adds error messages for all extension elements that have been moved/deprecated since v1.0, so that the input is not silently ignored. No need to do this for non-extension elements since the XSD Schema will report errors for these situations.
d9348692a Latest results.
218dba39a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5889de415 Update unit tests.
0f813a83f Hotfix for recirc energy when multiple water heaters.
51f9d2fde Merge pull request #1537 from NREL/ground_temperatures2
c45fa9de0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ground_temperatures2
6598ab605 Merge pull request #1539 from NREL/fix_system_use
053e9130f Fix CI failures.
542804374 Run update_measures.
fb2bf8fb8 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
4063887f5 Accept nearest station in xing lookup.
9d9ad3647 Add comment [ci skip]
1043ac2d1 Fix comment [ci skip]
2b0d89bf4 Fix possible incorrect value for system use, bug introduced in #1456. Adds error-checking to prevent this going forward. Some other minor misc cleanup.
d4ed83b66 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
54d28d2ce Skip deep ground temp calcs if no gshp.
b00bb9240 Add test for defaulting xing values.
3a783ad4a Respond to review.
23f6e542e Latest results.
71ac84dff Merge branch 'master' into ground_temperatures2
98ace8d4a Update the changelog. [ci skip]
9cd53e49d Merge pull request #1538 from NREL/misc_cleanup
e24568fd7 Latest results.
951dc9334 Misc cleanup.
092d49814 Latest results.
3370a5343 Convert new csv to utf8.
cde1f9aaa Get the units right.
27148f692 Missed a return.
533d2926d Update the changelog.
4a6174d57 Assign deep ground variables and use throughout.
1fbc70875 Add deep temperature lookup based on xing model.
6c91ec33a Revert shallow and deep ground temperature conflation.
4127a5dcb Merge pull request #1536 from NREL/split_workflow_tests
00b8d21b9 Remove old files. [ci skip]
fd88b9696 Latest results.
004c05172 Fix CI failure
d2a87c7e3 Update pull_request_template.md [ci skip]
ab259ce18 Split workflow tests, so they can be parallelized on the CI for faster turnaround time.
08087e56e Latest results.
91b20b687 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
63caade04 Latest results.
b55b4d78e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4d634565b Merge pull request #1456 from NREL/whole_sfa_mf_models_unit_multiplier
dd97163b1 Latest results.
cfcdcd8d3 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
61a41f2c9 Remove a few more unnecessary sample files.
6f33b34af Latest results.
0cb03bdb5 Fix CI.
939d86932 Latest results.
11c321e7a Don't write Building/Site element when not needed.
b159db6a6 Rename more sample files for clarity.
326d94727 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
1d6ffc2b2 Add base-multiple-mf-units.xml sample file. Rename base-multiple-buildings.xml to base-multiple-sfd-buildings.xml for clarity. Fix CI tests.
57c6489c3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
aeb696f57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a8a4c135a fan_speed_ratio and capacity ratio override
0227ed5e3 Latest results.
c646b8465 Address more FIXMEs, remove some more unnecessary sample files, speed up workflow tests (exclude real homes).
2c7185063 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4ed175e57 Address some more FIXMEs.
d3f54ab5f Remove some unnecessary sample files.
2ec7515e6 Latest results.
44976111e Fix mechvent preheat/precool test.
82faa225b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a1395a187 Latest results.
9272388f6 Backport bugfix.
8b9a9e28f Update expected test results
6471ae75c A couple bugfixes, lots of cleanup, docs/changelog updates.
cc37bc341 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a689e4661 Merge pull request #1532 from NREL/low_flow_fixtures
ca4fa0386 Latest results.
81ed09b8d Allow `WaterFixture/FlowRate` as an alternative to `LowFlow`; hot water credit is now calculated based on fraction of low flow fixtures.
ecb5f33bb Latest results.
7448398a7 Revert change to MSHP rated fan power. Small tweak to max_cop_82 for ductless systems.
0d6450ef1 Remove deprecated variable.
8768fdd2d Latest results.
a890bb11c Merge branch 'ducted_mshp_sizing' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
db9528575 Add airflow rates to CI artifact.
3e2359334 Latest results.
2b7363b38 Latest results.
c7d71f706 Bugfix.
790b17758 Treat ducted MSHPs like ASHPs for equipment adjustments in sizing.
609f2d355 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e05e32269 Fix GSHP test failures and cleanup code.
acf6f83af Merge pull request #1524 from NREL/mains_refactor
4650367c1 A little more cleanup.
1a21de4f9 Some refactor of the code related to mains water temperatures. Added unit tests. No diffs expected.
fe41f908b Merge pull request #1515 from NREL/hpxml-v4-rc2
6c7b95b33 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml-v4-rc2
1b7fdfada Update Changelog.md [ci skip]
e2d970c1d Merge pull request #1475 from NREL/ground_temperatures
3fa726c31 Latest results.
bd656f94c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
766132a43 update_measures
9ece063a5 add nominal speed in sizing, restore get_sizing_speed
dad3635b2 Some refactoring/code cleanup. Expand use of unit conversions.
8d481de9f Latest results.
144ababc1 Bugfix.
c2ee8992f Latest results.
1256d24ec Use the adjustment value for sizing bore length.
b98b24edd Merge branch 'master' into ground_temperatures
b0c5c382a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
5f73cd14b Merge pull request #1519 from NREL/measure_readmes
24e144863 Clarify measure outputs.
377e7dda4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into measure_readmes
ed5b6f039 Latest results.
89a7d03b2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd8a2ce30 Merge pull request #1510 from NREL/hvac_sizing_bugfixes
0c0cac417 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c65b59f5b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bf9f8fa1f Get rid of additional_properties.num_speeds and other cleanup. No diffs expected.
45e5c5beb Merge pull request #1512 from NREL/hvac_sizing_bugfixes_maxload_oversize_limits
d00a792b1 Latest results.
d58194f10 Improve HERS sizing methodology, add more tests.
d1d27255f Merge branch 'hvac_sizing_bugfixes_maxload_oversize_limits' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
3ebeee031 Re-enable asserts
491bb0de3 Latest results.
7d5751b8c Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
44711b0ec Latest results.
bda84481d Update CI job dependencies so that HVAC autosizing unit tests are always committed to the repo.
111c73ae5 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ba0bb787e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
0497a0d6a Merge pull request #1520 from NREL/expand_hvac_autosize_tests
ba2c6a687 Latest results.
71af4e9d9 Latest results.
40b5b96c1 Bugfix.
7a4b215a8 Temporarily disable checks
474936888 Expand coverage of unit tests to include Houston.
2ae3c3a01 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
33642d827 Expand coverage of unit tests to include Houston. [ci skip]
bd8f16dcc Update Changelog.md [ci skip]
05fca76f0 Fix fan ratio calculation.
d92e6d0a8 Update unit tests to handle new sample files.
b6d093383 Latest results.
447b7e3bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
247650e36 Fix rated fan power in net-to-gross calculation for cases not using detailed performance data. Create method for calculating fan power using fan power curve.
fd5c89d99 Fix names in CI artifact
86dd66803 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
506f8f9b0 Merge pull request #1476 from NREL/os370
39e4d015b Cleanup. [ci skip]
e55d56f25 Update Changelog.md [ci skip]
e9bcb8f21 Add measure README.mds. Automatically generated from README.md.erb templates when running openstudio tasks.rb update_measures.
6e68f8a73 Merge pull request #1175 from NREL/incident-solar-multiplier
7f731f1d1 Latest results.
9a0a3a96c Re-enable Windows CI test [ci skip]
6f3f80bc2 Update Changelog.md [ci skip]
3d6a1846d Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1cbbbefc7 Latest results.
2d225df62 Latest results.
d64e263b0 Merge branch 'master' into ground_temperatures
9fc35028b Run CI
7043d780b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
e988eefe9 Update changelog [ci skip]
71c532c15 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into os370
c5eb879f9 No longer need C++ component [ci skip]
568a20e8d Latest results.
4616c794d Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ff5e8c72f Latest results.
5d25dc9c5 Latest results.
aaecb6a73 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
db33a31f1 Latest results.
0aa37edc5 Latest results.
be05374c6 Merge pull request #1516 from NREL/update-rtd
b7236574f Fix RTD per https://blog.readthedocs.com/use-build-os-config/ [ci skip]
58c0c6ffe Latest results.
eb7ed2642 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f750074a6 Latest results.
d342da337 Merge pull request #1511 from NREL/backport_hvac_sizing_tests
5921fbc6b Latest results.
1ba8f887c Base borehole length on appropriate monthly ground temperatures.
7da24eb03 Set kusuda properties to maintain consistency with previous models.
e138fe529 Pull in HPXML v4-rc2.
437862244 When using the MaxLoad HP sizing methodology, the oversize limits for cooling should still apply.
fecb9ba3b When sizing ACs or HPs for cooling latent load, ensure equipment is not undersized for sensible load. Also applies airflow cfm/ton bounds more broadly.
6ffebe9ef Backport https://github.com/NREL/OpenStudio-HPXML/pull/1501 to the master branch.
09c86473c Update unit test expected values.
67dfaa7e5 HVAC sizing bugfix.
0e41aafe1 Latest results.
087655bbb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5e2d44084 Latest results.
1e88e8a1e Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c2df0d69 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c3988289c Fix rated fan power in net-to-gross calculation.
0fe28b004 Merge pull request #1503 from NREL/whole_bills
2e750ede8 Add the expand icon back into nav pane.
dbdebba3e Latest results.
61c4f64f8 Update the changelog. [ci skip]
18b2784d9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d3eb3c478 Comment about the ground temperature regression coefficients
6d833e251 Refactor a few things in bill measure.
d4b3f1ea2 Create a has_fuels method at hpxml level.
d7a214ed9 Remove random seed arg from tasks.
d4fae980c Remove local extra_files folder and update measure xml.
3a91f4924 Merge branch 'master' into ground_temperatures
6f5c45653 Merge pull request #1386 from NREL/gshp_fanpump_adjust
de3ccd8f7 Latest results.
babbf2ea6 Update Changelog.md
6b6724011 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
ac336d81a Nope, needs to be higher.
2e648144d Fix CI failure. Attempt to revert back to original unmet hours tolerances.
6ac480966 Merge branch 'whole_bills' of github.com:NREL/OpenStudio-HPXML into whole_bills
4c4fbf28f Look for bills in special multiple_buildings test.
0a4e92b90 Latest results.
3a080c064 Merge branch 'incident-solar-multiplier' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b216cc3a8 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b07b5ec37 Remove warning exceptions, update Changelog.md.
e61a17a1b Merge pull request #1504 from NREL/os370_pilot_ems
192783217 Latest results.
a4546922a Latest results.
0bd27fc11 Replace boiler pilot EMS program with new E+ 23.2 capability.
7c8d5b075 Collect, and move up, pv systems.
774745bed Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1a5804cd7 Latest results.
3e867a7d6 First try w/ CI tests
7388b40e9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
3a218edaf Update message in translator test file.
73b5a277b Add a test for throwing new warning.
b8e853a56 Initialize has_fuel hash.
f4ac28e27 Move has pv up.
c9b08a374 Check for pv across all buildings.
608ad9d11 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_bills
6fe715389 Latest results.
3d9a2b766 Latest results.
22546bad3 Merge pull request #1501 from NREL/hvac_sizing_tests
a3935eb14 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
648d796e8 Fix multiplying by number of units.
6eb7fc8dd Refactor schedule measure to operate on hpxml doc.
d35c39f3a First cut for support simple bill calcs for whole buildings.
3461e5393 Add multiple buildings sample file with bills.
c9b2c376d Use hpxml ctor error check on building_id.
c2d7cb9ce Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
060e044e9 Merge pull request #1433 from NREL/split-battery-losses
2655f9aea Update the changelog and docs. [ci skip]
fef592827 Latest results.
1e685c342 Merge branch 'master' into split-battery-losses
207443e18 Go with the exponent approach for splitting losses.
b6fd48e5c Latest results.
caa342429 Another try [ci skip]
76d97c6c2 Another try [ci skip]
3ef801f02 Another requirement? [ci skip]
a7bf56a81 Fix RTD
5acc16330 Be helpful and search additional locations (and be backwards compatible)
dd0aae67b Merge branch 'hvac_sizing_tests' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
e88db546d Update failing CI tests.
96513753b Latest results.
0dc595f19 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
f83826e68 First pass on replacing HVAC autosize simulations w/ unit tests (for speed reasons).
5c1899ed6 Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
499684499 Update build measure to check more on emissions scenarios.
5c6ea0711 Show bug by assigning emissions fuel units in base-sfd-header.xml.
a5dcd1a14 Latest results.
5389a6f38 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into split-battery-losses
055b52aed Merge pull request #1500 from NREL/epw_path_bugfix
7b19de7cd Need to check number of buildings here too. Pointed out by @joseph-robertson
d72dafae3 Clean up Location.get_epw_path method.
0215e468a Fix possible simulation error related to EPW path.
255fa708b Merge pull request #1457 from NREL/build_whole_sfa_mf_models_unit_multiplier
807e7465c Few review items.
3a8d55b55 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
3682e332f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
7edc02eaf Merge pull request #1489 from NREL/resilience_battery_losses
1237e529f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into resilience_battery_losses
fe46a5e09 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4ee7943a3 Latest results.
b63b0b8e6 Latest results.
da13ed33f Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
340080c2b Fix CI failure
0c8459b1d Bugfix.
e8084e0c1 Bugfix.
bad31f76d Bugfix.
4fc424efb Revert.
6ff05d831 Add error-messages around building features that are not supported. Re-enable more tests.
b97017bd5 Change a value for bad emissions scenario file.
72332831c Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0c7f5957c Allow emissions same name but different type.
2f6111211 Latest results.
a544b0fde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2b8df30eb These files now run [ci skip]
015b67471 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5bd862270 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4902b2839 Update same emissions scenario name in sample file.
4ca78220e Another newly deprecated methods [ci skip]
ed024c39a Merge pull request #1491 from NREL/hpxml_v4_conditioned_space
3e857ce84 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
3fdd3ffd4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
bda795851 Switch from some newly deprecated methods [ci skip]
7f6a43b6e Update logic for catching header issues.
499fae757 Merge pull request #1490 from NREL/hpxml_v4
6bee34ee7 Possible merge conflict in tasks.rb.
17ce9978e Refactor error checking on hpxml header inputs.
f974b29c5 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4
6d171e75f Add warning for portable spas; move other warnings from ruby to schematron. Add tests.
436d5a5b3 Update measures
40ed081ff Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
777c46960 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e9f3c2c1f Latest results.
5205e1889 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
b101c77b6 Bugfix.
8a185d891 Latest results.
f1a03366f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
88f797203 Fix tests.
2934a76ab Latest results.
8c857a758 Latest results.
f2377cb0e Update project URL [ci skip]
cc8369bf2 Rename [ci skip]
9ec8f423f Automatically add issues to project board. [ci skip]
1c29c0f7f Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
4450d6fd7 Missed one file
9b4a761d7 Moves some elements from SoftwareInfo/extension to BuildingDetails/BuildingSummary/extension to allow variation across MF dwelling units.
7e85203ca Fix CI failure.
1606aa31c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a4280a1b0 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
e9f95ae0c Fix CI failures.
2d79faf67 First cut at errors for conflicting header or building inputs.
67c0e2efc First pass on using "conditioned space" instead of "living space"
8e40cee43 First pass on updating to official HPXML v4 schema.
a28777224 Clarify new argument and add more description.
27c8a79b1 Clarify test.
4fb3faf39 Merge branch 'build_whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into build_whole_sfa_mf_models_unit_multiplier
e8c49e0f8 Remove need for base-two-buildings files and call BuildResidentialScheduleFile once for each building unit.
0b604eb8f Revert comment. [ci skip]
c6fe8903f Merge pull request #1486 from NREL/dfhp_sizing_docs
c407654cd Clean up.
ec6519a38 Add comment about deleting extra SchedulesFilePath. [ci skip]
10170eb1c Regenerate both schedule files from new sample file.
becc012fc Actually add two buildings sample file with different detailed schedules.
f409f236a Update a few enclosure and weather tests.
7a9520667 Create a new sample file of two buildings having separate detailed schedules.
143583f80 Update changelog [ci skip]
5f8486ba5 Latest results.
d9d57f657 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
36c3b0837 Merge pull request #1478 from NREL/whole_sfa_mf_models_unit_multiplier_schedules
c49b1724e Merge branch 'ground_temperatures' of github.com:NREL/OpenStudio-HPXML into ground_temperatures
75e61c7ff Pull undisturbed adj into existing ground temp method.
09097cd83 Latest results.
c68cd4de4 Bugfix.
0504e7466 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier_schedules
aaabb6922 Remove obsolete code.
00a53dc1f Remove battery losses EMS output var and use other equipment object directly.
927ff665e Fix cases w/o batteries.
5eb2120a8 Latest results.
f12b1b4cf Fixes battery resilience output so that it includes battery losses.
4d5632e13 Undisturbed ground temps vary by TMY.
449e690b7 Latest results.
4b6e05d75 Few more updates for the deprecation.
998b658ea Deprecate hpxml header location of SchedulesFilePath.
98d91cf8a Respond to review comments.
2d3e5b12a Update validator and ruby error messages test.
693c7aa5f Update docs and epvalidator.
0d9d31410 Latest results.
59ef8d62a Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
9bcc9f75e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
6b099bad0 A little cleanup.
78e37b542 Document autosizing methodology for e.g. dual-fuel HPs.
816536fe0 Few fixes in build schedule file tests.
4d28cc0b0 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
d1dd11fb3 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
d8c2883bc Does this help?
1bbfaf6d7 Change split in charge and discharge inefficiencies.
d76e39f3b Probably won't help, but no need for these to be global vars
d10f149d2 More debugging
46fb2cf20 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
d4e9fc6e4 More debugging
c54d757fa Latest results.
c361087ba Revert to OS 3.6.1; trying tests w/o parallelization
601d0c9a2 Update for OS develop
a51d78e15 Resolve merge
0978d7dd4 Update for OS develop
af8081eda Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
696eef19e Try develop
c28a3a350 Merge pull request #1483 from NREL/misc-cleanup
ee18aabdc A little more debug
77bdf2d4c Debug
565a6f027 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f6f2ec452 Revert to full tests
fc8db4b92 Latest results.
c8a2b3a09 Improve stratified tank UA calc. Some refactoring of schedules to reduce global variables and avoid a ScheduleFiles::set_unit_model method.
cfcbf6bce Fix CI?
d4c2452d5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
9002ccd9a More progress on DHW. Stratified tank (non-HPWH) and solar test files now pass.
57b77b914 We shouldn't set a default value for an optional argument, as we want the OS-HPXML default (downstream) to be used.
1278ca1c0 Set idref to nil on cw and dw when wh is deleted.
6086d84d8 Remove unused array in build measure.
369eda63a Merge pull request #1480 from NREL/hpxml_sync
0a1ea17e9 Sync w/ hpxmlwg repo
5ce281714 Add error message
5180896ba Update `HPXML::has_fuel` method to work with multiple Buildings
50a2293b6 Latest results.
1a21f2e7b Some code cleanup/simplification.
32e5d6cb8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
f8082a6b2 Append in.schedules.csv int only for 2+ buildings.
336357923 Add error-checking if unique objects have different values across dwelling units.
7b84afccc Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
fced72357 Updates for schedules filepath backward compatibility.
3858f3940 Attempt to address meta_measure.rb FIXME
0ff590cc4 Carry building_id to schedule file measure in run_simulation.rb.
6b46d321b Updates for bldg header and schedule variation across units.
3612308b8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
966a5a699 Update schedules and validation test files.
11f5ffa33 Update expected warning
bbc25749e This FIXME has been addressed.
e9e7595c3 Provide a warning when NumberofUnits is greater than 1
04a9d186e Revert removal of the unit_model workaround.
74ad7beb6 Introduce new building_id argument and test it.
0e0978686 Updates to schedule file measure for multiple buildings.
3608f7ef7 Update build schedule file measure and tests.
039b9acc4 Regenerate all sample files with schedules filepath.
64df290a5 Update build measure to write building level schedules filepath.
bb6995a02 Create class for schedules filepath at building level.
fd50873bb Merge pull request #1477 from NREL/os370-vol
5433a306b Latest results.
23a7ee05d Try removing warning exemptions
ea3a1c356 Hardset space volume so we avoid autocalculating it.
307ec00d1 Skip a couple tests to get the CI happy
488d2fd3d Latest results.
4aac7fc52 Revert XMLValidator change
18df4d3c6 Try to get everything running on CI
00f9921e7 Oops.
0f8290224 Skip another warning for now.
179eb3a6a Latest results.
6986346f2 Address OS SDK change, exclude new warnings (for now)
5e218b5d1 Remove OS temp dir collision workaround
74578a8f1 Remove component load workaround
369b7b63e Bump to OS 3.7.0
fca555c83 Exclude file w/ battery.
1bd8bb72a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
22871b732 Set fixed rated W/cfm for ductless systems.
398a07922 Add timeseries test asserts for 1x vs 10x results.
d395572ae Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8e9a50696 Timeseries airflow outputs now work.
dbf8fbe02 Latest results.
9daa31e67 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8c4a1b039 Enable more test files.
61f1a57ff Latest results.
808381f76 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
bdbcddd1d Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6f32530cf Enable more test files.
379d9e765 Latest results.
f35211721 Fix CI error; this seems to be a better solution than the previous hack.
d64bf86a9 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4fd2701e4 Misc updates to docs.
70029045c Latest results.
81ebbc6f4 Address duct losses.
d9fc66acc Address GSHPs
e4a812048 Revert use of Table:Lookup for constant values. No diffs expected.
5809cacff Latest results.
fa21b59b1 Use adaptive step size tol of 0.1; gives results very close to using 0.01 and had no discernible effect on runtime speed.
a97a58c10 Latest results.
6ab4baa38 Latest results.
3bcc25dad Latest results.
1c2ef6dff Skip another battery file.
b2b89b8f2 Simplify HVACSizing.apply_hvac_fixed_capacities method and minor code cleanup. Diffs only expected for files with detailed performance data.
0eea8a06e Simplify/merge code related to capacity ratios; no diffs expected.
2c4f0ecab Fix CI failure
f89ba7f01 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ab9f6ff2e Expand sizing tests, and a little cleanup.
2109812b4 Update HPXMLs
34249402d Exclude batteries for now.
da32377dc Some code cleanup and minor bugfixes.
3a70bf497 Merge branch 'gshp_fanpump_adjust' into ground_temperatures
6e49026db Increase unit model shift to reduce possibility of shading
adc9580a5 Latest results.
21e906269 Latest results.
3a961906f Update expected cop values in gshp unit tests.
9195f5775 Add a weather test for checking all iecc zones.
0f05b4543 Add hvac_sizing call to get undisturbed ground temperature.
7c7096ac7 Add ground temperatures csv table.
6c42705d0 Add method for getting undisturbed ground temperature from table.
18f32ca6a Bugfix.
cfbf0c72b Merge branch 'master' into gshp_fanpump_adjust
22ed937b9 Avoid setting unique ids on the first building element.
7b6da1096 Latest results.
97b09ec62 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
686567ad5 Backport Joe's bugfix.
7e98f9540 Update ductless max_cop_95 coefficients
1bc97a113 Fix CI error.
8bb3af688 Latest results.
21c1d9f32 More advanced stress test. Rather than running the one HPXML Building with a 10x multiplier, we create two identical Buildings, each with a 5x multiplier.
e7014938c Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
0bb3503b4 Oops.
25b3d9ee4 Latest results.
581ff5022 Address unit multiplier for batteries.
867d244ae Fix merge.
6ed0c4330 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0dd6be8bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6df3dea8b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
b506ceb84 Need to protect from negative lookup table values on the other end of the ODB range as well; found while modeling a NEEP product. No diffs expected.
9123259c0 Merge branch 'master' into split-battery-losses
30279ccd2 Latest results.
7d9106158 Use constant extrapolation
18a0ddc57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c029939f cleanup for heating
48b9ae5a0 cleanups on hvac sizing
60c787681 Latest results.
0f2c7adb0 bugfix
71f2b28a3 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2e03763de allow increase capacity for detailed performance data inputs
db4a5972a Latest results.
ba031a0c1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4f5a98a82 Create range bounds for independent variables that prevent negative Table:Lookup values and add some error-checking to ensure we aren't creating Table:Lookup objects with negative values. Revert from Table:Lookup to curve objects for HVAC system types other than those using detailed performance data, given there are complexities/risks/performance considerations to using them.
64a4c9bd5 hvac sizing improvement for detailed performance data, some cleanups
227dfb3b3 Refactor similar code into a single interpolate_to_odb_table_point() method. No diffs expected.
3feb77d14 Latest results.
597060828 Always calculate capacity retention factor at 5F when detailed performance data provided.
acd24699a fix retention ci error
aa9efdd2c adaptive step size first cut
2b552f6f1 oops, forgot to delete dead codes
3b2300d01 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e21d6f201 hvac sizing heating retention adjustment and cleanup
0f80b93a4 Merge pull request #1467 from NREL/build-res-validation
4de9a0a6f Another remove.
7fb1dfc97 Remove checks for bad duct defaults.
8dbaf08de Merge branch 'master' into build-res-validation
88c7cf06c Oops.
152602f54 A little more cleanup.
1609f0a2f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7e65a8751 Misc code cleanup; no diffs expected.
3bd9239a3 Latest results.
122b55a7e Add dataSource="software" to defaulted performance data. Remove default heating 17F datapoints, not necessary.
7b8cd4df3 Update the changelog. [ci skip]
9b51701f0 Clean up test file.
bbffe1e00 Merge pull request #1466 from NREL/pandas-updates
a07ab12f8 Cleanup sample files; only need CompressorType="variable speed" for files with detailed performance data.
ca8f765c0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
80c9fcbf4 Merge pull request #1469 from NREL/better_warning_checks
d914a9a03 Latest results.
d0e8d048f Better warning checks.
87a401538 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
65f642ddc fix test for new default too
f9eba7354 update the cop vs hspf coefficients
8bde279f3 Latest results.
2e72647ce Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7a21680ce use compressor lockout temperature in table lookup
31931317b Catch errors for certain duct surface area arg combos.
8274e22e7 Latest results.
09cb506a0 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4af6da1f2 change the heating rated condition
6051e8007 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
98ef4d312 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
f6803ad24 Fix object names [ci skip]
dcc3f59c6 one bugfix for interpolating
1d968719b Add test for demonstrating invalid defaults.
213e50609 Must write defaulted hpxml_doc before validating.
8212560c9 Update apply_validation arg in build test file.
5429fbd50 Change behavior of apply_defaults and apply_validation.
f18a78d9c Latest results.
35d4abfb0 Latest results.
4355a1b08 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1e1a68ea1 add iq+detailed performance data test file
e0c35ecfa Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2323edb5a Fix CI failure
d8201192c alternative fix for iq
18029c346 Latest results.
7b4bfc7d1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c47592293 Show heating capacity retention fraction in in.xml for variable-speed HPs w/o detailed performance data. Document new default for variable-speed HPs. Round capacities/COPs when defaulted in in.xml.
26d0f04be Wrap pandas read_csv method to handle new version.
2aab954fb add cooling capacity ratio from max to rated
9bc83c0a7 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ce4c29c34 fix iq issue
5ab446dc0 Require CompressorType="variable speed" when providing detailed performance data (for now, at least).
2ebf00caa Latest results.
180bf1568 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e5a60524d Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bdb6d8f9e update wall placement cop correlation
a4072e756 Add extra build measure tests.
e96a47e70 Merge pull request #1463 from NREL/generic-locations
a735dcdf4 Fixes error message for attic_type. Also removes unnecessary local variables.
14c97553c Update the changelog. [ci skip]
f346a3adc Latest results.
6aa21d1f3 ignore shr warning for now, adjustment is small
4a7ebc84b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4541de0a9 Fix one CI failure
f50e6f92e fix unit tests for cfm/ton
5641df67b This shouldn't be needed.
36943966a Simplify the new methods into one.
522140481 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
09b8bceed change cfm/ton to be 400
4d11f610f Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d5f7ce1d Allow CompressorType input for MSHPs/MSACs (though it has to be variable speed). Previously we just ignored the input, but now we will throw an error if a user tries to model a single/two stage mini-split.
387217192 Merge branch 'generic-locations' of github.com:NREL/OpenStudio-HPXML into generic-locations
5ec271c86 Fix typo.
f0683ee95 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd3f3df38 simplify constant table lookups
d0f20ae6d Removes HeatingCapacityRetention from HP sample files, since it is ignored. Also moves some sample files properties from tasks.rb to hpxml_inputs.json, so they go through the BuildResHPXML measure.
ae6c4feb1 Latest results.
649eb8bed First pass on docs. Minor hvac.rb and EPvalidator.xml cleanup.
8d09f5207 Move tests over to build measure test file instead.
18878be10 Same for water heater and battery locations.
2351cdab9 Latest results.
350cafabc Fix order of elements in docs.
e78734588 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0b1a2e765 Add new sample files for additional duct location choices.
6d606b8fc Update duct location argument with new generic choices.
473692095 Add generic attic and crawlspace constants to hpxml resource file.
29f870e35 Address some FIXMEs. [ci skip]
b17729806 Latest results.
b9b3bc3ec Merge branch 'master' into split-battery-losses
d1f197b49 Latest results.
28bb9d36b method name issue
48a9031f2 remove one comment
a2b189eab Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
12135044d modify hvac sizing adjustment based on new approach, remove var speed system ft curves
63fdc9a63 Latest results.
c36a208e2 deprecate hspf and seer calculation methods for mshp
393752c86 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d04cfa248 fix unit test, add performance data unit test
e65283124 Latest results.
db9c77907 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
35a61e18a report user-entered rated capacity instead of maximum
7c88b12b0 fix air flow using rated capacity. Add rated capacity as required input for reporting
cfad443ab Merge pull request #1461 from NREL/hp_temps_error
807b1cd19 Bugfix.
db7b8cac3 Throw error if compressor/backup lockout temperatures are close to each other for HP w/ electric backup.
ecdfd3bde Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e65789c1b revert cfm/ton
74c4288eb Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c443d6d82 fix the order issue, deprecate one more method, add some comments
be8657975 Add error-checking and tests for incomplete datapoint pairs.
46fff7751 more flexibility for detailed performance data specifications
7823911ce Latest results.
af530fec3 Fix unit multiplier tests for PV, generators, and mech vent.
5a38d9090 add cop from seer for centrally ducted system
663bfde97 change the method to ensure nonzero capacity for detailed performance data
01b292fcc Latest results.
01b6e96fb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f1da02990 Add tests that compare results of sample files against the same sample files with a 10x unit multiplier. Fix unit multiplier for more building components.
8c6174957 enforce heat pump cooling and heating detailed performance data to be provided together, allow ac detailed performance data inputs
882ae0002 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
05238285e progress on cooling defaulting implementations
88e752cb7 Latest results.
981161065 add ac test files
bcbf0f02f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
06280319d use HPXML constant instead of hardcoded string
955826cbf change tests too
7c20721c7 address comments
704f0d148 Merge pull request #1455 from NREL/buildreshpxml_duct_fractions
129f367c9 Need to ignore shading_id attrs.
ff3aed825 Remove debug line.
b0430c9f7 Validate files created in build measure tests.
8c95d15f6 Handle all buildings from workflow tests.
8ceda701c Set unit_model on schedules_file instance.
692f9aeed Avoid hardset of site id and shading ids.
50b4970af Remove clothes dryer from first building in sample file.
09eb9a539 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2590ba7ad Try multiple buildings with detailed schedules.
e0312e7e0 fix test default for new defaulted capacity retention of var speed systems
989255809 Avoid duplicating bill scenarios.
d05086b64 Make SiteID variable to avoid overwriting it.
ec313d7fb Update sample files.
9cd85ce62 Update build measure to add buildings to existing hpxml file.
36d044a17 Latest results.
c953e2cea Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
82e48e955 fix unit test, handle capacity retention inputs for 1/2 speed systems, handle capacity net to gross conversion for all dx systems
89732f2cb Small bugfix [ci skip]
d4af087d8 Update ReportSimulationOutput so that more outputs are for the whole MF building. Still need to fix and double-check some things.
0d61bd1a0 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
77c49d4ed Fix CI failure.
e347a970d Latest results.
93b757ce2 Update in.xml to reflect the entire HPXML file when using `-b ALL`. Let's see what breaks...
d6c8a73ec Fix a couple more tests.
88626d65d Fix lots of CI tests
3ca3daaf7 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f8616b21b First pass on expanding HPXML class to support multiple HPXML Building elements. Not everything works yet, but many things do.
16acfc6cf Latest results.
ef3e4c470 Bugfixes.
9501aef17 Fix possibility of missing tmains schedule. Fix boiler pump energy.
b3286c411 Latest results.
cd44b313e fix cooling only case
e9493c712 fixed a few bugs related to 17F capacity and capacity retentions, added unit test for overriding these two inputs when user provides detailed performance data
83da1fc48 Improve water heating and tank losses
c40dd0a0a remove top level capacities for detailed performance data test files
8a1034df4 moved the default neep data method call to be after hvac sizing call
05b2bd723 change user input capacity to be rated instead of maximum
f1eef4900 fix autosize error
712883a30 Merge bugfixes.
02905d38b Address heat pump backup.
591942485 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ae0852066 small fix
011233a92 heating default methods added
c731a179c Merge branch 'unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
efd774aac Clarify docs.
67e71f32f Prevent possible divide by zero error if duct area is zero (e.g., because the number of return registers are zero).
8622c1601 Update comments/changelog [ci skip]
77bbfa880 BuildResidentialHPXML measure: Allow duct area fractions (as an alternative to duct areas in ft^2).
c5ad64cde Fix CI failures.
b99c32cef Bugfix.
9b4f957fa Fix water heater EC adjustment and boiler pilot light.
4e7d16abe Progress on appliances, lighting, water heating, component loads. Fix cooling.
94d3b0b96 Update README.md [ci skip]
8b64ec6a7 Apply it to all thermal zones (probably doesn't matter for unconditioned zones, but matters for duct zones).
efe6d818e Step 1: Use E+ zone multiplier.
0534a62ff Fix CI error with a different hack.
2fe693ac9 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
2c1ffcb1c Fixes CI tests
1d41b521e Some runtime improvements.
f1839d162 Latest results.
b15d861d8 Prevent overeager EMS renaming related to 'foo' and 'foo_1'.
feb60267d Fix typo.
7b100bd1f Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
07f0ae43e Avoid using object names to infer the building feature. Other misc cleanup.
2f01ebcfb remove unnecessary data structure
ce90c7e52 Latest results.
f29e242ab Latest results.
a024f270c Bugfix for no ducts.
cf7820ed1 Bugfix for loads calculation when there are multiple duct zones.
019df591d Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
9ad2cbfa4 Fix unmet hours.
1879b8d2b Latest results.
09abfa44f Bugfix.
6399212aa Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
cbb8ff9be Bugfix.
b6fc15547 Merge pull request #1451 from NREL/minitest
e84462498 Address total loads, component loads, and unmet hours outputs for whole-building models.
aafae74fe Address minitest release change that causes CI errors
42363adc5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
73f5c6f80 Merge pull request #1449 from NREL/eia-2022
d4e00dbbf Update comment.
95e33500a Few minor updates.
c0e0d8a85 put two fixme comments for hvac sizing
4e8075b75 Latest results.
ef3da1442 Merge branch 'master' into eia-2022
6f1a6b578 Update the changelog.
791d06340 Updates for gas, oil, propane.
241b05c07 Merge pull request #1448 from NREL/buildreshpxml_cfa_served2
27b787769 Merge pull request #1447 from NREL/has-fuel-fix
02caf0a38 Update default test for new elec rate.
f1b18573e Update utility bill tests to fix elec rate.
2ae4b407f Point to new 2022 column in electricity csv.
3d7b47c53 Add updated electricity csv and link.
16b08a31b Latest results.
c6faa2ddd connect performance table for heating
1c5eddaba Implement solution.
3ee9ecfed Update hpxml inputs json with failing sample file.
8070cd0dc Hit expensive operation just once.
40c4b6a96 Update has_fuel method to catch gas fired pool and hot tub heaters.
22efeb879 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
feaad3e9d Port over unit geometry shifting.
834961bb3 Latest results.
fd5ca970e Fix CI tests, maybe.
6e8523fdb Bugfix; only process weather once for faster performance.
1cfeb80e2 First pass on being able to simulate whole SFA/MF buildings using code prototyped in URBANopt.
98e5764b1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0046eb678 Merge pull request #1445 from NREL/shorten_json_filename
89f1a99fa Add comment [ci skip]
e849b90ba Renames ReportUtilityBills test file so filepath is shorter.
6239d9ee1 bugfixes
6945e05bb Merge pull request #1442 from NREL/report_outputs
28b9f620c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into report_outputs
10f6880b3 Update Changelog.md
023485441 Add test.
fad91b6d3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d2a7c3ab Merge pull request #1441 from NREL/buildreshpxml_cfa_served
63b01994a connect to table lookup
290b12c0a Add outputs back into reporting measure.
3e6ae519a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ef1015600 progress
e56b1948f Latest results.
78bc6c366 Add test file to demonstrate fix.
43a992e6b Fix air distribution CFA served for central systems that don't serve 100% of the load.
4f093def6 Simplify fraction duct area docs [ci skip]
71daa5d21 Fix typo in docs. [ci skip]
e80ced871 Merge pull request #1439 from NREL/duct_lto_warning
159cb7bac Latest results.
6b8be82e1 Latest results.
df73641ca Bugfix.
ed102a8ef Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8f116be45 A few refactors, add interpolation, add correction for indoor conditions
b575f71ed Moves duct LtO warning from schematron to ruby measure, so that it can handle cases where the duct location is defaulted too.
fec823024 Merge pull request #1437 from NREL/peak_elec_annual_output
6ce4cac31 Latest results.
e3e3eedac Adds "Peak Electricity: Annual Total (W)" output.
733135a96 Oops.
3de7069d6 Merge pull request #1436 from NREL/space_heater
80a9dc867 Latest results.
6f85ab912 Replaces `PortableHeater` and `FixedHeater` with `SpaceHeater`.
f0ccd0d42 Latest results.
b7dffa88a Merge branch 'master' into split-battery-losses
037d48753 Add a sensor for discharge.
20e965eeb Merge pull request #1212 from NREL/batteries2-resilience
c4fb04316 Latest results.
d39b516a9 Minor tweaks to changelog, docs. [ci skip]
176ba83e3 Merge branch 'master' into batteries2-resilience
a65da7373 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5ec0d4ef5 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
173c3e04a added convert_net_to_gross method
1f113e818 Merge pull request #1431 from NREL/bugfix-cond-basement-full-slab-ins
9857a70be Latest results.
510a02215 Bugfix.
b3e69f1c5 Add test file that illustrates error.
f0402154a Minor updates to docs. [ci skip]
420eb2675 Skip resilience calcs based on include args.
9ab39d9b7 Further reduce duplicated code.
a9188d845 Add output test for monthly resilience.
40f047428 Simplify forcing monthly outputs.
324ddf237 Clean up in changelog, arg descs, docs.
dc64a8284 Update ReportSimulationOutput/measure.rb
df29e9c6e One more documentation update, suggested by Scott.
fc00a8a7f Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
1f712063b Update documentation
f9d741dce Latest results.
47a24358a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
2f3aad7f6 Latest results.
e0114e99d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1c6099208 Merge pull request #1426 from NREL/fix_sum_error
f986911f7 Latest results.
63b55fe33 Fixes possible "Electricity category end uses do not sum to total" error for a heat pump w/o backup.
eafe7187b Latest results.
1700de732 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
8eaad3696 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
823c299f9 Same result, but equations are simplified and more readable
36d725599 Merge pull request #1340 from NREL/mobile_home_belly_ducts
af2b74ba2 Need to remove it from here too.
402957ef5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
7e9f9b29d Update line endings
3eb69d2a1 Update line endings
ad466492a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
78c8d1dbe Add gitattributes to prevent HPXML EOL diffs
48d29e598 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
c429b1fca Latest results.
448c4c7c0 Merge branch 'master' into batteries2-resilience
0a519a7cc Merge pull request #1408 from NREL/build-res-sch-file-readme
a4e4ca1b3 Merge branch 'master' into build-res-sch-file-readme
9286bfcfd Latest results.
3e8347e49 Merge pull request #1420 from NREL/schedules_with_mixed_timesteps
02ef16859 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8e4d8f883 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
752cb34df save progress: added clg/htg ap data structure to store neep inputs, added placeholder for methods
52af200f7 Expand the original schedules hash.
f247eebde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
0b45c71ef Latest results.
0bedf67a0 Use the new adjustments, not the old ones. Oops.
95cbda0ee Merge pull request #1365 from NREL/monthly-bill-outputs
e3f9ab909 Latest results.
5a0dd75b9 Remove whitespace. [ci skip]
a9fd090c0 Try updated method with 3 unique schedule lengths.
4f7a10a6f Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
4182197f2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
13e10a4db Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
deb2c5e0e Merge pull request #1423 from NREL/hp_equal_lockout_temps
38edf06ae Latest results.
8465951f0 Latest results.
ec971eb70 Fixes error if heat pump `CompressorLockoutTemperature` == `BackupHeatingLockoutTemperature`.
4199ec71b removing unnecessary water heater in mobile home belly testing file
77f664ef9 Latest results.
7db0d5f1a Add sample file with outage and mixed schedules.
57a44a8f4 fixing water heater error messages in tests
66d5d6443 Update the changelog. [ci skip]
9b00b5a92 adding break for defaulting skirt present
b1cb896a3 no longer allow belly for water heater location
ed2121a4e updating docs for manufacture home belly in UnitLocation
d568fd099 Apply suggestions from code review
de1887882 Latest results.
5f9548df8 Set setpoint args to null in new sample file.
154b45476 Update export method to expand schedules with fewer elements.
ca1764845 Correctly handle not including annual bills file.
24ee417c9 Update remaining tests.
f55f603b9 Demonstrate error.
2bd761662 Refactor bill test file.
fd1ef0e01 Get only monthly values in run period.
dcb7cce56 Update the docs.
8a12ae9a4 Latest results.
5bf22a413 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
99676f08a Simplify run_simulation.rb by removing some rarely used options. [ci skip]
ab25d31ee Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
97a94432e Merge pull request #1403 from NREL/foundation_translation
3286f37c6 Latest results.
80cf2bc8a Update measure xml file.
6f5470638 Merge branch 'master' into build-res-sch-file-readme
bb7939512 Update test.
e09e31a0b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
ed91076b2 Merge pull request #1417 from NREL/lighting_kwh_multiplier_bugfix
1baf8cc39 Latest results.
4d529ae5b Bugfix.
5aa9394e7 Latest results.
84e4cb293 One more minor bugfix.
d8872d323 Fixes lighting multipliers not being applied when kWh/yr inputs are used.
3b51b5973 updating docs for AssemblyRValue of manufactured home belly
91e059687 removing commented out NoWind for ASHRAE 140 becasue it's being done elsewhere
c94a03640 updating changelog
2d32801ff Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
5b8c76dda Merge branch 'master' into monthly-bill-outputs
6bd47d9fe Merge branch 'master' into batteries2-resilience
12333b110 Merge pull request #1414 from NREL/heating_system_2
0ac7de4c9 Re-enable warning. [ci skip]
03d571f21 Updates to fan/pump adjustment. Now gives reasonable values, slightly different from the old adjustment. Still needs a little cleanup before review.
2f3bc9c1e Latest results.
2936f8c5a Remove fixme comment.
46de010fa Use msgpack meterdata for monthly timestamps.
a77f9a04d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
ba7d63c18 Remove debug stuff
103fe6eea Fix tests.
9f93842b8 Update tests for new monthly file format.
98c00b776 Round monthly results.
7d8502cff Write monthly bills to look like timeseries.
0ed9fd4fa Latest results.
b0a6d62c4 Apply rubocop.
bbcea368f Merge branch 'batteries2-resilience' of github.com:NREL/OpenStudio-HPXML into batteries2-resilience
4b122becf Add ems battery loss to crit_load.
d06930443 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
efda915e5 Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
d7cb726c5 moving floors over ambient back down to z=0 for ASHRAE 140 tests
054553281 Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
326307cef Some updates to resilience calculations, Joe is going to help me take battery losses out of the Electricity:Facility so I can wrap up testing. Thanks Joe!
6ed5ff552 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
59035cc33 Merge pull request #1415 from NREL/v170
84c729f12 Minor cleanup. [ci skip]
ce091d164 Merge branch 'v170' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
e6eab0a1c Prep for v1.7.0
ca2c03de1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
fedffb104 Latest results.
11542a1ad adding validation of manufactured home belly only on manufactured home building types
40e72b24a adding mobile home belly to water heater enums
38be4edda updating hpxml schema to add mobile home belly to UnitLocation
b97255638 Latest results.
ac559fd95 update xmls
3ed6d39dc update measure.xml
f88c04f4d Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
f798647d4 Latest results.
fb2fd345e Fix bugs related to hvac distribution assignment.
69937ba97 Add sample file for shared boiler with secondary fireplace.
f1ecdf84f Latest results.
8e7b8e485 Merging in some of the other checks from REopt: we weren't actually charging the battery off of PV if you're net generating in the prior implementation, and we should be.
13cace3ef Latest results.
45d917f30 fix bicubic calculation coefficient order to be the same as E+ coefficient order
44a23717a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
265c88f19 Moving to a size independent calculation
3b9f0fd87 Latest results.
fd20aec87 Try a return when batt_soc is not positive.
20fd0758e Merge branch 'master' into batteries2-resilience
223240d1f Update the readme in the resources folder for the build res sch file measure.
a273166c6 change variable range for boiler
79a4a8899 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7f1e6dc36 fix installation quality program and remove calc curve methods
f21ac6dae Latest results.
24d7f1105 Merge branch 'foundation_translation' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
6ce183979 Small bugfix for foundation wall design load calculation. Code cleanup.
30a4916f3 Latest results.
d0ae074d1 Collapse foundation walls that only differ by below-grade depth and calculate an effective below-grade depth. This can improve runtime for e.g. homes with walkout basements.
e2f4747a8 Latest results.
44095896b Use identical insulation properties across similar foundation walls in the two HPXML files. Small HVAC sizing improvement.
3899cc54b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
2cff2ae3e Merge pull request #1405 from NREL/foundation_hpxmls
a2d07f76b Latest results.
6c6279b24 Cleanup some HPXML files with respect to foundation inputs.
d560ac81e Latest results.
9fb058aa5 Fix CI test.
c02b5b45a Update HPXMLs, bugfix, and cleanup.
846dde37a Test monthly total across fuel types.
726b64048 PV credit to final month, and add monthly total across fuel types.
b766d90d6 Improve some of the real_homes HPXML files. Further simplify/refactor translation code.
220b81355 Merge branch 'master' into monthly-bill-outputs
145dda313 Merge branch 'foundation_translation' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
49b9f2f4c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
302603ffa Latest results.
3d161738e Merge branch 'master' into batteries2-resilience
fca5410f6 update hpxmls
06e249f81 optional parameter
55230694f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a6ea56038 cleanup and more curve replacement
e4f24eace Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
fd1834725 Latest results.
a6bc2d715 Latest results.
dce584039 No longer require Slab/DepthBelowGrade for certain foundation types. Some cleanup and additional tests.
6a05f7d0f Merge branch 'master' into monthly-bill-outputs
d79630236 Finished first pass
4b444e462 First pass on simple case (base.xml)
9964e09a5 Add unit tests.
53033487f Merge branch 'batteries2-resilience' of github.com:NREL/OpenStudio-HPXML into batteries2-resilience
39485542b Update output tests.
c385add00 Ensure a msgpack for extracting timestamps.
2616fef13 Latest results.
fd0c5be78 Update the docs.
6b68fdb07 Update the changelog.
ef05ac18b Move annual resilience outputs reporting down toward the end.
3a64f0f66 Latest results.
a770bbd2c Merge branch 'master' into batteries2-resilience
a8f4f2ee9 Set year to hpxml sim calendar year.
8d440e2f5 Fix for when not requesting resilience timeseries.
f04d1ddf2 Bit of converting duplicate code into a method.
b575f78be Merge branch 'batteries2-resilience' of github.com:NREL/OpenStudio-HPXML into batteries2-resilience
e1372800c Refactor to s…
joseph-robertson added a commit to urbanopt/urbanopt-example-geojson-project that referenced this issue Nov 28, 2023
…00fa6f..5b26ce2e9

5b26ce2e9 Merge pull request #1380 from NREL/schedule-file-rel-path
e36131b93 Update xml
2e37282b9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedule-file-rel-path
1478dc42e Merge pull request #1559 from NREL/fix-hybrid-spelling
0559c45bc Merge pull request #1560 from NREL/os370final
c96739014 Bump to final OS v3.7.0.
9a17f7665 Couple of places where hybrid is misspelled in the docs.
162ef4aa4 Merge branch 'master' into schedule-file-rel-path
8db786fe8 Merge pull request #1545 from NREL/os370rc2
b5f15f725 Fix updating of reporting measures
56d573155 Bump sha
da6303bce Update for upcoming rc3. [ci skip]
eb50907a1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370rc2
e9a227ea2 Merge pull request #1553 from NREL/var_spd_hp_bugfix
72c39ab5f Fix error if detailed performance data provided and some capacities are zero.
d861ab043 Fix docs formatting [ci skip]
2022425e5 Merge pull request #1527 from NREL/1_and_2_speed_hvac_regressions
d5d589b4d Latest results.
49691011f Fix conflict resolution.
af0388c96 Latest results.
ea1e7f021 Update Changelog.md [ci skip]
def58da85 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
d741ae742 Merge pull request #1317 from NREL/heat_pump_detailed_performance
10f45058e Latest results.
983a79ddb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
87bfe1aeb Merge pull request #1552 from NREL/speedup_ci
1359e4509 Bugfix.
a226ff508 Speed up measure tests for reporting measures.
615443961 Small docs change. Moved building scope description into a new HPXML Building section. [ci skip]
da1d80e09 Merge pull request #1550 from NREL/whole_mf_timeseries_temperatures
10488e3ae Fix missing timeseries temperature outputs when running whole MF buildings. Add test.
22d9e4df6 Merge pull request #1548 from NREL/foundations_with_walls_only
6f6304820 Latest results.
3deebd832 Update docs [ci skip]
483ffcbf4 Add test file.
d62712830 Allow above-grade basements/crawlspaces defined solely with Wall (not FoundationWall) elements.
496f2406d Fix CI failures.
64ba96c1f Bump to rc2.
516ab9046 Get config ready to point to develop.
8c8c6e4cc Merge branch 'master' into schedule-file-rel-path
319f860c5 Merge pull request #1543 from NREL/build-res-hpxml-doc-defaults
af0b8c670 Merge pull request #1544 from NREL/docs_formatting
111190f26 Fix a few typos.
7d0241f96 Add dashes to the rest. [ci skip]
ee7c106c1 Test [ci skip]
d29c06dba Try unicode character to preserve dashes. [ci skip]
eef653006 Use paragraphs in footnotes to work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1472
2cd420ca1 Few more href updates.
445d7a40a Replace all measure descriptions with href.
baccc9293 Latest results.
6daa7ce3a Test [ci skip]
529975bb3 Test [ci skip]
4b4903fdf Test [ci skip]
1f8868465 Test [ci skip]
356f1e743 Test [ci skip]
eb328e35b Test [ci skip]
0605b62d8 Attempt to fix docs formatting, which changed in recent weeks. [ci skip]
b88376763 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
adc2d8fd3 Latest results.
a2fcdf2c8 Update readme erb to convert href to markdown.
1c6fd3dce Try an argument description with href.
455a0d719 Use sizing speed more places in hvac_sizing.rb. Update tests.
8c77d5930 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
3e68033aa Merge pull request #1526 from NREL/ducted_mshp_sizing
31b63e972 Latest results.
fae91e332 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8bfc8c4eb Merge pull request #1541 from NREL/balance_workflow_tests
f16d845e8 Merge branch 'balance_workflow_tests' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
e44ad71ca Latest results.
46007f49b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
5aef27a6a Merge pull request #1542 from NREL/fix_msgpack_hourly
0656b5a52 :facepalm:
080a843ad Update tests and misc cleanup.
e4788c4f5 Update build measure argument descriptions with links to docs.
f4fcb5a92 Missed one update.
1e59ff525 Fix use of hourly msgpack file. Hit this error in a BEopt test now that most of our end uses are derived from Output:Meters instead of Output:Variables.
3dd4cba48 Better balance the runtime across the two workflow CI jobs.
02207f7a8 Merge pull request #1540 from NREL/deprecation-msgs
b251c34b7 Adds error messages for all extension elements that have been moved/deprecated since v1.0, so that the input is not silently ignored. No need to do this for non-extension elements since the XSD Schema will report errors for these situations.
d9348692a Latest results.
218dba39a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5889de415 Update unit tests.
0f813a83f Hotfix for recirc energy when multiple water heaters.
51f9d2fde Merge pull request #1537 from NREL/ground_temperatures2
c45fa9de0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ground_temperatures2
6598ab605 Merge pull request #1539 from NREL/fix_system_use
053e9130f Fix CI failures.
542804374 Run update_measures.
fb2bf8fb8 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
4063887f5 Accept nearest station in xing lookup.
9d9ad3647 Add comment [ci skip]
1043ac2d1 Fix comment [ci skip]
2b0d89bf4 Fix possible incorrect value for system use, bug introduced in #1456. Adds error-checking to prevent this going forward. Some other minor misc cleanup.
d4ed83b66 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
54d28d2ce Skip deep ground temp calcs if no gshp.
b00bb9240 Add test for defaulting xing values.
3a783ad4a Respond to review.
23f6e542e Latest results.
71ac84dff Merge branch 'master' into ground_temperatures2
98ace8d4a Update the changelog. [ci skip]
9cd53e49d Merge pull request #1538 from NREL/misc_cleanup
e24568fd7 Latest results.
951dc9334 Misc cleanup.
092d49814 Latest results.
3370a5343 Convert new csv to utf8.
cde1f9aaa Get the units right.
27148f692 Missed a return.
533d2926d Update the changelog.
4a6174d57 Assign deep ground variables and use throughout.
1fbc70875 Add deep temperature lookup based on xing model.
6c91ec33a Revert shallow and deep ground temperature conflation.
4127a5dcb Merge pull request #1536 from NREL/split_workflow_tests
00b8d21b9 Remove old files. [ci skip]
fd88b9696 Latest results.
004c05172 Fix CI failure
d2a87c7e3 Update pull_request_template.md [ci skip]
ab259ce18 Split workflow tests, so they can be parallelized on the CI for faster turnaround time.
c861f372f Update schedule file relative path setter name.
346a99bc6 Merge branch 'master' into schedule-file-rel-path
08087e56e Latest results.
91b20b687 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
933cf8ce1 CLean up changelog [ci skip]
bf81fc0b7 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
ebdd135e6 Latest results.
63caade04 Latest results.
416713c6a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
b55b4d78e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4d634565b Merge pull request #1456 from NREL/whole_sfa_mf_models_unit_multiplier
dd97163b1 Latest results.
cfcdcd8d3 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
61a41f2c9 Remove a few more unnecessary sample files.
6f33b34af Latest results.
0cb03bdb5 Fix CI.
939d86932 Latest results.
11c321e7a Don't write Building/Site element when not needed.
b159db6a6 Rename more sample files for clarity.
326d94727 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
1d6ffc2b2 Add base-multiple-mf-units.xml sample file. Rename base-multiple-buildings.xml to base-multiple-sfd-buildings.xml for clarity. Fix CI tests.
57c6489c3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
aeb696f57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a8a4c135a fan_speed_ratio and capacity ratio override
0227ed5e3 Latest results.
c646b8465 Address more FIXMEs, remove some more unnecessary sample files, speed up workflow tests (exclude real homes).
2c7185063 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4ed175e57 Address some more FIXMEs.
d3f54ab5f Remove some unnecessary sample files.
2ec7515e6 Latest results.
44976111e Fix mechvent preheat/precool test.
82faa225b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a1395a187 Latest results.
9272388f6 Backport bugfix.
8b9a9e28f Update expected test results
6471ae75c A couple bugfixes, lots of cleanup, docs/changelog updates.
cc37bc341 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a689e4661 Merge pull request #1532 from NREL/low_flow_fixtures
ca4fa0386 Latest results.
81ed09b8d Allow `WaterFixture/FlowRate` as an alternative to `LowFlow`; hot water credit is now calculated based on fraction of low flow fixtures.
ecb5f33bb Latest results.
7448398a7 Revert change to MSHP rated fan power. Small tweak to max_cop_82 for ductless systems.
0d6450ef1 Remove deprecated variable.
b7c93e44f Confirm new schedulefile setter does what we want.
355d8ed87 Add run folder to workflow json file paths so external file can find it.
e658bde70 Merge branch 'master' into schedule-file-rel-path
20534a438 Latest results.
a23d0d1a2 Small tweak.
2eb32c4d1 Replaces inverse calculations with regressions. Renames variables from EIR to COP.
8768fdd2d Latest results.
a890bb11c Merge branch 'ducted_mshp_sizing' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
db9528575 Add airflow rates to CI artifact.
3e2359334 Latest results.
2b7363b38 Latest results.
c7d71f706 Bugfix.
790b17758 Treat ducted MSHPs like ASHPs for equipment adjustments in sizing.
609f2d355 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e05e32269 Fix GSHP test failures and cleanup code.
acf6f83af Merge pull request #1524 from NREL/mains_refactor
4650367c1 A little more cleanup.
1a21de4f9 Some refactor of the code related to mains water temperatures. Added unit tests. No diffs expected.
fe41f908b Merge pull request #1515 from NREL/hpxml-v4-rc2
6c7b95b33 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml-v4-rc2
1b7fdfada Update Changelog.md [ci skip]
e2d970c1d Merge pull request #1475 from NREL/ground_temperatures
3fa726c31 Latest results.
bd656f94c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
766132a43 update_measures
9ece063a5 add nominal speed in sizing, restore get_sizing_speed
dad3635b2 Some refactoring/code cleanup. Expand use of unit conversions.
8d481de9f Latest results.
144ababc1 Bugfix.
c2ee8992f Latest results.
1256d24ec Use the adjustment value for sizing bore length.
b98b24edd Merge branch 'master' into ground_temperatures
b0c5c382a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
5f73cd14b Merge pull request #1519 from NREL/measure_readmes
24e144863 Clarify measure outputs.
377e7dda4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into measure_readmes
ed5b6f039 Latest results.
89a7d03b2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd8a2ce30 Merge pull request #1510 from NREL/hvac_sizing_bugfixes
0c0cac417 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c65b59f5b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bf9f8fa1f Get rid of additional_properties.num_speeds and other cleanup. No diffs expected.
45e5c5beb Merge pull request #1512 from NREL/hvac_sizing_bugfixes_maxload_oversize_limits
d00a792b1 Latest results.
d58194f10 Improve HERS sizing methodology, add more tests.
d1d27255f Merge branch 'hvac_sizing_bugfixes_maxload_oversize_limits' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
3ebeee031 Re-enable asserts
491bb0de3 Latest results.
7d5751b8c Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
44711b0ec Latest results.
bda84481d Update CI job dependencies so that HVAC autosizing unit tests are always committed to the repo.
111c73ae5 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ba0bb787e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
0497a0d6a Merge pull request #1520 from NREL/expand_hvac_autosize_tests
ba2c6a687 Latest results.
71af4e9d9 Latest results.
40b5b96c1 Bugfix.
7a4b215a8 Temporarily disable checks
474936888 Expand coverage of unit tests to include Houston.
2ae3c3a01 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
33642d827 Expand coverage of unit tests to include Houston. [ci skip]
bd8f16dcc Update Changelog.md [ci skip]
05fca76f0 Fix fan ratio calculation.
d92e6d0a8 Update unit tests to handle new sample files.
b6d093383 Latest results.
447b7e3bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
247650e36 Fix rated fan power in net-to-gross calculation for cases not using detailed performance data. Create method for calculating fan power using fan power curve.
fd5c89d99 Fix names in CI artifact
86dd66803 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
506f8f9b0 Merge pull request #1476 from NREL/os370
39e4d015b Cleanup. [ci skip]
e55d56f25 Update Changelog.md [ci skip]
e9bcb8f21 Add measure README.mds. Automatically generated from README.md.erb templates when running openstudio tasks.rb update_measures.
6e68f8a73 Merge pull request #1175 from NREL/incident-solar-multiplier
7f731f1d1 Latest results.
9a0a3a96c Re-enable Windows CI test [ci skip]
6f3f80bc2 Update Changelog.md [ci skip]
3d6a1846d Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1cbbbefc7 Latest results.
2d225df62 Latest results.
d64e263b0 Merge branch 'master' into ground_temperatures
9fc35028b Run CI
7043d780b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
e988eefe9 Update changelog [ci skip]
71c532c15 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into os370
c5eb879f9 No longer need C++ component [ci skip]
568a20e8d Latest results.
4616c794d Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ff5e8c72f Latest results.
5d25dc9c5 Latest results.
aaecb6a73 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
db33a31f1 Latest results.
0aa37edc5 Latest results.
be05374c6 Merge pull request #1516 from NREL/update-rtd
b7236574f Fix RTD per https://blog.readthedocs.com/use-build-os-config/ [ci skip]
58c0c6ffe Latest results.
eb7ed2642 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f750074a6 Latest results.
d342da337 Merge pull request #1511 from NREL/backport_hvac_sizing_tests
5921fbc6b Latest results.
1ba8f887c Base borehole length on appropriate monthly ground temperatures.
7da24eb03 Set kusuda properties to maintain consistency with previous models.
e138fe529 Pull in HPXML v4-rc2.
437862244 When using the MaxLoad HP sizing methodology, the oversize limits for cooling should still apply.
fecb9ba3b When sizing ACs or HPs for cooling latent load, ensure equipment is not undersized for sensible load. Also applies airflow cfm/ton bounds more broadly.
6ffebe9ef Backport https://github.com/NREL/OpenStudio-HPXML/pull/1501 to the master branch.
09c86473c Update unit test expected values.
67dfaa7e5 HVAC sizing bugfix.
0e41aafe1 Latest results.
087655bbb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5e2d44084 Latest results.
1e88e8a1e Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c2df0d69 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c3988289c Fix rated fan power in net-to-gross calculation.
0fe28b004 Merge pull request #1503 from NREL/whole_bills
2e750ede8 Add the expand icon back into nav pane.
dbdebba3e Latest results.
61c4f64f8 Update the changelog. [ci skip]
18b2784d9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d3eb3c478 Comment about the ground temperature regression coefficients
6d833e251 Refactor a few things in bill measure.
d4b3f1ea2 Create a has_fuels method at hpxml level.
d7a214ed9 Remove random seed arg from tasks.
d4fae980c Remove local extra_files folder and update measure xml.
3a91f4924 Merge branch 'master' into ground_temperatures
6f5c45653 Merge pull request #1386 from NREL/gshp_fanpump_adjust
de3ccd8f7 Latest results.
babbf2ea6 Update Changelog.md
6b6724011 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
ac336d81a Nope, needs to be higher.
2e648144d Fix CI failure. Attempt to revert back to original unmet hours tolerances.
6ac480966 Merge branch 'whole_bills' of github.com:NREL/OpenStudio-HPXML into whole_bills
4c4fbf28f Look for bills in special multiple_buildings test.
0a4e92b90 Latest results.
3a080c064 Merge branch 'incident-solar-multiplier' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b216cc3a8 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b07b5ec37 Remove warning exceptions, update Changelog.md.
e61a17a1b Merge pull request #1504 from NREL/os370_pilot_ems
192783217 Latest results.
a4546922a Latest results.
0bd27fc11 Replace boiler pilot EMS program with new E+ 23.2 capability.
7c8d5b075 Collect, and move up, pv systems.
774745bed Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1a5804cd7 Latest results.
3e867a7d6 First try w/ CI tests
7388b40e9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
3a218edaf Update message in translator test file.
73b5a277b Add a test for throwing new warning.
b8e853a56 Initialize has_fuel hash.
f4ac28e27 Move has pv up.
c9b08a374 Check for pv across all buildings.
608ad9d11 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_bills
6fe715389 Latest results.
3d9a2b766 Latest results.
22546bad3 Merge pull request #1501 from NREL/hvac_sizing_tests
a3935eb14 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
648d796e8 Fix multiplying by number of units.
6eb7fc8dd Refactor schedule measure to operate on hpxml doc.
d35c39f3a First cut for support simple bill calcs for whole buildings.
3461e5393 Add multiple buildings sample file with bills.
c9b2c376d Use hpxml ctor error check on building_id.
c2d7cb9ce Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
060e044e9 Merge pull request #1433 from NREL/split-battery-losses
2655f9aea Update the changelog and docs. [ci skip]
fef592827 Latest results.
1e685c342 Merge branch 'master' into split-battery-losses
207443e18 Go with the exponent approach for splitting losses.
b6fd48e5c Latest results.
caa342429 Another try [ci skip]
76d97c6c2 Another try [ci skip]
3ef801f02 Another requirement? [ci skip]
a7bf56a81 Fix RTD
5acc16330 Be helpful and search additional locations (and be backwards compatible)
dd0aae67b Merge branch 'hvac_sizing_tests' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
e88db546d Update failing CI tests.
96513753b Latest results.
0dc595f19 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
f83826e68 First pass on replacing HVAC autosize simulations w/ unit tests (for speed reasons).
5c1899ed6 Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
499684499 Update build measure to check more on emissions scenarios.
5c6ea0711 Show bug by assigning emissions fuel units in base-sfd-header.xml.
a5dcd1a14 Latest results.
5389a6f38 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into split-battery-losses
055b52aed Merge pull request #1500 from NREL/epw_path_bugfix
7b19de7cd Need to check number of buildings here too. Pointed out by @joseph-robertson
d72dafae3 Clean up Location.get_epw_path method.
0215e468a Fix possible simulation error related to EPW path.
255fa708b Merge pull request #1457 from NREL/build_whole_sfa_mf_models_unit_multiplier
807e7465c Few review items.
3a8d55b55 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
3682e332f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
7edc02eaf Merge pull request #1489 from NREL/resilience_battery_losses
1237e529f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into resilience_battery_losses
fe46a5e09 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4ee7943a3 Latest results.
b63b0b8e6 Latest results.
da13ed33f Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
340080c2b Fix CI failure
0c8459b1d Bugfix.
e8084e0c1 Bugfix.
bad31f76d Bugfix.
4fc424efb Revert.
6ff05d831 Add error-messages around building features that are not supported. Re-enable more tests.
b97017bd5 Change a value for bad emissions scenario file.
72332831c Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0c7f5957c Allow emissions same name but different type.
2f6111211 Latest results.
a544b0fde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2b8df30eb These files now run [ci skip]
015b67471 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5bd862270 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4902b2839 Update same emissions scenario name in sample file.
4ca78220e Another newly deprecated methods [ci skip]
ed024c39a Merge pull request #1491 from NREL/hpxml_v4_conditioned_space
3e857ce84 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
3fdd3ffd4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
bda795851 Switch from some newly deprecated methods [ci skip]
7f6a43b6e Update logic for catching header issues.
499fae757 Merge pull request #1490 from NREL/hpxml_v4
6bee34ee7 Possible merge conflict in tasks.rb.
17ce9978e Refactor error checking on hpxml header inputs.
f974b29c5 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4
6d171e75f Add warning for portable spas; move other warnings from ruby to schematron. Add tests.
436d5a5b3 Update measures
40ed081ff Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
777c46960 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e9f3c2c1f Latest results.
5205e1889 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
b101c77b6 Bugfix.
8a185d891 Latest results.
f1a03366f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
88f797203 Fix tests.
2934a76ab Latest results.
8c857a758 Latest results.
f2377cb0e Update project URL [ci skip]
cc8369bf2 Rename [ci skip]
9ec8f423f Automatically add issues to project board. [ci skip]
1c29c0f7f Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
4450d6fd7 Missed one file
9b4a761d7 Moves some elements from SoftwareInfo/extension to BuildingDetails/BuildingSummary/extension to allow variation across MF dwelling units.
7e85203ca Fix CI failure.
1606aa31c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a4280a1b0 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
e9f95ae0c Fix CI failures.
2d79faf67 First cut at errors for conflicting header or building inputs.
67c0e2efc First pass on using "conditioned space" instead of "living space"
8e40cee43 First pass on updating to official HPXML v4 schema.
a28777224 Clarify new argument and add more description.
27c8a79b1 Clarify test.
4fb3faf39 Merge branch 'build_whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into build_whole_sfa_mf_models_unit_multiplier
e8c49e0f8 Remove need for base-two-buildings files and call BuildResidentialScheduleFile once for each building unit.
0b604eb8f Revert comment. [ci skip]
c6fe8903f Merge pull request #1486 from NREL/dfhp_sizing_docs
c407654cd Clean up.
ec6519a38 Add comment about deleting extra SchedulesFilePath. [ci skip]
10170eb1c Regenerate both schedule files from new sample file.
becc012fc Actually add two buildings sample file with different detailed schedules.
f409f236a Update a few enclosure and weather tests.
7a9520667 Create a new sample file of two buildings having separate detailed schedules.
143583f80 Update changelog [ci skip]
5f8486ba5 Latest results.
d9d57f657 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
36c3b0837 Merge pull request #1478 from NREL/whole_sfa_mf_models_unit_multiplier_schedules
c49b1724e Merge branch 'ground_temperatures' of github.com:NREL/OpenStudio-HPXML into ground_temperatures
75e61c7ff Pull undisturbed adj into existing ground temp method.
09097cd83 Latest results.
c68cd4de4 Bugfix.
0504e7466 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier_schedules
aaabb6922 Remove obsolete code.
00a53dc1f Remove battery losses EMS output var and use other equipment object directly.
927ff665e Fix cases w/o batteries.
5eb2120a8 Latest results.
f12b1b4cf Fixes battery resilience output so that it includes battery losses.
4d5632e13 Undisturbed ground temps vary by TMY.
449e690b7 Latest results.
4b6e05d75 Few more updates for the deprecation.
998b658ea Deprecate hpxml header location of SchedulesFilePath.
98d91cf8a Respond to review comments.
2d3e5b12a Update validator and ruby error messages test.
693c7aa5f Update docs and epvalidator.
0d9d31410 Latest results.
59ef8d62a Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
9bcc9f75e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
6b099bad0 A little cleanup.
78e37b542 Document autosizing methodology for e.g. dual-fuel HPs.
816536fe0 Few fixes in build schedule file tests.
4d28cc0b0 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
d1dd11fb3 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
d8c2883bc Does this help?
1bbfaf6d7 Change split in charge and discharge inefficiencies.
d76e39f3b Probably won't help, but no need for these to be global vars
d10f149d2 More debugging
46fb2cf20 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
d4e9fc6e4 More debugging
c54d757fa Latest results.
c361087ba Revert to OS 3.6.1; trying tests w/o parallelization
601d0c9a2 Update for OS develop
a51d78e15 Resolve merge
0978d7dd4 Update for OS develop
af8081eda Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
696eef19e Try develop
c28a3a350 Merge pull request #1483 from NREL/misc-cleanup
ee18aabdc A little more debug
77bdf2d4c Debug
565a6f027 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f6f2ec452 Revert to full tests
fc8db4b92 Latest results.
c8a2b3a09 Improve stratified tank UA calc. Some refactoring of schedules to reduce global variables and avoid a ScheduleFiles::set_unit_model method.
cfcbf6bce Fix CI?
d4c2452d5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
9002ccd9a More progress on DHW. Stratified tank (non-HPWH) and solar test files now pass.
57b77b914 We shouldn't set a default value for an optional argument, as we want the OS-HPXML default (downstream) to be used.
1278ca1c0 Set idref to nil on cw and dw when wh is deleted.
6086d84d8 Remove unused array in build measure.
369eda63a Merge pull request #1480 from NREL/hpxml_sync
0a1ea17e9 Sync w/ hpxmlwg repo
5ce281714 Add error message
5180896ba Update `HPXML::has_fuel` method to work with multiple Buildings
50a2293b6 Latest results.
1a21f2e7b Some code cleanup/simplification.
32e5d6cb8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
f8082a6b2 Append in.schedules.csv int only for 2+ buildings.
336357923 Add error-checking if unique objects have different values across dwelling units.
7b84afccc Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
fced72357 Updates for schedules filepath backward compatibility.
3858f3940 Attempt to address meta_measure.rb FIXME
0ff590cc4 Carry building_id to schedule file measure in run_simulation.rb.
6b46d321b Updates for bldg header and schedule variation across units.
3612308b8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
966a5a699 Update schedules and validation test files.
11f5ffa33 Update expected warning
bbc25749e This FIXME has been addressed.
e9e7595c3 Provide a warning when NumberofUnits is greater than 1
04a9d186e Revert removal of the unit_model workaround.
74ad7beb6 Introduce new building_id argument and test it.
0e0978686 Updates to schedule file measure for multiple buildings.
3608f7ef7 Update build schedule file measure and tests.
039b9acc4 Regenerate all sample files with schedules filepath.
64df290a5 Update build measure to write building level schedules filepath.
bb6995a02 Create class for schedules filepath at building level.
fd50873bb Merge pull request #1477 from NREL/os370-vol
5433a306b Latest results.
23a7ee05d Try removing warning exemptions
ea3a1c356 Hardset space volume so we avoid autocalculating it.
307ec00d1 Skip a couple tests to get the CI happy
488d2fd3d Latest results.
4aac7fc52 Revert XMLValidator change
18df4d3c6 Try to get everything running on CI
00f9921e7 Oops.
0f8290224 Skip another warning for now.
179eb3a6a Latest results.
6986346f2 Address OS SDK change, exclude new warnings (for now)
5e218b5d1 Remove OS temp dir collision workaround
74578a8f1 Remove component load workaround
369b7b63e Bump to OS 3.7.0
fca555c83 Exclude file w/ battery.
1bd8bb72a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
22871b732 Set fixed rated W/cfm for ductless systems.
398a07922 Add timeseries test asserts for 1x vs 10x results.
d395572ae Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8e9a50696 Timeseries airflow outputs now work.
dbf8fbe02 Latest results.
9daa31e67 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8c4a1b039 Enable more test files.
61f1a57ff Latest results.
808381f76 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
bdbcddd1d Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6f32530cf Enable more test files.
379d9e765 Latest results.
f35211721 Fix CI error; this seems to be a better solution than the previous hack.
d64bf86a9 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4fd2701e4 Misc updates to docs.
70029045c Latest results.
81ebbc6f4 Address duct losses.
d9fc66acc Address GSHPs
e4a812048 Revert use of Table:Lookup for constant values. No diffs expected.
5809cacff Latest results.
fa21b59b1 Use adaptive step size tol of 0.1; gives results very close to using 0.01 and had no discernible effect on runtime speed.
a97a58c10 Latest results.
6ab4baa38 Latest results.
3bcc25dad Latest results.
1c2ef6dff Skip another battery file.
b2b89b8f2 Simplify HVACSizing.apply_hvac_fixed_capacities method and minor code cleanup. Diffs only expected for files with detailed performance data.
0eea8a06e Simplify/merge code related to capacity ratios; no diffs expected.
2c4f0ecab Fix CI failure
f89ba7f01 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ab9f6ff2e Expand sizing tests, and a little cleanup.
2109812b4 Update HPXMLs
34249402d Exclude batteries for now.
da32377dc Some code cleanup and minor bugfixes.
3a70bf497 Merge branch 'gshp_fanpump_adjust' into ground_temperatures
6e49026db Increase unit model shift to reduce possibility of shading
adc9580a5 Latest results.
21e906269 Latest results.
3a961906f Update expected cop values in gshp unit tests.
9195f5775 Add a weather test for checking all iecc zones.
0f05b4543 Add hvac_sizing call to get undisturbed ground temperature.
7c7096ac7 Add ground temperatures csv table.
6c42705d0 Add method for getting undisturbed ground temperature from table.
18f32ca6a Bugfix.
cfbf0c72b Merge branch 'master' into gshp_fanpump_adjust
22ed937b9 Avoid setting unique ids on the first building element.
7b6da1096 Latest results.
97b09ec62 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
686567ad5 Backport Joe's bugfix.
7e98f9540 Update ductless max_cop_95 coefficients
1bc97a113 Fix CI error.
8bb3af688 Latest results.
21c1d9f32 More advanced stress test. Rather than running the one HPXML Building with a 10x multiplier, we create two identical Buildings, each with a 5x multiplier.
e7014938c Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
0bb3503b4 Oops.
25b3d9ee4 Latest results.
581ff5022 Address unit multiplier for batteries.
867d244ae Fix merge.
6ed0c4330 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0dd6be8bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6df3dea8b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
b506ceb84 Need to protect from negative lookup table values on the other end of the ODB range as well; found while modeling a NEEP product. No diffs expected.
9123259c0 Merge branch 'master' into split-battery-losses
30279ccd2 Latest results.
7d9106158 Use constant extrapolation
18a0ddc57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c029939f cleanup for heating
48b9ae5a0 cleanups on hvac sizing
60c787681 Latest results.
0f2c7adb0 bugfix
71f2b28a3 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2e03763de allow increase capacity for detailed performance data inputs
db4a5972a Latest results.
ba031a0c1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4f5a98a82 Create range bounds for independent variables that prevent negative Table:Lookup values and add some error-checking to ensure we aren't creating Table:Lookup objects with negative values. Revert from Table:Lookup to curve objects for HVAC system types other than those using detailed performance data, given there are complexities/risks/performance considerations to using them.
64a4c9bd5 hvac sizing improvement for detailed performance data, some cleanups
227dfb3b3 Refactor similar code into a single interpolate_to_odb_table_point() method. No diffs expected.
3feb77d14 Latest results.
597060828 Always calculate capacity retention factor at 5F when detailed performance data provided.
acd24699a fix retention ci error
aa9efdd2c adaptive step size first cut
2b552f6f1 oops, forgot to delete dead codes
3b2300d01 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e21d6f201 hvac sizing heating retention adjustment and cleanup
0f80b93a4 Merge pull request #1467 from NREL/build-res-validation
4de9a0a6f Another remove.
7fb1dfc97 Remove checks for bad duct defaults.
8dbaf08de Merge branch 'master' into build-res-validation
88c7cf06c Oops.
152602f54 A little more cleanup.
1609f0a2f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7e65a8751 Misc code cleanup; no diffs expected.
3bd9239a3 Latest results.
122b55a7e Add dataSource="software" to defaulted performance data. Remove default heating 17F datapoints, not necessary.
7b8cd4df3 Update the changelog. [ci skip]
9b51701f0 Clean up test file.
bbffe1e00 Merge pull request #1466 from NREL/pandas-updates
a07ab12f8 Cleanup sample files; only need CompressorType="variable speed" for files with detailed performance data.
ca8f765c0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
80c9fcbf4 Merge pull request #1469 from NREL/better_warning_checks
d914a9a03 Latest results.
d0e8d048f Better warning checks.
87a401538 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
65f642ddc fix test for new default too
f9eba7354 update the cop vs hspf coefficients
8bde279f3 Latest results.
2e72647ce Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7a21680ce use compressor lockout temperature in table lookup
31931317b Catch errors for certain duct surface area arg combos.
8274e22e7 Latest results.
09cb506a0 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4af6da1f2 change the heating rated condition
6051e8007 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
98ef4d312 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
f6803ad24 Fix object names [ci skip]
dcc3f59c6 one bugfix for interpolating
1d968719b Add test for demonstrating invalid defaults.
213e50609 Must write defaulted hpxml_doc before validating.
8212560c9 Update apply_validation arg in build test file.
5429fbd50 Change behavior of apply_defaults and apply_validation.
f18a78d9c Latest results.
35d4abfb0 Latest results.
4355a1b08 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1e1a68ea1 add iq+detailed performance data test file
e0c35ecfa Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2323edb5a Fix CI failure
d8201192c alternative fix for iq
18029c346 Latest results.
7b4bfc7d1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c47592293 Show heating capacity retention fraction in in.xml for variable-speed HPs w/o detailed performance data. Document new default for variable-speed HPs. Round capacities/COPs when defaulted in in.xml.
26d0f04be Wrap pandas read_csv method to handle new version.
2aab954fb add cooling capacity ratio from max to rated
9bc83c0a7 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ce4c29c34 fix iq issue
5ab446dc0 Require CompressorType="variable speed" when providing detailed performance data (for now, at least).
2ebf00caa Latest results.
180bf1568 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e5a60524d Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bdb6d8f9e update wall placement cop correlation
a4072e756 Add extra build measure tests.
e96a47e70 Merge pull request #1463 from NREL/generic-locations
a735dcdf4 Fixes error message for attic_type. Also removes unnecessary local variables.
14c97553c Update the changelog. [ci skip]
f346a3adc Latest results.
6aa21d1f3 ignore shr warning for now, adjustment is small
4a7ebc84b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4541de0a9 Fix one CI failure
f50e6f92e fix unit tests for cfm/ton
5641df67b This shouldn't be needed.
36943966a Simplify the new methods into one.
522140481 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
09b8bceed change cfm/ton to be 400
4d11f610f Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d5f7ce1d Allow CompressorType input for MSHPs/MSACs (though it has to be variable speed). Previously we just ignored the input, but now we will throw an error if a user tries to model a single/two stage mini-split.
387217192 Merge branch 'generic-locations' of github.com:NREL/OpenStudio-HPXML into generic-locations
5ec271c86 Fix typo.
f0683ee95 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd3f3df38 simplify constant table lookups
d0f20ae6d Removes HeatingCapacityRetention from HP sample files, since it is ignored. Also moves some sample files properties from tasks.rb to hpxml_inputs.json, so they go through the BuildResHPXML measure.
ae6c4feb1 Latest results.
649eb8bed First pass on docs. Minor hvac.rb and EPvalidator.xml cleanup.
8d09f5207 Move tests over to build measure test file instead.
18878be10 Same for water heater and battery locations.
2351cdab9 Latest results.
350cafabc Fix order of elements in docs.
e78734588 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0b1a2e765 Add new sample files for additional duct location choices.
6d606b8fc Update duct location argument with new generic choices.
473692095 Add generic attic and crawlspace constants to hpxml resource file.
29f870e35 Address some FIXMEs. [ci skip]
b17729806 Latest results.
b9b3bc3ec Merge branch 'master' into split-battery-losses
d1f197b49 Latest results.
28bb9d36b method name issue
48a9031f2 remove one comment
a2b189eab Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
12135044d modify hvac sizing adjustment based on new approach, remove var speed system ft curves
63fdc9a63 Latest results.
c36a208e2 deprecate hspf and seer calculation methods for mshp
393752c86 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d04cfa248 fix unit test, add performance data unit test
e65283124 Latest results.
db9c77907 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
35a61e18a report user-entered rated capacity instead of maximum
7c88b12b0 fix air flow using rated capacity. Add rated capacity as required input for reporting
cfad443ab Merge pull request #1461 from NREL/hp_temps_error
807b1cd19 Bugfix.
db7b8cac3 Throw error if compressor/backup lockout temperatures are close to each other for HP w/ electric backup.
ecdfd3bde Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e65789c1b revert cfm/ton
74c4288eb Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c443d6d82 fix the order issue, deprecate one more method, add some comments
be8657975 Add error-checking and tests for incomplete datapoint pairs.
46fff7751 more flexibility for detailed performance data specifications
7823911ce Latest results.
af530fec3 Fix unit multiplier tests for PV, generators, and mech vent.
5a38d9090 add cop from seer for centrally ducted system
663bfde97 change the method to ensure nonzero capacity for detailed performance data
01b292fcc Latest results.
01b6e96fb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f1da02990 Add tests that compare results of sample files against the same sample files with a 10x unit multiplier. Fix unit multiplier for more building components.
8c6174957 enforce heat pump cooling and heating detailed performance data to be provided together, allow ac detailed performance data inputs
882ae0002 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
05238285e progress on cooling defaulting implementations
88e752cb7 Latest results.
981161065 add ac test files
bcbf0f02f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
06280319d use HPXML constant instead of hardcoded string
955826cbf change tests too
7c20721c7 address comments
704f0d148 Merge pull request #1455 from NREL/buildreshpxml_duct_fractions
129f367c9 Need to ignore shading_id attrs.
ff3aed825 Remove debug line.
b0430c9f7 Validate files created in build measure tests.
8c95d15f6 Handle all buildings from workflow tests.
8ceda701c Set unit_model on schedules_file instance.
692f9aeed Avoid hardset of site id and shading ids.
50b4970af Remove clothes dryer from first building in sample file.
09eb9a539 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2590ba7ad Try multiple buildings with detailed schedules.
e0312e7e0 fix test default for new defaulted capacity retention of var speed systems
989255809 Avoid duplicating bill scenarios.
d05086b64 Make SiteID variable to avoid overwriting it.
ec313d7fb Update sample files.
9cd85ce62 Update build measure to add buildings to existing hpxml file.
36d044a17 Latest results.
c953e2cea Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
82e48e955 fix unit test, handle capacity retention inputs for 1/2 speed systems, handle capacity net to gross conversion for all dx systems
89732f2cb Small bugfix [ci skip]
d4af087d8 Update ReportSimulationOutput so that more outputs are for the whole MF building. Still need to fix and double-check some things.
0d61bd1a0 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
77c49d4ed Fix CI failure.
e347a970d Latest results.
93b757ce2 Update in.xml to reflect the entire HPXML file when using `-b ALL`. Let's see what breaks...
d6c8a73ec Fix a couple more tests.
88626d65d Fix lots of CI tests
3ca3daaf7 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f8616b21b First pass on expanding HPXML class to support multiple HPXML Building elements. Not everything works yet, but many things do.
16acfc6cf Latest results.
ef3e4c470 Bugfixes.
9501aef17 Fix possibility of missing tmains schedule. Fix boiler pump energy.
b3286c411 Latest results.
cd44b313e fix cooling only case
e9493c712 fixed a few bugs related to 17F capacity and capacity retentions, added unit test for overriding these two inputs when user provides detailed performance data
83da1fc48 Improve water heating and tank losses
c40dd0a0a remove top level capacities for detailed performance data test files
8a1034df4 moved the default neep data method call to be after hvac sizing call
05b2bd723 change user input capacity to be rated instead of maximum
f1eef4900 fix autosize error
712883a30 Merge bugfixes.
02905d38b Address heat pump backup.
591942485 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ae0852066 small fix
011233a92 heating default methods added
c731a179c Merge branch 'unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
efd774aac Clarify docs.
67e71f32f Prevent possible divide by zero error if duct area is zero (e.g., because the number of return registers are zero).
8622c1601 Update comments/changelog [ci skip]
77bbfa880 BuildResidentialHPXML measure: Allow duct area fractions (as an alternative to duct areas in ft^2).
c5ad64cde Fix CI failures.
b99c32cef Bugfix.
9b4f957fa Fix water heater EC adjustment and boiler pilot light.
4e7d16abe Progress on appliances, lighting, water heating, component loads. Fix cooling.
94d3b0b96 Update README.md [ci skip]
8b64ec6a7 Apply it to all thermal zones (probably doesn't matter for unconditioned zones, but matters for duct zones).
efe6d818e Step 1: Use E+ zone multiplier.
0534a62ff Fix CI error with a different hack.
2fe693ac9 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
2c1ffcb1c Fixes CI tests
1d41b521e Some runtime improvements.
f1839d162 Latest results.
b15d861d8 Prevent overeager EMS renaming related to 'foo' and 'foo_1'.
feb60267d Fix typo.
7b100bd1f Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
07f0ae43e Avoid using object names to infer the building feature. Other misc cleanup.
2f01ebcfb remove unnecessary data structure
ce90c7e52 Latest results.
f29e242ab Latest results.
a024f270c Bugfix for no ducts.
cf7820ed1 Bugfix for loads calculation when there are multiple duct zones.
019df591d Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
9ad2cbfa4 Fix unmet hours.
1879b8d2b Latest results.
09abfa44f Bugfix.
6399212aa Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
cbb8ff9be Bugfix.
b6fc15547 Merge pull request #1451 from NREL/minitest
e84462498 Address total loads, component loads, and unmet hours outputs for whole-building models.
aafae74fe Address minitest release change that causes CI errors
42363adc5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
73f5c6f80 Merge pull request #1449 from NREL/eia-2022
d4e00dbbf Update comment.
95e33500a Few minor updates.
c0e0d8a85 put two fixme comments for hvac sizing
4e8075b75 Latest results.
ef3da1442 Merge branch 'master' into eia-2022
6f1a6b578 Update the changelog.
791d06340 Updates for gas, oil, propane.
241b05c07 Merge pull request #1448 from NREL/buildreshpxml_cfa_served2
27b787769 Merge pull request #1447 from NREL/has-fuel-fix
02caf0a38 Update default test for new elec rate.
f1b18573e Update utility bill tests to fix elec rate.
2ae4b407f Point to new 2022 column in electricity csv.
3d7b47c53 Add updated electricity csv and link.
16b08a31b Latest results.
c6faa2ddd connect performance table for heating
1c5eddaba Implement solution.
3ee9ecfed Update hpxml inputs json with failing sample file.
8070cd0dc Hit expensive operation just once.
40c4b6a96 Update has_fuel method to catch gas fired pool and hot tub heaters.
22efeb879 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
feaad3e9d Port over unit geometry shifting.
834961bb3 Latest results.
fd5ca970e Fix CI tests, maybe.
6e8523fdb Bugfix; only process weather once for faster performance.
1cfeb80e2 First pass on being able to simulate whole SFA/MF buildings using code prototyped in URBANopt.
98e5764b1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0046eb678 Merge pull request #1445 from NREL/shorten_json_filename
89f1a99fa Add comment [ci skip]
e849b90ba Renames ReportUtilityBills test file so filepath is shorter.
6239d9ee1 bugfixes
6945e05bb Merge pull request #1442 from NREL/report_outputs
28b9f620c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into report_outputs
10f6880b3 Update Changelog.md
023485441 Add test.
fad91b6d3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d2a7c3ab Merge pull request #1441 from NREL/buildreshpxml_cfa_served
63b01994a connect to table lookup
290b12c0a Add outputs back into reporting measure.
3e6ae519a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ef1015600 progress
e56b1948f Latest results.
78bc6c366 Add test file to demonstrate fix.
43a992e6b Fix air distribution CFA served for central systems that don't serve 100% of the load.
4f093def6 Simplify fraction duct area docs [ci skip]
71daa5d21 Fix typo in docs. [ci skip]
e80ced871 Merge pull request #1439 from NREL/duct_lto_warning
159cb7bac Latest results.
6b8be82e1 Latest results.
df73641ca Bugfix.
ed102a8ef Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8f116be45 A few refactors, add interpolation, add correction for indoor conditions
b575f71ed Moves duct LtO warning from schematron to ruby measure, so that it can handle cases where the duct location is defaulted too.
fec823024 Merge pull request #1437 from NREL/peak_elec_annual_output
6ce4cac31 Latest results.
e3e3eedac Adds "Peak Electricity: Annual Total (W)" output.
733135a96 Oops.
3de7069d6 Merge pull request #1436 from NREL/space_heater
80a9dc867 Latest results.
6f85ab912 Replaces `PortableHeater` and `FixedHeater` with `SpaceHeater`.
f0ccd0d42 Latest results.
b7dffa88a Merge branch 'master' into split-battery-losses
037d48753 Add a sensor for discharge.
20e965eeb Merge pull request #1212 from NREL/batteries2-resilience
c4fb04316 Latest results.
d39b516a9 Minor tweaks to changelog, docs. [ci skip]
176ba83e3 Merge branch 'master' into batteries2-resilience
a65da7373 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5ec0d4ef5 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
173c3e04a added convert_net_to_gross method
1f113e818 Merge pull request #1431 from NREL/bugfix-cond-basement-full-slab-ins
9857a70be Latest results.
510a02215 Bugfix.
b3e69f1c5 Add test file that illustrates error.
f0402154a Minor updates to docs. [ci skip]
420eb2675 Skip resilience calcs based on include args.
9ab39d9b7 Further reduce duplicated code.
a9188d845 Add output test for monthly resilience.
40f047428 Simplify forcing monthly outputs.
324ddf237 Clean up in changelog, arg descs, docs.
dc64a8284 Update ReportSimulationOutput/measure.rb
df29e9c6e One more documentation update, suggested by Scott.
fc00a8a7f Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
1f712063b Update documentation
f9d741dce Latest results.
47a24358a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
2f3aad7f6 Latest results.
e0114e99d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1c6099208 Merge pull request #1426 from NREL/fix_sum_error
f986911f7 Latest results.
63b55fe33 Fixes possible "Electricity category end uses do not sum to total" error for a heat pump w/o backup.
eafe7187b Latest results.
1700de732 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
8eaad3696 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
823c299f9 Same result, but equations are simplified and more readable
36d725599 Merge pull request #1340 from NREL/mobile_home_belly_ducts
af2b74ba2 Need to remove it from here too.
402957ef5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
7e9f9b29d Update line endings
3eb69d2a1 Update line endings
ad466492a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
78c8d1dbe Add gitattributes to prevent HPXML EOL diffs
48d29e598 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
c429b1fca Latest results.
448c4c7c0 Merge branch 'master' into batteries2-resilience
0a519a7cc Merge pull request #1408 from NREL/build-res-sch-file-readme
a4e4ca1b3 Merge branch 'master' into build-res-sch-file-readme
9286bfcfd Latest results.
3e8347e49 Merge pull request #1420 from NREL/schedules_with_mixed_timesteps
02ef16859 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8e4d8f883 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
752cb34df save progress: added clg/htg ap data structure to store neep inputs, added placeholder for methods
52af200f7 Expand the original schedules hash.
f247eebde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
0b45c71ef Latest results.
0bedf67a0 Use the new adjustments, not the old ones. Oops.
95cbda0ee Merge pull request #1365 from NREL/monthly-bill-outputs
e3f9ab909 Latest results.
5a0dd75b9 Remove whitespace. [ci skip]
a9fd090c0 Try updated method with 3 unique schedule lengths.
4f7a10a6f Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
4182197f2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
13e10a4db Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
deb2c5e0e Merge pull request #1423 from NREL/hp_equal_lockout_temps
38edf06ae Latest results.
8465951f0 Latest results.
ec971eb70 Fixes error if heat pump `CompressorLockoutTemperature` == `BackupHeatingLockoutTemperature`.
4199ec71b removing unnecessary water heater in mobile home belly testing file
77f664ef9 Latest results.
7db0d5f1a Add sample file with outage and mixed schedules.
57a44a8f4 fixing water heater error messages in tests
66d5d6443 Update the changelog. [ci skip]
9b00b5a92 adding break for defaulting skirt present
b1cb896a3 no longer allow belly for water heater location
ed2121a4e updating docs for manufacture home belly in UnitLocation
d568fd099 Apply suggestions from code review
de1887882 Latest results.
5f9548df8 Set setpoint args to null in new sample file.
154b45476 Update export method to expand schedules with fewer elements.
ca1764845 Correctly handle not including annual bills file.
24ee417c9 Update remaining tests.
f55f603b9 Demonstrate error.
2bd761662 Refactor bill test file.
fd1ef0e01 Get only monthly values in run period.
dcb7cce56 Update the docs.
8a12ae9a4 Latest results.
5bf22a413 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
99676f08a Simplify run_simulation.rb by removing some rarely used options. [ci skip]
ab25d31ee Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
97a94432e Merge pull request #1403 from NREL/foundation_translation
3286f37c6 Latest results.
80cf2bc8a Update measure xml file.
6f5470638 Merge branch 'master' into build-res-sch-file-readme
bb7939512 Update test.
e09e31a0b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
ed91076b2 Merge pull request #1417 from NREL/lighting_kwh_multiplier_bugfix
1baf8cc39 Latest results.
4d529ae5b Bugfix.
5aa9394e7 Latest results.
84e4cb293 One more minor bugfix.
d8872d323 Fixes lighting multipliers not being applied when kWh/yr inputs are used.
3b51b5973 updating docs for AssemblyRValue of manufactured home belly
91e059687 removing commented out NoWind for ASHRAE 140 becasue it's being done elsewhere
c94a03640 updating changelog
2d32801ff Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
5b8c76dda Merge branch 'master' into monthly-bill-outputs
6bd47d9fe Merge branch 'master' into batteries2-resilience
12333b110 Merge pull request #1414 from NREL/heating_system_2
0ac7de4c9 Re-enable warning. [ci skip]
03d571f21 Updates to fan/pump adjustment. Now gives reasonable values, slightly different from the old adjustment. Still needs a little cleanup before review.
2f3bc9c1e Latest results.
2936f8c5a Remove fixme comment.
46de010fa Use msgpack meterdata for monthly timestamps.
a77f9a04d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
ba7d63c18 Remove debug stuff
103fe6eea Fix tests.
9f93842b8 Update tests for new monthly file format.
98c00b776 Round monthly results.
7d8502cff Write monthly bills to look like timeseries.
0ed9fd4fa Latest results.
b0a6d62c4 Apply rubocop.
bbcea368f Merge branch 'batteries2-resilience' of github.com:NREL/OpenStudio-HPXML into batteries2-resilience
4b122becf Add ems battery loss to crit_load.
d06930443 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
efda915e5 Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
d7cb726c5 moving floors over ambient back down to z=0 for ASHRAE 140 tests
054553281 Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
326307cef Some updates to resilience calculations, Joe is going to help me take battery losses out of the Electricity:Facility so I can wrap up testing. Thanks Joe!
6ed5ff552 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
59035cc33 Merge pull request #1415 from NREL/v170
84c729f12 Minor cleanup. [ci skip]
ce091d164 Merge branch 'v170' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
e6eab0a1c Prep for v1.7.0
ca2c03de1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
fedffb104 Latest results.
11542a1ad adding validation of manufactured home belly only on manufactured home building types
40e72b24a adding mobile home belly to water heater enums
38be4edda updating hpxml schema to add mobile home belly to UnitLocation
b97255638 Latest results.
ac559fd95 update xmls
3ed6d39dc update measure.xml
f88c04f4d Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
f798647d4 Latest results.
fb2fd345e Fix bugs related to hvac distribution assignment.
69937ba97 Add sample file for shared boiler with secondary fireplace.
f1ecdf84f Latest results.
8e7b8e485 Merging in some of the other checks from REopt: we weren't actually charging the battery off of PV if you're net generating in the prior implementation, and we should be.
13cace3ef Latest results.
45d917f30 fix bicubic calculation coefficient order to be the same as E+ coefficient order
44a23717a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
265c88f19 Moving to a size independent calculation
3b9f0fd87 Latest results.
fd20aec87 Try a return when batt_soc is not positive.
20fd0758e Merge branch 'master' into batteries2-resilience
223240d1f Update the readme in the resources folder for the build res sch file measure.
a273166c6 change variable range for boiler
79a4a8899 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7f1e6dc36 fix installation quality program and remove calc curve methods
f21ac6dae Latest results.
24d7f1105 Merge branch 'foundation_translation' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
6ce183979 Small bugfix for foundation wall design load calculation. Code cleanup.
30a4916f3 Latest results.
d0ae074d1 Collapse foundation walls that only differ by below-grade depth and calculate an effective below-grade depth. This can improve runtime for e.g. homes with walkout basements.
e2f4747a8 Latest results.
44095896b Use identical insulation properties across similar foundation walls in the two HPXML files. Small HVAC sizing improvement.
3…
vtnate added a commit to urbanopt/urbanopt-example-geojson-project that referenced this issue Dec 1, 2023
* Squashed 'example_project/resources/hpxml-measures/' changes from e2f00fa6f..5b26ce2e9

5b26ce2e9 Merge pull request #1380 from NREL/schedule-file-rel-path
e36131b93 Update xml
2e37282b9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedule-file-rel-path
1478dc42e Merge pull request #1559 from NREL/fix-hybrid-spelling
0559c45bc Merge pull request #1560 from NREL/os370final
c96739014 Bump to final OS v3.7.0.
9a17f7665 Couple of places where hybrid is misspelled in the docs.
162ef4aa4 Merge branch 'master' into schedule-file-rel-path
8db786fe8 Merge pull request #1545 from NREL/os370rc2
b5f15f725 Fix updating of reporting measures
56d573155 Bump sha
da6303bce Update for upcoming rc3. [ci skip]
eb50907a1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370rc2
e9a227ea2 Merge pull request #1553 from NREL/var_spd_hp_bugfix
72c39ab5f Fix error if detailed performance data provided and some capacities are zero.
d861ab043 Fix docs formatting [ci skip]
2022425e5 Merge pull request #1527 from NREL/1_and_2_speed_hvac_regressions
d5d589b4d Latest results.
49691011f Fix conflict resolution.
af0388c96 Latest results.
ea1e7f021 Update Changelog.md [ci skip]
def58da85 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
d741ae742 Merge pull request #1317 from NREL/heat_pump_detailed_performance
10f45058e Latest results.
983a79ddb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
87bfe1aeb Merge pull request #1552 from NREL/speedup_ci
1359e4509 Bugfix.
a226ff508 Speed up measure tests for reporting measures.
615443961 Small docs change. Moved building scope description into a new HPXML Building section. [ci skip]
da1d80e09 Merge pull request #1550 from NREL/whole_mf_timeseries_temperatures
10488e3ae Fix missing timeseries temperature outputs when running whole MF buildings. Add test.
22d9e4df6 Merge pull request #1548 from NREL/foundations_with_walls_only
6f6304820 Latest results.
3deebd832 Update docs [ci skip]
483ffcbf4 Add test file.
d62712830 Allow above-grade basements/crawlspaces defined solely with Wall (not FoundationWall) elements.
496f2406d Fix CI failures.
64ba96c1f Bump to rc2.
516ab9046 Get config ready to point to develop.
8c8c6e4cc Merge branch 'master' into schedule-file-rel-path
319f860c5 Merge pull request #1543 from NREL/build-res-hpxml-doc-defaults
af0b8c670 Merge pull request #1544 from NREL/docs_formatting
111190f26 Fix a few typos.
7d0241f96 Add dashes to the rest. [ci skip]
ee7c106c1 Test [ci skip]
d29c06dba Try unicode character to preserve dashes. [ci skip]
eef653006 Use paragraphs in footnotes to work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1472
2cd420ca1 Few more href updates.
445d7a40a Replace all measure descriptions with href.
baccc9293 Latest results.
6daa7ce3a Test [ci skip]
529975bb3 Test [ci skip]
4b4903fdf Test [ci skip]
1f8868465 Test [ci skip]
356f1e743 Test [ci skip]
eb328e35b Test [ci skip]
0605b62d8 Attempt to fix docs formatting, which changed in recent weeks. [ci skip]
b88376763 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
adc2d8fd3 Latest results.
a2fcdf2c8 Update readme erb to convert href to markdown.
1c6fd3dce Try an argument description with href.
455a0d719 Use sizing speed more places in hvac_sizing.rb. Update tests.
8c77d5930 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
3e68033aa Merge pull request #1526 from NREL/ducted_mshp_sizing
31b63e972 Latest results.
fae91e332 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8bfc8c4eb Merge pull request #1541 from NREL/balance_workflow_tests
f16d845e8 Merge branch 'balance_workflow_tests' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
e44ad71ca Latest results.
46007f49b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
5aef27a6a Merge pull request #1542 from NREL/fix_msgpack_hourly
0656b5a52 :facepalm:
080a843ad Update tests and misc cleanup.
e4788c4f5 Update build measure argument descriptions with links to docs.
f4fcb5a92 Missed one update.
1e59ff525 Fix use of hourly msgpack file. Hit this error in a BEopt test now that most of our end uses are derived from Output:Meters instead of Output:Variables.
3dd4cba48 Better balance the runtime across the two workflow CI jobs.
02207f7a8 Merge pull request #1540 from NREL/deprecation-msgs
b251c34b7 Adds error messages for all extension elements that have been moved/deprecated since v1.0, so that the input is not silently ignored. No need to do this for non-extension elements since the XSD Schema will report errors for these situations.
d9348692a Latest results.
218dba39a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5889de415 Update unit tests.
0f813a83f Hotfix for recirc energy when multiple water heaters.
51f9d2fde Merge pull request #1537 from NREL/ground_temperatures2
c45fa9de0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ground_temperatures2
6598ab605 Merge pull request #1539 from NREL/fix_system_use
053e9130f Fix CI failures.
542804374 Run update_measures.
fb2bf8fb8 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
4063887f5 Accept nearest station in xing lookup.
9d9ad3647 Add comment [ci skip]
1043ac2d1 Fix comment [ci skip]
2b0d89bf4 Fix possible incorrect value for system use, bug introduced in #1456. Adds error-checking to prevent this going forward. Some other minor misc cleanup.
d4ed83b66 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
54d28d2ce Skip deep ground temp calcs if no gshp.
b00bb9240 Add test for defaulting xing values.
3a783ad4a Respond to review.
23f6e542e Latest results.
71ac84dff Merge branch 'master' into ground_temperatures2
98ace8d4a Update the changelog. [ci skip]
9cd53e49d Merge pull request #1538 from NREL/misc_cleanup
e24568fd7 Latest results.
951dc9334 Misc cleanup.
092d49814 Latest results.
3370a5343 Convert new csv to utf8.
cde1f9aaa Get the units right.
27148f692 Missed a return.
533d2926d Update the changelog.
4a6174d57 Assign deep ground variables and use throughout.
1fbc70875 Add deep temperature lookup based on xing model.
6c91ec33a Revert shallow and deep ground temperature conflation.
4127a5dcb Merge pull request #1536 from NREL/split_workflow_tests
00b8d21b9 Remove old files. [ci skip]
fd88b9696 Latest results.
004c05172 Fix CI failure
d2a87c7e3 Update pull_request_template.md [ci skip]
ab259ce18 Split workflow tests, so they can be parallelized on the CI for faster turnaround time.
c861f372f Update schedule file relative path setter name.
346a99bc6 Merge branch 'master' into schedule-file-rel-path
08087e56e Latest results.
91b20b687 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
933cf8ce1 CLean up changelog [ci skip]
bf81fc0b7 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
ebdd135e6 Latest results.
63caade04 Latest results.
416713c6a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into 1_and_2_speed_hvac_regressions
b55b4d78e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4d634565b Merge pull request #1456 from NREL/whole_sfa_mf_models_unit_multiplier
dd97163b1 Latest results.
cfcdcd8d3 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
61a41f2c9 Remove a few more unnecessary sample files.
6f33b34af Latest results.
0cb03bdb5 Fix CI.
939d86932 Latest results.
11c321e7a Don't write Building/Site element when not needed.
b159db6a6 Rename more sample files for clarity.
326d94727 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
1d6ffc2b2 Add base-multiple-mf-units.xml sample file. Rename base-multiple-buildings.xml to base-multiple-sfd-buildings.xml for clarity. Fix CI tests.
57c6489c3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
aeb696f57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a8a4c135a fan_speed_ratio and capacity ratio override
0227ed5e3 Latest results.
c646b8465 Address more FIXMEs, remove some more unnecessary sample files, speed up workflow tests (exclude real homes).
2c7185063 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4ed175e57 Address some more FIXMEs.
d3f54ab5f Remove some unnecessary sample files.
2ec7515e6 Latest results.
44976111e Fix mechvent preheat/precool test.
82faa225b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a1395a187 Latest results.
9272388f6 Backport bugfix.
8b9a9e28f Update expected test results
6471ae75c A couple bugfixes, lots of cleanup, docs/changelog updates.
cc37bc341 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a689e4661 Merge pull request #1532 from NREL/low_flow_fixtures
ca4fa0386 Latest results.
81ed09b8d Allow `WaterFixture/FlowRate` as an alternative to `LowFlow`; hot water credit is now calculated based on fraction of low flow fixtures.
ecb5f33bb Latest results.
7448398a7 Revert change to MSHP rated fan power. Small tweak to max_cop_82 for ductless systems.
0d6450ef1 Remove deprecated variable.
b7c93e44f Confirm new schedulefile setter does what we want.
355d8ed87 Add run folder to workflow json file paths so external file can find it.
e658bde70 Merge branch 'master' into schedule-file-rel-path
20534a438 Latest results.
a23d0d1a2 Small tweak.
2eb32c4d1 Replaces inverse calculations with regressions. Renames variables from EIR to COP.
8768fdd2d Latest results.
a890bb11c Merge branch 'ducted_mshp_sizing' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
db9528575 Add airflow rates to CI artifact.
3e2359334 Latest results.
2b7363b38 Latest results.
c7d71f706 Bugfix.
790b17758 Treat ducted MSHPs like ASHPs for equipment adjustments in sizing.
609f2d355 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e05e32269 Fix GSHP test failures and cleanup code.
acf6f83af Merge pull request #1524 from NREL/mains_refactor
4650367c1 A little more cleanup.
1a21de4f9 Some refactor of the code related to mains water temperatures. Added unit tests. No diffs expected.
fe41f908b Merge pull request #1515 from NREL/hpxml-v4-rc2
6c7b95b33 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml-v4-rc2
1b7fdfada Update Changelog.md [ci skip]
e2d970c1d Merge pull request #1475 from NREL/ground_temperatures
3fa726c31 Latest results.
bd656f94c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
766132a43 update_measures
9ece063a5 add nominal speed in sizing, restore get_sizing_speed
dad3635b2 Some refactoring/code cleanup. Expand use of unit conversions.
8d481de9f Latest results.
144ababc1 Bugfix.
c2ee8992f Latest results.
1256d24ec Use the adjustment value for sizing bore length.
b98b24edd Merge branch 'master' into ground_temperatures
b0c5c382a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
5f73cd14b Merge pull request #1519 from NREL/measure_readmes
24e144863 Clarify measure outputs.
377e7dda4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into measure_readmes
ed5b6f039 Latest results.
89a7d03b2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd8a2ce30 Merge pull request #1510 from NREL/hvac_sizing_bugfixes
0c0cac417 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c65b59f5b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bf9f8fa1f Get rid of additional_properties.num_speeds and other cleanup. No diffs expected.
45e5c5beb Merge pull request #1512 from NREL/hvac_sizing_bugfixes_maxload_oversize_limits
d00a792b1 Latest results.
d58194f10 Improve HERS sizing methodology, add more tests.
d1d27255f Merge branch 'hvac_sizing_bugfixes_maxload_oversize_limits' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
3ebeee031 Re-enable asserts
491bb0de3 Latest results.
7d5751b8c Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
44711b0ec Latest results.
bda84481d Update CI job dependencies so that HVAC autosizing unit tests are always committed to the repo.
111c73ae5 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ba0bb787e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
0497a0d6a Merge pull request #1520 from NREL/expand_hvac_autosize_tests
ba2c6a687 Latest results.
71af4e9d9 Latest results.
40b5b96c1 Bugfix.
7a4b215a8 Temporarily disable checks
474936888 Expand coverage of unit tests to include Houston.
2ae3c3a01 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
33642d827 Expand coverage of unit tests to include Houston. [ci skip]
bd8f16dcc Update Changelog.md [ci skip]
05fca76f0 Fix fan ratio calculation.
d92e6d0a8 Update unit tests to handle new sample files.
b6d093383 Latest results.
447b7e3bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
247650e36 Fix rated fan power in net-to-gross calculation for cases not using detailed performance data. Create method for calculating fan power using fan power curve.
fd5c89d99 Fix names in CI artifact
86dd66803 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
506f8f9b0 Merge pull request #1476 from NREL/os370
39e4d015b Cleanup. [ci skip]
e55d56f25 Update Changelog.md [ci skip]
e9bcb8f21 Add measure README.mds. Automatically generated from README.md.erb templates when running openstudio tasks.rb update_measures.
6e68f8a73 Merge pull request #1175 from NREL/incident-solar-multiplier
7f731f1d1 Latest results.
9a0a3a96c Re-enable Windows CI test [ci skip]
6f3f80bc2 Update Changelog.md [ci skip]
3d6a1846d Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1cbbbefc7 Latest results.
2d225df62 Latest results.
d64e263b0 Merge branch 'master' into ground_temperatures
9fc35028b Run CI
7043d780b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
e988eefe9 Update changelog [ci skip]
71c532c15 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into os370
c5eb879f9 No longer need C++ component [ci skip]
568a20e8d Latest results.
4616c794d Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ff5e8c72f Latest results.
5d25dc9c5 Latest results.
aaecb6a73 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
db33a31f1 Latest results.
0aa37edc5 Latest results.
be05374c6 Merge pull request #1516 from NREL/update-rtd
b7236574f Fix RTD per https://blog.readthedocs.com/use-build-os-config/ [ci skip]
58c0c6ffe Latest results.
eb7ed2642 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f750074a6 Latest results.
d342da337 Merge pull request #1511 from NREL/backport_hvac_sizing_tests
5921fbc6b Latest results.
1ba8f887c Base borehole length on appropriate monthly ground temperatures.
7da24eb03 Set kusuda properties to maintain consistency with previous models.
e138fe529 Pull in HPXML v4-rc2.
437862244 When using the MaxLoad HP sizing methodology, the oversize limits for cooling should still apply.
fecb9ba3b When sizing ACs or HPs for cooling latent load, ensure equipment is not undersized for sensible load. Also applies airflow cfm/ton bounds more broadly.
6ffebe9ef Backport https://github.com/NREL/OpenStudio-HPXML/pull/1501 to the master branch.
09c86473c Update unit test expected values.
67dfaa7e5 HVAC sizing bugfix.
0e41aafe1 Latest results.
087655bbb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5e2d44084 Latest results.
1e88e8a1e Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c2df0d69 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c3988289c Fix rated fan power in net-to-gross calculation.
0fe28b004 Merge pull request #1503 from NREL/whole_bills
2e750ede8 Add the expand icon back into nav pane.
dbdebba3e Latest results.
61c4f64f8 Update the changelog. [ci skip]
18b2784d9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d3eb3c478 Comment about the ground temperature regression coefficients
6d833e251 Refactor a few things in bill measure.
d4b3f1ea2 Create a has_fuels method at hpxml level.
d7a214ed9 Remove random seed arg from tasks.
d4fae980c Remove local extra_files folder and update measure xml.
3a91f4924 Merge branch 'master' into ground_temperatures
6f5c45653 Merge pull request #1386 from NREL/gshp_fanpump_adjust
de3ccd8f7 Latest results.
babbf2ea6 Update Changelog.md
6b6724011 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
ac336d81a Nope, needs to be higher.
2e648144d Fix CI failure. Attempt to revert back to original unmet hours tolerances.
6ac480966 Merge branch 'whole_bills' of github.com:NREL/OpenStudio-HPXML into whole_bills
4c4fbf28f Look for bills in special multiple_buildings test.
0a4e92b90 Latest results.
3a080c064 Merge branch 'incident-solar-multiplier' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b216cc3a8 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b07b5ec37 Remove warning exceptions, update Changelog.md.
e61a17a1b Merge pull request #1504 from NREL/os370_pilot_ems
192783217 Latest results.
a4546922a Latest results.
0bd27fc11 Replace boiler pilot EMS program with new E+ 23.2 capability.
7c8d5b075 Collect, and move up, pv systems.
774745bed Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1a5804cd7 Latest results.
3e867a7d6 First try w/ CI tests
7388b40e9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
3a218edaf Update message in translator test file.
73b5a277b Add a test for throwing new warning.
b8e853a56 Initialize has_fuel hash.
f4ac28e27 Move has pv up.
c9b08a374 Check for pv across all buildings.
608ad9d11 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_bills
6fe715389 Latest results.
3d9a2b766 Latest results.
22546bad3 Merge pull request #1501 from NREL/hvac_sizing_tests
a3935eb14 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
648d796e8 Fix multiplying by number of units.
6eb7fc8dd Refactor schedule measure to operate on hpxml doc.
d35c39f3a First cut for support simple bill calcs for whole buildings.
3461e5393 Add multiple buildings sample file with bills.
c9b2c376d Use hpxml ctor error check on building_id.
c2d7cb9ce Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
060e044e9 Merge pull request #1433 from NREL/split-battery-losses
2655f9aea Update the changelog and docs. [ci skip]
fef592827 Latest results.
1e685c342 Merge branch 'master' into split-battery-losses
207443e18 Go with the exponent approach for splitting losses.
b6fd48e5c Latest results.
caa342429 Another try [ci skip]
76d97c6c2 Another try [ci skip]
3ef801f02 Another requirement? [ci skip]
a7bf56a81 Fix RTD
5acc16330 Be helpful and search additional locations (and be backwards compatible)
dd0aae67b Merge branch 'hvac_sizing_tests' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
e88db546d Update failing CI tests.
96513753b Latest results.
0dc595f19 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
f83826e68 First pass on replacing HVAC autosize simulations w/ unit tests (for speed reasons).
5c1899ed6 Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
499684499 Update build measure to check more on emissions scenarios.
5c6ea0711 Show bug by assigning emissions fuel units in base-sfd-header.xml.
a5dcd1a14 Latest results.
5389a6f38 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into split-battery-losses
055b52aed Merge pull request #1500 from NREL/epw_path_bugfix
7b19de7cd Need to check number of buildings here too. Pointed out by @joseph-robertson
d72dafae3 Clean up Location.get_epw_path method.
0215e468a Fix possible simulation error related to EPW path.
255fa708b Merge pull request #1457 from NREL/build_whole_sfa_mf_models_unit_multiplier
807e7465c Few review items.
3a8d55b55 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
3682e332f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
7edc02eaf Merge pull request #1489 from NREL/resilience_battery_losses
1237e529f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into resilience_battery_losses
fe46a5e09 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4ee7943a3 Latest results.
b63b0b8e6 Latest results.
da13ed33f Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
340080c2b Fix CI failure
0c8459b1d Bugfix.
e8084e0c1 Bugfix.
bad31f76d Bugfix.
4fc424efb Revert.
6ff05d831 Add error-messages around building features that are not supported. Re-enable more tests.
b97017bd5 Change a value for bad emissions scenario file.
72332831c Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0c7f5957c Allow emissions same name but different type.
2f6111211 Latest results.
a544b0fde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2b8df30eb These files now run [ci skip]
015b67471 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5bd862270 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4902b2839 Update same emissions scenario name in sample file.
4ca78220e Another newly deprecated methods [ci skip]
ed024c39a Merge pull request #1491 from NREL/hpxml_v4_conditioned_space
3e857ce84 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
3fdd3ffd4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
bda795851 Switch from some newly deprecated methods [ci skip]
7f6a43b6e Update logic for catching header issues.
499fae757 Merge pull request #1490 from NREL/hpxml_v4
6bee34ee7 Possible merge conflict in tasks.rb.
17ce9978e Refactor error checking on hpxml header inputs.
f974b29c5 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4
6d171e75f Add warning for portable spas; move other warnings from ruby to schematron. Add tests.
436d5a5b3 Update measures
40ed081ff Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
777c46960 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e9f3c2c1f Latest results.
5205e1889 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
b101c77b6 Bugfix.
8a185d891 Latest results.
f1a03366f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
88f797203 Fix tests.
2934a76ab Latest results.
8c857a758 Latest results.
f2377cb0e Update project URL [ci skip]
cc8369bf2 Rename [ci skip]
9ec8f423f Automatically add issues to project board. [ci skip]
1c29c0f7f Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
4450d6fd7 Missed one file
9b4a761d7 Moves some elements from SoftwareInfo/extension to BuildingDetails/BuildingSummary/extension to allow variation across MF dwelling units.
7e85203ca Fix CI failure.
1606aa31c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a4280a1b0 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
e9f95ae0c Fix CI failures.
2d79faf67 First cut at errors for conflicting header or building inputs.
67c0e2efc First pass on using "conditioned space" instead of "living space"
8e40cee43 First pass on updating to official HPXML v4 schema.
a28777224 Clarify new argument and add more description.
27c8a79b1 Clarify test.
4fb3faf39 Merge branch 'build_whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into build_whole_sfa_mf_models_unit_multiplier
e8c49e0f8 Remove need for base-two-buildings files and call BuildResidentialScheduleFile once for each building unit.
0b604eb8f Revert comment. [ci skip]
c6fe8903f Merge pull request #1486 from NREL/dfhp_sizing_docs
c407654cd Clean up.
ec6519a38 Add comment about deleting extra SchedulesFilePath. [ci skip]
10170eb1c Regenerate both schedule files from new sample file.
becc012fc Actually add two buildings sample file with different detailed schedules.
f409f236a Update a few enclosure and weather tests.
7a9520667 Create a new sample file of two buildings having separate detailed schedules.
143583f80 Update changelog [ci skip]
5f8486ba5 Latest results.
d9d57f657 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
36c3b0837 Merge pull request #1478 from NREL/whole_sfa_mf_models_unit_multiplier_schedules
c49b1724e Merge branch 'ground_temperatures' of github.com:NREL/OpenStudio-HPXML into ground_temperatures
75e61c7ff Pull undisturbed adj into existing ground temp method.
09097cd83 Latest results.
c68cd4de4 Bugfix.
0504e7466 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier_schedules
aaabb6922 Remove obsolete code.
00a53dc1f Remove battery losses EMS output var and use other equipment object directly.
927ff665e Fix cases w/o batteries.
5eb2120a8 Latest results.
f12b1b4cf Fixes battery resilience output so that it includes battery losses.
4d5632e13 Undisturbed ground temps vary by TMY.
449e690b7 Latest results.
4b6e05d75 Few more updates for the deprecation.
998b658ea Deprecate hpxml header location of SchedulesFilePath.
98d91cf8a Respond to review comments.
2d3e5b12a Update validator and ruby error messages test.
693c7aa5f Update docs and epvalidator.
0d9d31410 Latest results.
59ef8d62a Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
9bcc9f75e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
6b099bad0 A little cleanup.
78e37b542 Document autosizing methodology for e.g. dual-fuel HPs.
816536fe0 Few fixes in build schedule file tests.
4d28cc0b0 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
d1dd11fb3 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
d8c2883bc Does this help?
1bbfaf6d7 Change split in charge and discharge inefficiencies.
d76e39f3b Probably won't help, but no need for these to be global vars
d10f149d2 More debugging
46fb2cf20 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
d4e9fc6e4 More debugging
c54d757fa Latest results.
c361087ba Revert to OS 3.6.1; trying tests w/o parallelization
601d0c9a2 Update for OS develop
a51d78e15 Resolve merge
0978d7dd4 Update for OS develop
af8081eda Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
696eef19e Try develop
c28a3a350 Merge pull request #1483 from NREL/misc-cleanup
ee18aabdc A little more debug
77bdf2d4c Debug
565a6f027 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f6f2ec452 Revert to full tests
fc8db4b92 Latest results.
c8a2b3a09 Improve stratified tank UA calc. Some refactoring of schedules to reduce global variables and avoid a ScheduleFiles::set_unit_model method.
cfcbf6bce Fix CI?
d4c2452d5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
9002ccd9a More progress on DHW. Stratified tank (non-HPWH) and solar test files now pass.
57b77b914 We shouldn't set a default value for an optional argument, as we want the OS-HPXML default (downstream) to be used.
1278ca1c0 Set idref to nil on cw and dw when wh is deleted.
6086d84d8 Remove unused array in build measure.
369eda63a Merge pull request #1480 from NREL/hpxml_sync
0a1ea17e9 Sync w/ hpxmlwg repo
5ce281714 Add error message
5180896ba Update `HPXML::has_fuel` method to work with multiple Buildings
50a2293b6 Latest results.
1a21f2e7b Some code cleanup/simplification.
32e5d6cb8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
f8082a6b2 Append in.schedules.csv int only for 2+ buildings.
336357923 Add error-checking if unique objects have different values across dwelling units.
7b84afccc Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
fced72357 Updates for schedules filepath backward compatibility.
3858f3940 Attempt to address meta_measure.rb FIXME
0ff590cc4 Carry building_id to schedule file measure in run_simulation.rb.
6b46d321b Updates for bldg header and schedule variation across units.
3612308b8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
966a5a699 Update schedules and validation test files.
11f5ffa33 Update expected warning
bbc25749e This FIXME has been addressed.
e9e7595c3 Provide a warning when NumberofUnits is greater than 1
04a9d186e Revert removal of the unit_model workaround.
74ad7beb6 Introduce new building_id argument and test it.
0e0978686 Updates to schedule file measure for multiple buildings.
3608f7ef7 Update build schedule file measure and tests.
039b9acc4 Regenerate all sample files with schedules filepath.
64df290a5 Update build measure to write building level schedules filepath.
bb6995a02 Create class for schedules filepath at building level.
fd50873bb Merge pull request #1477 from NREL/os370-vol
5433a306b Latest results.
23a7ee05d Try removing warning exemptions
ea3a1c356 Hardset space volume so we avoid autocalculating it.
307ec00d1 Skip a couple tests to get the CI happy
488d2fd3d Latest results.
4aac7fc52 Revert XMLValidator change
18df4d3c6 Try to get everything running on CI
00f9921e7 Oops.
0f8290224 Skip another warning for now.
179eb3a6a Latest results.
6986346f2 Address OS SDK change, exclude new warnings (for now)
5e218b5d1 Remove OS temp dir collision workaround
74578a8f1 Remove component load workaround
369b7b63e Bump to OS 3.7.0
fca555c83 Exclude file w/ battery.
1bd8bb72a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
22871b732 Set fixed rated W/cfm for ductless systems.
398a07922 Add timeseries test asserts for 1x vs 10x results.
d395572ae Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8e9a50696 Timeseries airflow outputs now work.
dbf8fbe02 Latest results.
9daa31e67 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8c4a1b039 Enable more test files.
61f1a57ff Latest results.
808381f76 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
bdbcddd1d Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6f32530cf Enable more test files.
379d9e765 Latest results.
f35211721 Fix CI error; this seems to be a better solution than the previous hack.
d64bf86a9 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4fd2701e4 Misc updates to docs.
70029045c Latest results.
81ebbc6f4 Address duct losses.
d9fc66acc Address GSHPs
e4a812048 Revert use of Table:Lookup for constant values. No diffs expected.
5809cacff Latest results.
fa21b59b1 Use adaptive step size tol of 0.1; gives results very close to using 0.01 and had no discernible effect on runtime speed.
a97a58c10 Latest results.
6ab4baa38 Latest results.
3bcc25dad Latest results.
1c2ef6dff Skip another battery file.
b2b89b8f2 Simplify HVACSizing.apply_hvac_fixed_capacities method and minor code cleanup. Diffs only expected for files with detailed performance data.
0eea8a06e Simplify/merge code related to capacity ratios; no diffs expected.
2c4f0ecab Fix CI failure
f89ba7f01 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ab9f6ff2e Expand sizing tests, and a little cleanup.
2109812b4 Update HPXMLs
34249402d Exclude batteries for now.
da32377dc Some code cleanup and minor bugfixes.
3a70bf497 Merge branch 'gshp_fanpump_adjust' into ground_temperatures
6e49026db Increase unit model shift to reduce possibility of shading
adc9580a5 Latest results.
21e906269 Latest results.
3a961906f Update expected cop values in gshp unit tests.
9195f5775 Add a weather test for checking all iecc zones.
0f05b4543 Add hvac_sizing call to get undisturbed ground temperature.
7c7096ac7 Add ground temperatures csv table.
6c42705d0 Add method for getting undisturbed ground temperature from table.
18f32ca6a Bugfix.
cfbf0c72b Merge branch 'master' into gshp_fanpump_adjust
22ed937b9 Avoid setting unique ids on the first building element.
7b6da1096 Latest results.
97b09ec62 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
686567ad5 Backport Joe's bugfix.
7e98f9540 Update ductless max_cop_95 coefficients
1bc97a113 Fix CI error.
8bb3af688 Latest results.
21c1d9f32 More advanced stress test. Rather than running the one HPXML Building with a 10x multiplier, we create two identical Buildings, each with a 5x multiplier.
e7014938c Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
0bb3503b4 Oops.
25b3d9ee4 Latest results.
581ff5022 Address unit multiplier for batteries.
867d244ae Fix merge.
6ed0c4330 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0dd6be8bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6df3dea8b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
b506ceb84 Need to protect from negative lookup table values on the other end of the ODB range as well; found while modeling a NEEP product. No diffs expected.
9123259c0 Merge branch 'master' into split-battery-losses
30279ccd2 Latest results.
7d9106158 Use constant extrapolation
18a0ddc57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c029939f cleanup for heating
48b9ae5a0 cleanups on hvac sizing
60c787681 Latest results.
0f2c7adb0 bugfix
71f2b28a3 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2e03763de allow increase capacity for detailed performance data inputs
db4a5972a Latest results.
ba031a0c1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4f5a98a82 Create range bounds for independent variables that prevent negative Table:Lookup values and add some error-checking to ensure we aren't creating Table:Lookup objects with negative values. Revert from Table:Lookup to curve objects for HVAC system types other than those using detailed performance data, given there are complexities/risks/performance considerations to using them.
64a4c9bd5 hvac sizing improvement for detailed performance data, some cleanups
227dfb3b3 Refactor similar code into a single interpolate_to_odb_table_point() method. No diffs expected.
3feb77d14 Latest results.
597060828 Always calculate capacity retention factor at 5F when detailed performance data provided.
acd24699a fix retention ci error
aa9efdd2c adaptive step size first cut
2b552f6f1 oops, forgot to delete dead codes
3b2300d01 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e21d6f201 hvac sizing heating retention adjustment and cleanup
0f80b93a4 Merge pull request #1467 from NREL/build-res-validation
4de9a0a6f Another remove.
7fb1dfc97 Remove checks for bad duct defaults.
8dbaf08de Merge branch 'master' into build-res-validation
88c7cf06c Oops.
152602f54 A little more cleanup.
1609f0a2f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7e65a8751 Misc code cleanup; no diffs expected.
3bd9239a3 Latest results.
122b55a7e Add dataSource="software" to defaulted performance data. Remove default heating 17F datapoints, not necessary.
7b8cd4df3 Update the changelog. [ci skip]
9b51701f0 Clean up test file.
bbffe1e00 Merge pull request #1466 from NREL/pandas-updates
a07ab12f8 Cleanup sample files; only need CompressorType="variable speed" for files with detailed performance data.
ca8f765c0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
80c9fcbf4 Merge pull request #1469 from NREL/better_warning_checks
d914a9a03 Latest results.
d0e8d048f Better warning checks.
87a401538 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
65f642ddc fix test for new default too
f9eba7354 update the cop vs hspf coefficients
8bde279f3 Latest results.
2e72647ce Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7a21680ce use compressor lockout temperature in table lookup
31931317b Catch errors for certain duct surface area arg combos.
8274e22e7 Latest results.
09cb506a0 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4af6da1f2 change the heating rated condition
6051e8007 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
98ef4d312 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
f6803ad24 Fix object names [ci skip]
dcc3f59c6 one bugfix for interpolating
1d968719b Add test for demonstrating invalid defaults.
213e50609 Must write defaulted hpxml_doc before validating.
8212560c9 Update apply_validation arg in build test file.
5429fbd50 Change behavior of apply_defaults and apply_validation.
f18a78d9c Latest results.
35d4abfb0 Latest results.
4355a1b08 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1e1a68ea1 add iq+detailed performance data test file
e0c35ecfa Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2323edb5a Fix CI failure
d8201192c alternative fix for iq
18029c346 Latest results.
7b4bfc7d1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c47592293 Show heating capacity retention fraction in in.xml for variable-speed HPs w/o detailed performance data. Document new default for variable-speed HPs. Round capacities/COPs when defaulted in in.xml.
26d0f04be Wrap pandas read_csv method to handle new version.
2aab954fb add cooling capacity ratio from max to rated
9bc83c0a7 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ce4c29c34 fix iq issue
5ab446dc0 Require CompressorType="variable speed" when providing detailed performance data (for now, at least).
2ebf00caa Latest results.
180bf1568 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e5a60524d Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bdb6d8f9e update wall placement cop correlation
a4072e756 Add extra build measure tests.
e96a47e70 Merge pull request #1463 from NREL/generic-locations
a735dcdf4 Fixes error message for attic_type. Also removes unnecessary local variables.
14c97553c Update the changelog. [ci skip]
f346a3adc Latest results.
6aa21d1f3 ignore shr warning for now, adjustment is small
4a7ebc84b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4541de0a9 Fix one CI failure
f50e6f92e fix unit tests for cfm/ton
5641df67b This shouldn't be needed.
36943966a Simplify the new methods into one.
522140481 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
09b8bceed change cfm/ton to be 400
4d11f610f Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d5f7ce1d Allow CompressorType input for MSHPs/MSACs (though it has to be variable speed). Previously we just ignored the input, but now we will throw an error if a user tries to model a single/two stage mini-split.
387217192 Merge branch 'generic-locations' of github.com:NREL/OpenStudio-HPXML into generic-locations
5ec271c86 Fix typo.
f0683ee95 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd3f3df38 simplify constant table lookups
d0f20ae6d Removes HeatingCapacityRetention from HP sample files, since it is ignored. Also moves some sample files properties from tasks.rb to hpxml_inputs.json, so they go through the BuildResHPXML measure.
ae6c4feb1 Latest results.
649eb8bed First pass on docs. Minor hvac.rb and EPvalidator.xml cleanup.
8d09f5207 Move tests over to build measure test file instead.
18878be10 Same for water heater and battery locations.
2351cdab9 Latest results.
350cafabc Fix order of elements in docs.
e78734588 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0b1a2e765 Add new sample files for additional duct location choices.
6d606b8fc Update duct location argument with new generic choices.
473692095 Add generic attic and crawlspace constants to hpxml resource file.
29f870e35 Address some FIXMEs. [ci skip]
b17729806 Latest results.
b9b3bc3ec Merge branch 'master' into split-battery-losses
d1f197b49 Latest results.
28bb9d36b method name issue
48a9031f2 remove one comment
a2b189eab Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
12135044d modify hvac sizing adjustment based on new approach, remove var speed system ft curves
63fdc9a63 Latest results.
c36a208e2 deprecate hspf and seer calculation methods for mshp
393752c86 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d04cfa248 fix unit test, add performance data unit test
e65283124 Latest results.
db9c77907 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
35a61e18a report user-entered rated capacity instead of maximum
7c88b12b0 fix air flow using rated capacity. Add rated capacity as required input for reporting
cfad443ab Merge pull request #1461 from NREL/hp_temps_error
807b1cd19 Bugfix.
db7b8cac3 Throw error if compressor/backup lockout temperatures are close to each other for HP w/ electric backup.
ecdfd3bde Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e65789c1b revert cfm/ton
74c4288eb Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c443d6d82 fix the order issue, deprecate one more method, add some comments
be8657975 Add error-checking and tests for incomplete datapoint pairs.
46fff7751 more flexibility for detailed performance data specifications
7823911ce Latest results.
af530fec3 Fix unit multiplier tests for PV, generators, and mech vent.
5a38d9090 add cop from seer for centrally ducted system
663bfde97 change the method to ensure nonzero capacity for detailed performance data
01b292fcc Latest results.
01b6e96fb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f1da02990 Add tests that compare results of sample files against the same sample files with a 10x unit multiplier. Fix unit multiplier for more building components.
8c6174957 enforce heat pump cooling and heating detailed performance data to be provided together, allow ac detailed performance data inputs
882ae0002 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
05238285e progress on cooling defaulting implementations
88e752cb7 Latest results.
981161065 add ac test files
bcbf0f02f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
06280319d use HPXML constant instead of hardcoded string
955826cbf change tests too
7c20721c7 address comments
704f0d148 Merge pull request #1455 from NREL/buildreshpxml_duct_fractions
129f367c9 Need to ignore shading_id attrs.
ff3aed825 Remove debug line.
b0430c9f7 Validate files created in build measure tests.
8c95d15f6 Handle all buildings from workflow tests.
8ceda701c Set unit_model on schedules_file instance.
692f9aeed Avoid hardset of site id and shading ids.
50b4970af Remove clothes dryer from first building in sample file.
09eb9a539 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2590ba7ad Try multiple buildings with detailed schedules.
e0312e7e0 fix test default for new defaulted capacity retention of var speed systems
989255809 Avoid duplicating bill scenarios.
d05086b64 Make SiteID variable to avoid overwriting it.
ec313d7fb Update sample files.
9cd85ce62 Update build measure to add buildings to existing hpxml file.
36d044a17 Latest results.
c953e2cea Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
82e48e955 fix unit test, handle capacity retention inputs for 1/2 speed systems, handle capacity net to gross conversion for all dx systems
89732f2cb Small bugfix [ci skip]
d4af087d8 Update ReportSimulationOutput so that more outputs are for the whole MF building. Still need to fix and double-check some things.
0d61bd1a0 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
77c49d4ed Fix CI failure.
e347a970d Latest results.
93b757ce2 Update in.xml to reflect the entire HPXML file when using `-b ALL`. Let's see what breaks...
d6c8a73ec Fix a couple more tests.
88626d65d Fix lots of CI tests
3ca3daaf7 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f8616b21b First pass on expanding HPXML class to support multiple HPXML Building elements. Not everything works yet, but many things do.
16acfc6cf Latest results.
ef3e4c470 Bugfixes.
9501aef17 Fix possibility of missing tmains schedule. Fix boiler pump energy.
b3286c411 Latest results.
cd44b313e fix cooling only case
e9493c712 fixed a few bugs related to 17F capacity and capacity retentions, added unit test for overriding these two inputs when user provides detailed performance data
83da1fc48 Improve water heating and tank losses
c40dd0a0a remove top level capacities for detailed performance data test files
8a1034df4 moved the default neep data method call to be after hvac sizing call
05b2bd723 change user input capacity to be rated instead of maximum
f1eef4900 fix autosize error
712883a30 Merge bugfixes.
02905d38b Address heat pump backup.
591942485 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ae0852066 small fix
011233a92 heating default methods added
c731a179c Merge branch 'unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
efd774aac Clarify docs.
67e71f32f Prevent possible divide by zero error if duct area is zero (e.g., because the number of return registers are zero).
8622c1601 Update comments/changelog [ci skip]
77bbfa880 BuildResidentialHPXML measure: Allow duct area fractions (as an alternative to duct areas in ft^2).
c5ad64cde Fix CI failures.
b99c32cef Bugfix.
9b4f957fa Fix water heater EC adjustment and boiler pilot light.
4e7d16abe Progress on appliances, lighting, water heating, component loads. Fix cooling.
94d3b0b96 Update README.md [ci skip]
8b64ec6a7 Apply it to all thermal zones (probably doesn't matter for unconditioned zones, but matters for duct zones).
efe6d818e Step 1: Use E+ zone multiplier.
0534a62ff Fix CI error with a different hack.
2fe693ac9 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
2c1ffcb1c Fixes CI tests
1d41b521e Some runtime improvements.
f1839d162 Latest results.
b15d861d8 Prevent overeager EMS renaming related to 'foo' and 'foo_1'.
feb60267d Fix typo.
7b100bd1f Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
07f0ae43e Avoid using object names to infer the building feature. Other misc cleanup.
2f01ebcfb remove unnecessary data structure
ce90c7e52 Latest results.
f29e242ab Latest results.
a024f270c Bugfix for no ducts.
cf7820ed1 Bugfix for loads calculation when there are multiple duct zones.
019df591d Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
9ad2cbfa4 Fix unmet hours.
1879b8d2b Latest results.
09abfa44f Bugfix.
6399212aa Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
cbb8ff9be Bugfix.
b6fc15547 Merge pull request #1451 from NREL/minitest
e84462498 Address total loads, component loads, and unmet hours outputs for whole-building models.
aafae74fe Address minitest release change that causes CI errors
42363adc5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
73f5c6f80 Merge pull request #1449 from NREL/eia-2022
d4e00dbbf Update comment.
95e33500a Few minor updates.
c0e0d8a85 put two fixme comments for hvac sizing
4e8075b75 Latest results.
ef3da1442 Merge branch 'master' into eia-2022
6f1a6b578 Update the changelog.
791d06340 Updates for gas, oil, propane.
241b05c07 Merge pull request #1448 from NREL/buildreshpxml_cfa_served2
27b787769 Merge pull request #1447 from NREL/has-fuel-fix
02caf0a38 Update default test for new elec rate.
f1b18573e Update utility bill tests to fix elec rate.
2ae4b407f Point to new 2022 column in electricity csv.
3d7b47c53 Add updated electricity csv and link.
16b08a31b Latest results.
c6faa2ddd connect performance table for heating
1c5eddaba Implement solution.
3ee9ecfed Update hpxml inputs json with failing sample file.
8070cd0dc Hit expensive operation just once.
40c4b6a96 Update has_fuel method to catch gas fired pool and hot tub heaters.
22efeb879 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
feaad3e9d Port over unit geometry shifting.
834961bb3 Latest results.
fd5ca970e Fix CI tests, maybe.
6e8523fdb Bugfix; only process weather once for faster performance.
1cfeb80e2 First pass on being able to simulate whole SFA/MF buildings using code prototyped in URBANopt.
98e5764b1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0046eb678 Merge pull request #1445 from NREL/shorten_json_filename
89f1a99fa Add comment [ci skip]
e849b90ba Renames ReportUtilityBills test file so filepath is shorter.
6239d9ee1 bugfixes
6945e05bb Merge pull request #1442 from NREL/report_outputs
28b9f620c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into report_outputs
10f6880b3 Update Changelog.md
023485441 Add test.
fad91b6d3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d2a7c3ab Merge pull request #1441 from NREL/buildreshpxml_cfa_served
63b01994a connect to table lookup
290b12c0a Add outputs back into reporting measure.
3e6ae519a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ef1015600 progress
e56b1948f Latest results.
78bc6c366 Add test file to demonstrate fix.
43a992e6b Fix air distribution CFA served for central systems that don't serve 100% of the load.
4f093def6 Simplify fraction duct area docs [ci skip]
71daa5d21 Fix typo in docs. [ci skip]
e80ced871 Merge pull request #1439 from NREL/duct_lto_warning
159cb7bac Latest results.
6b8be82e1 Latest results.
df73641ca Bugfix.
ed102a8ef Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8f116be45 A few refactors, add interpolation, add correction for indoor conditions
b575f71ed Moves duct LtO warning from schematron to ruby measure, so that it can handle cases where the duct location is defaulted too.
fec823024 Merge pull request #1437 from NREL/peak_elec_annual_output
6ce4cac31 Latest results.
e3e3eedac Adds "Peak Electricity: Annual Total (W)" output.
733135a96 Oops.
3de7069d6 Merge pull request #1436 from NREL/space_heater
80a9dc867 Latest results.
6f85ab912 Replaces `PortableHeater` and `FixedHeater` with `SpaceHeater`.
f0ccd0d42 Latest results.
b7dffa88a Merge branch 'master' into split-battery-losses
037d48753 Add a sensor for discharge.
20e965eeb Merge pull request #1212 from NREL/batteries2-resilience
c4fb04316 Latest results.
d39b516a9 Minor tweaks to changelog, docs. [ci skip]
176ba83e3 Merge branch 'master' into batteries2-resilience
a65da7373 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5ec0d4ef5 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
173c3e04a added convert_net_to_gross method
1f113e818 Merge pull request #1431 from NREL/bugfix-cond-basement-full-slab-ins
9857a70be Latest results.
510a02215 Bugfix.
b3e69f1c5 Add test file that illustrates error.
f0402154a Minor updates to docs. [ci skip]
420eb2675 Skip resilience calcs based on include args.
9ab39d9b7 Further reduce duplicated code.
a9188d845 Add output test for monthly resilience.
40f047428 Simplify forcing monthly outputs.
324ddf237 Clean up in changelog, arg descs, docs.
dc64a8284 Update ReportSimulationOutput/measure.rb
df29e9c6e One more documentation update, suggested by Scott.
fc00a8a7f Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
1f712063b Update documentation
f9d741dce Latest results.
47a24358a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
2f3aad7f6 Latest results.
e0114e99d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1c6099208 Merge pull request #1426 from NREL/fix_sum_error
f986911f7 Latest results.
63b55fe33 Fixes possible "Electricity category end uses do not sum to total" error for a heat pump w/o backup.
eafe7187b Latest results.
1700de732 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
8eaad3696 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
823c299f9 Same result, but equations are simplified and more readable
36d725599 Merge pull request #1340 from NREL/mobile_home_belly_ducts
af2b74ba2 Need to remove it from here too.
402957ef5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
7e9f9b29d Update line endings
3eb69d2a1 Update line endings
ad466492a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
78c8d1dbe Add gitattributes to prevent HPXML EOL diffs
48d29e598 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
c429b1fca Latest results.
448c4c7c0 Merge branch 'master' into batteries2-resilience
0a519a7cc Merge pull request #1408 from NREL/build-res-sch-file-readme
a4e4ca1b3 Merge branch 'master' into build-res-sch-file-readme
9286bfcfd Latest results.
3e8347e49 Merge pull request #1420 from NREL/schedules_with_mixed_timesteps
02ef16859 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8e4d8f883 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
752cb34df save progress: added clg/htg ap data structure to store neep inputs, added placeholder for methods
52af200f7 Expand the original schedules hash.
f247eebde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
0b45c71ef Latest results.
0bedf67a0 Use the new adjustments, not the old ones. Oops.
95cbda0ee Merge pull request #1365 from NREL/monthly-bill-outputs
e3f9ab909 Latest results.
5a0dd75b9 Remove whitespace. [ci skip]
a9fd090c0 Try updated method with 3 unique schedule lengths.
4f7a10a6f Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
4182197f2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
13e10a4db Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
deb2c5e0e Merge pull request #1423 from NREL/hp_equal_lockout_temps
38edf06ae Latest results.
8465951f0 Latest results.
ec971eb70 Fixes error if heat pump `CompressorLockoutTemperature` == `BackupHeatingLockoutTemperature`.
4199ec71b removing unnecessary water heater in mobile home belly testing file
77f664ef9 Latest results.
7db0d5f1a Add sample file with outage and mixed schedules.
57a44a8f4 fixing water heater error messages in tests
66d5d6443 Update the changelog. [ci skip]
9b00b5a92 adding break for defaulting skirt present
b1cb896a3 no longer allow belly for water heater location
ed2121a4e updating docs for manufacture home belly in UnitLocation
d568fd099 Apply suggestions from code review
de1887882 Latest results.
5f9548df8 Set setpoint args to null in new sample file.
154b45476 Update export method to expand schedules with fewer elements.
ca1764845 Correctly handle not including annual bills file.
24ee417c9 Update remaining tests.
f55f603b9 Demonstrate error.
2bd761662 Refactor bill test file.
fd1ef0e01 Get only monthly values in run period.
dcb7cce56 Update the docs.
8a12ae9a4 Latest results.
5bf22a413 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
99676f08a Simplify run_simulation.rb by removing some rarely used options. [ci skip]
ab25d31ee Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
97a94432e Merge pull request #1403 from NREL/foundation_translation
3286f37c6 Latest results.
80cf2bc8a Update measure xml file.
6f5470638 Merge branch 'master' into build-res-sch-file-readme
bb7939512 Update test.
e09e31a0b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
ed91076b2 Merge pull request #1417 from NREL/lighting_kwh_multiplier_bugfix
1baf8cc39 Latest results.
4d529ae5b Bugfix.
5aa9394e7 Latest results.
84e4cb293 One more minor bugfix.
d8872d323 Fixes lighting multipliers not being applied when kWh/yr inputs are used.
3b51b5973 updating docs for AssemblyRValue of manufactured home belly
91e059687 removing commented out NoWind for ASHRAE 140 becasue it's being done elsewhere
c94a03640 updating changelog
2d32801ff Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
5b8c76dda Merge branch 'master' into monthly-bill-outputs
6bd47d9fe Merge branch 'master' into batteries2-resilience
12333b110 Merge pull request #1414 from NREL/heating_system_2
0ac7de4c9 Re-enable warning. [ci skip]
03d571f21 Updates to fan/pump adjustment. Now gives reasonable values, slightly different from the old adjustment. Still needs a little cleanup before review.
2f3bc9c1e Latest results.
2936f8c5a Remove fixme comment.
46de010fa Use msgpack meterdata for monthly timestamps.
a77f9a04d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
ba7d63c18 Remove debug stuff
103fe6eea Fix tests.
9f93842b8 Update tests for new monthly file format.
98c00b776 Round monthly results.
7d8502cff Write monthly bills to look like timeseries.
0ed9fd4fa Latest results.
b0a6d62c4 Apply rubocop.
bbcea368f Merge branch 'batteries2-resilience' of github.com:NREL/OpenStudio-HPXML into batteries2-resilience
4b122becf Add ems battery loss to crit_load.
d06930443 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
efda915e5 Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
d7cb726c5 moving floors over ambient back down to z=0 for ASHRAE 140 tests
054553281 Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
326307cef Some updates to resilience calculations, Joe is going to help me take battery losses out of the Electricity:Facility so I can wrap up testing. Thanks Joe!
6ed5ff552 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
59035cc33 Merge pull request #1415 from NREL/v170
84c729f12 Minor cleanup. [ci skip]
ce091d164 Merge branch 'v170' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
e6eab0a1c Prep for v1.7.0
ca2c03de1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
fedffb104 Latest results.
11542a1ad adding validation of manufactured home belly only on manufactured home building types
40e72b24a adding mobile home belly to water heater enums
38be4edda updating hpxml schema to add mobile home belly to UnitLocation
b97255638 Latest results.
ac559fd95 update xmls
3ed6d39dc update measure.xml
f88c04f4d Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
f798647d4 Latest results.
fb2fd345e Fix bugs related to hvac distribution assignment.
69937ba97 Add sample file for shared boiler with secondary fireplace.
f1ecdf84f Latest results.
8e7b8e485 Merging in some of the other checks from REopt: we weren't actually charging the battery off of PV if you're net generating in the prior implementation, and we should be.
13cace3ef Latest results.
45d917f30 fix bicubic calculation coefficient order to be the same as E+ coefficient order
44a23717a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
265c88f19 Moving to a size independent calculation…
vtnate added a commit to urbanopt/urbanopt-example-geojson-project that referenced this issue Jan 18, 2024
* point to os37-rc2 in CI, and remove old comments

* start with local branches with newer dependencies

* Squashed 'example_project/resources/hpxml-measures/' changes from e2f00fa6f..d741ae742

d741ae742 Merge pull request #1317 from NREL/heat_pump_detailed_performance
10f45058e Latest results.
983a79ddb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
87bfe1aeb Merge pull request #1552 from NREL/speedup_ci
1359e4509 Bugfix.
a226ff508 Speed up measure tests for reporting measures.
615443961 Small docs change. Moved building scope description into a new HPXML Building section. [ci skip]
da1d80e09 Merge pull request #1550 from NREL/whole_mf_timeseries_temperatures
10488e3ae Fix missing timeseries temperature outputs when running whole MF buildings. Add test.
22d9e4df6 Merge pull request #1548 from NREL/foundations_with_walls_only
6f6304820 Latest results.
3deebd832 Update docs [ci skip]
483ffcbf4 Add test file.
d62712830 Allow above-grade basements/crawlspaces defined solely with Wall (not FoundationWall) elements.
319f860c5 Merge pull request #1543 from NREL/build-res-hpxml-doc-defaults
af0b8c670 Merge pull request #1544 from NREL/docs_formatting
111190f26 Fix a few typos.
7d0241f96 Add dashes to the rest. [ci skip]
ee7c106c1 Test [ci skip]
d29c06dba Try unicode character to preserve dashes. [ci skip]
eef653006 Use paragraphs in footnotes to work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1472
2cd420ca1 Few more href updates.
445d7a40a Replace all measure descriptions with href.
6daa7ce3a Test [ci skip]
529975bb3 Test [ci skip]
4b4903fdf Test [ci skip]
1f8868465 Test [ci skip]
356f1e743 Test [ci skip]
eb328e35b Test [ci skip]
0605b62d8 Attempt to fix docs formatting, which changed in recent weeks. [ci skip]
adc2d8fd3 Latest results.
a2fcdf2c8 Update readme erb to convert href to markdown.
1c6fd3dce Try an argument description with href.
455a0d719 Use sizing speed more places in hvac_sizing.rb. Update tests.
8c77d5930 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
3e68033aa Merge pull request #1526 from NREL/ducted_mshp_sizing
31b63e972 Latest results.
fae91e332 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
8bfc8c4eb Merge pull request #1541 from NREL/balance_workflow_tests
f16d845e8 Merge branch 'balance_workflow_tests' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
e44ad71ca Latest results.
46007f49b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into balance_workflow_tests
5aef27a6a Merge pull request #1542 from NREL/fix_msgpack_hourly
0656b5a52 :facepalm:
080a843ad Update tests and misc cleanup.
e4788c4f5 Update build measure argument descriptions with links to docs.
f4fcb5a92 Missed one update.
1e59ff525 Fix use of hourly msgpack file. Hit this error in a BEopt test now that most of our end uses are derived from Output:Meters instead of Output:Variables.
3dd4cba48 Better balance the runtime across the two workflow CI jobs.
02207f7a8 Merge pull request #1540 from NREL/deprecation-msgs
b251c34b7 Adds error messages for all extension elements that have been moved/deprecated since v1.0, so that the input is not silently ignored. No need to do this for non-extension elements since the XSD Schema will report errors for these situations.
d9348692a Latest results.
218dba39a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5889de415 Update unit tests.
0f813a83f Hotfix for recirc energy when multiple water heaters.
51f9d2fde Merge pull request #1537 from NREL/ground_temperatures2
c45fa9de0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ground_temperatures2
6598ab605 Merge pull request #1539 from NREL/fix_system_use
053e9130f Fix CI failures.
542804374 Run update_measures.
fb2bf8fb8 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
4063887f5 Accept nearest station in xing lookup.
9d9ad3647 Add comment [ci skip]
1043ac2d1 Fix comment [ci skip]
2b0d89bf4 Fix possible incorrect value for system use, bug introduced in #1456. Adds error-checking to prevent this going forward. Some other minor misc cleanup.
d4ed83b66 Merge branch 'ground_temperatures2' of github.com:NREL/OpenStudio-HPXML into ground_temperatures2
54d28d2ce Skip deep ground temp calcs if no gshp.
b00bb9240 Add test for defaulting xing values.
3a783ad4a Respond to review.
23f6e542e Latest results.
71ac84dff Merge branch 'master' into ground_temperatures2
98ace8d4a Update the changelog. [ci skip]
9cd53e49d Merge pull request #1538 from NREL/misc_cleanup
e24568fd7 Latest results.
951dc9334 Misc cleanup.
092d49814 Latest results.
3370a5343 Convert new csv to utf8.
cde1f9aaa Get the units right.
27148f692 Missed a return.
533d2926d Update the changelog.
4a6174d57 Assign deep ground variables and use throughout.
1fbc70875 Add deep temperature lookup based on xing model.
6c91ec33a Revert shallow and deep ground temperature conflation.
4127a5dcb Merge pull request #1536 from NREL/split_workflow_tests
00b8d21b9 Remove old files. [ci skip]
fd88b9696 Latest results.
004c05172 Fix CI failure
d2a87c7e3 Update pull_request_template.md [ci skip]
ab259ce18 Split workflow tests, so they can be parallelized on the CI for faster turnaround time.
08087e56e Latest results.
91b20b687 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
63caade04 Latest results.
b55b4d78e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4d634565b Merge pull request #1456 from NREL/whole_sfa_mf_models_unit_multiplier
dd97163b1 Latest results.
cfcdcd8d3 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
61a41f2c9 Remove a few more unnecessary sample files.
6f33b34af Latest results.
0cb03bdb5 Fix CI.
939d86932 Latest results.
11c321e7a Don't write Building/Site element when not needed.
b159db6a6 Rename more sample files for clarity.
326d94727 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
1d6ffc2b2 Add base-multiple-mf-units.xml sample file. Rename base-multiple-buildings.xml to base-multiple-sfd-buildings.xml for clarity. Fix CI tests.
57c6489c3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
aeb696f57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a8a4c135a fan_speed_ratio and capacity ratio override
0227ed5e3 Latest results.
c646b8465 Address more FIXMEs, remove some more unnecessary sample files, speed up workflow tests (exclude real homes).
2c7185063 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4ed175e57 Address some more FIXMEs.
d3f54ab5f Remove some unnecessary sample files.
2ec7515e6 Latest results.
44976111e Fix mechvent preheat/precool test.
82faa225b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a1395a187 Latest results.
9272388f6 Backport bugfix.
8b9a9e28f Update expected test results
6471ae75c A couple bugfixes, lots of cleanup, docs/changelog updates.
cc37bc341 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a689e4661 Merge pull request #1532 from NREL/low_flow_fixtures
ca4fa0386 Latest results.
81ed09b8d Allow `WaterFixture/FlowRate` as an alternative to `LowFlow`; hot water credit is now calculated based on fraction of low flow fixtures.
ecb5f33bb Latest results.
7448398a7 Revert change to MSHP rated fan power. Small tweak to max_cop_82 for ductless systems.
0d6450ef1 Remove deprecated variable.
8768fdd2d Latest results.
a890bb11c Merge branch 'ducted_mshp_sizing' of https://github.com/NREL/OpenStudio-HPXML into ducted_mshp_sizing
db9528575 Add airflow rates to CI artifact.
3e2359334 Latest results.
2b7363b38 Latest results.
c7d71f706 Bugfix.
790b17758 Treat ducted MSHPs like ASHPs for equipment adjustments in sizing.
609f2d355 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e05e32269 Fix GSHP test failures and cleanup code.
acf6f83af Merge pull request #1524 from NREL/mains_refactor
4650367c1 A little more cleanup.
1a21de4f9 Some refactor of the code related to mains water temperatures. Added unit tests. No diffs expected.
fe41f908b Merge pull request #1515 from NREL/hpxml-v4-rc2
6c7b95b33 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml-v4-rc2
1b7fdfada Update Changelog.md [ci skip]
e2d970c1d Merge pull request #1475 from NREL/ground_temperatures
3fa726c31 Latest results.
bd656f94c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
766132a43 update_measures
9ece063a5 add nominal speed in sizing, restore get_sizing_speed
dad3635b2 Some refactoring/code cleanup. Expand use of unit conversions.
8d481de9f Latest results.
144ababc1 Bugfix.
c2ee8992f Latest results.
1256d24ec Use the adjustment value for sizing bore length.
b98b24edd Merge branch 'master' into ground_temperatures
b0c5c382a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
5f73cd14b Merge pull request #1519 from NREL/measure_readmes
24e144863 Clarify measure outputs.
377e7dda4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into measure_readmes
ed5b6f039 Latest results.
89a7d03b2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd8a2ce30 Merge pull request #1510 from NREL/hvac_sizing_bugfixes
0c0cac417 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c65b59f5b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bf9f8fa1f Get rid of additional_properties.num_speeds and other cleanup. No diffs expected.
45e5c5beb Merge pull request #1512 from NREL/hvac_sizing_bugfixes_maxload_oversize_limits
d00a792b1 Latest results.
d58194f10 Improve HERS sizing methodology, add more tests.
d1d27255f Merge branch 'hvac_sizing_bugfixes_maxload_oversize_limits' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
3ebeee031 Re-enable asserts
491bb0de3 Latest results.
7d5751b8c Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
44711b0ec Latest results.
bda84481d Update CI job dependencies so that HVAC autosizing unit tests are always committed to the repo.
111c73ae5 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ba0bb787e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
0497a0d6a Merge pull request #1520 from NREL/expand_hvac_autosize_tests
ba2c6a687 Latest results.
71af4e9d9 Latest results.
40b5b96c1 Bugfix.
7a4b215a8 Temporarily disable checks
474936888 Expand coverage of unit tests to include Houston.
2ae3c3a01 Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
33642d827 Expand coverage of unit tests to include Houston. [ci skip]
bd8f16dcc Update Changelog.md [ci skip]
05fca76f0 Fix fan ratio calculation.
d92e6d0a8 Update unit tests to handle new sample files.
b6d093383 Latest results.
447b7e3bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
247650e36 Fix rated fan power in net-to-gross calculation for cases not using detailed performance data. Create method for calculating fan power using fan power curve.
fd5c89d99 Fix names in CI artifact
86dd66803 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
506f8f9b0 Merge pull request #1476 from NREL/os370
39e4d015b Cleanup. [ci skip]
e55d56f25 Update Changelog.md [ci skip]
e9bcb8f21 Add measure README.mds. Automatically generated from README.md.erb templates when running openstudio tasks.rb update_measures.
6e68f8a73 Merge pull request #1175 from NREL/incident-solar-multiplier
7f731f1d1 Latest results.
9a0a3a96c Re-enable Windows CI test [ci skip]
6f3f80bc2 Update Changelog.md [ci skip]
3d6a1846d Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1cbbbefc7 Latest results.
2d225df62 Latest results.
d64e263b0 Merge branch 'master' into ground_temperatures
9fc35028b Run CI
7043d780b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
e988eefe9 Update changelog [ci skip]
71c532c15 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into os370
c5eb879f9 No longer need C++ component [ci skip]
568a20e8d Latest results.
4616c794d Merge branch 'hvac_sizing_bugfixes' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes_maxload_oversize_limits
ff5e8c72f Latest results.
5d25dc9c5 Latest results.
aaecb6a73 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_bugfixes
db33a31f1 Latest results.
0aa37edc5 Latest results.
be05374c6 Merge pull request #1516 from NREL/update-rtd
b7236574f Fix RTD per https://blog.readthedocs.com/use-build-os-config/ [ci skip]
58c0c6ffe Latest results.
eb7ed2642 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f750074a6 Latest results.
d342da337 Merge pull request #1511 from NREL/backport_hvac_sizing_tests
5921fbc6b Latest results.
1ba8f887c Base borehole length on appropriate monthly ground temperatures.
7da24eb03 Set kusuda properties to maintain consistency with previous models.
e138fe529 Pull in HPXML v4-rc2.
437862244 When using the MaxLoad HP sizing methodology, the oversize limits for cooling should still apply.
fecb9ba3b When sizing ACs or HPs for cooling latent load, ensure equipment is not undersized for sensible load. Also applies airflow cfm/ton bounds more broadly.
6ffebe9ef Backport https://github.com/NREL/OpenStudio-HPXML/pull/1501 to the master branch.
09c86473c Update unit test expected values.
67dfaa7e5 HVAC sizing bugfix.
0e41aafe1 Latest results.
087655bbb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5e2d44084 Latest results.
1e88e8a1e Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c2df0d69 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c3988289c Fix rated fan power in net-to-gross calculation.
0fe28b004 Merge pull request #1503 from NREL/whole_bills
2e750ede8 Add the expand icon back into nav pane.
dbdebba3e Latest results.
61c4f64f8 Update the changelog. [ci skip]
18b2784d9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d3eb3c478 Comment about the ground temperature regression coefficients
6d833e251 Refactor a few things in bill measure.
d4b3f1ea2 Create a has_fuels method at hpxml level.
d7a214ed9 Remove random seed arg from tasks.
d4fae980c Remove local extra_files folder and update measure xml.
3a91f4924 Merge branch 'master' into ground_temperatures
6f5c45653 Merge pull request #1386 from NREL/gshp_fanpump_adjust
de3ccd8f7 Latest results.
babbf2ea6 Update Changelog.md
6b6724011 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
ac336d81a Nope, needs to be higher.
2e648144d Fix CI failure. Attempt to revert back to original unmet hours tolerances.
6ac480966 Merge branch 'whole_bills' of github.com:NREL/OpenStudio-HPXML into whole_bills
4c4fbf28f Look for bills in special multiple_buildings test.
0a4e92b90 Latest results.
3a080c064 Merge branch 'incident-solar-multiplier' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b216cc3a8 Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
b07b5ec37 Remove warning exceptions, update Changelog.md.
e61a17a1b Merge pull request #1504 from NREL/os370_pilot_ems
192783217 Latest results.
a4546922a Latest results.
0bd27fc11 Replace boiler pilot EMS program with new E+ 23.2 capability.
7c8d5b075 Collect, and move up, pv systems.
774745bed Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
1a5804cd7 Latest results.
3e867a7d6 First try w/ CI tests
7388b40e9 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
3a218edaf Update message in translator test file.
73b5a277b Add a test for throwing new warning.
b8e853a56 Initialize has_fuel hash.
f4ac28e27 Move has pv up.
c9b08a374 Check for pv across all buildings.
608ad9d11 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_bills
6fe715389 Latest results.
3d9a2b766 Latest results.
22546bad3 Merge pull request #1501 from NREL/hvac_sizing_tests
a3935eb14 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
648d796e8 Fix multiplying by number of units.
6eb7fc8dd Refactor schedule measure to operate on hpxml doc.
d35c39f3a First cut for support simple bill calcs for whole buildings.
3461e5393 Add multiple buildings sample file with bills.
c9b2c376d Use hpxml ctor error check on building_id.
c2d7cb9ce Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
060e044e9 Merge pull request #1433 from NREL/split-battery-losses
2655f9aea Update the changelog and docs. [ci skip]
fef592827 Latest results.
1e685c342 Merge branch 'master' into split-battery-losses
207443e18 Go with the exponent approach for splitting losses.
b6fd48e5c Latest results.
caa342429 Another try [ci skip]
76d97c6c2 Another try [ci skip]
3ef801f02 Another requirement? [ci skip]
a7bf56a81 Fix RTD
5acc16330 Be helpful and search additional locations (and be backwards compatible)
dd0aae67b Merge branch 'hvac_sizing_tests' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
e88db546d Update failing CI tests.
96513753b Latest results.
0dc595f19 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into hvac_sizing_tests
f83826e68 First pass on replacing HVAC autosize simulations w/ unit tests (for speed reasons).
5c1899ed6 Merge branch 'master' into whole_sfa_mf_models_unit_multiplier
499684499 Update build measure to check more on emissions scenarios.
5c6ea0711 Show bug by assigning emissions fuel units in base-sfd-header.xml.
a5dcd1a14 Latest results.
5389a6f38 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into split-battery-losses
055b52aed Merge pull request #1500 from NREL/epw_path_bugfix
7b19de7cd Need to check number of buildings here too. Pointed out by @joseph-robertson
d72dafae3 Clean up Location.get_epw_path method.
0215e468a Fix possible simulation error related to EPW path.
255fa708b Merge pull request #1457 from NREL/build_whole_sfa_mf_models_unit_multiplier
807e7465c Few review items.
3a8d55b55 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
3682e332f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
7edc02eaf Merge pull request #1489 from NREL/resilience_battery_losses
1237e529f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into resilience_battery_losses
fe46a5e09 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4ee7943a3 Latest results.
b63b0b8e6 Latest results.
da13ed33f Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
340080c2b Fix CI failure
0c8459b1d Bugfix.
e8084e0c1 Bugfix.
bad31f76d Bugfix.
4fc424efb Revert.
6ff05d831 Add error-messages around building features that are not supported. Re-enable more tests.
b97017bd5 Change a value for bad emissions scenario file.
72332831c Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0c7f5957c Allow emissions same name but different type.
2f6111211 Latest results.
a544b0fde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2b8df30eb These files now run [ci skip]
015b67471 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
5bd862270 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
4902b2839 Update same emissions scenario name in sample file.
4ca78220e Another newly deprecated methods [ci skip]
ed024c39a Merge pull request #1491 from NREL/hpxml_v4_conditioned_space
3e857ce84 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
3fdd3ffd4 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
bda795851 Switch from some newly deprecated methods [ci skip]
7f6a43b6e Update logic for catching header issues.
499fae757 Merge pull request #1490 from NREL/hpxml_v4
6bee34ee7 Possible merge conflict in tasks.rb.
17ce9978e Refactor error checking on hpxml header inputs.
f974b29c5 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4
6d171e75f Add warning for portable spas; move other warnings from ruby to schematron. Add tests.
436d5a5b3 Update measures
40ed081ff Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into os370
777c46960 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e9f3c2c1f Latest results.
5205e1889 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
b101c77b6 Bugfix.
8a185d891 Latest results.
f1a03366f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
88f797203 Fix tests.
2934a76ab Latest results.
8c857a758 Latest results.
f2377cb0e Update project URL [ci skip]
cc8369bf2 Rename [ci skip]
9ec8f423f Automatically add issues to project board. [ci skip]
1c29c0f7f Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
4450d6fd7 Missed one file
9b4a761d7 Moves some elements from SoftwareInfo/extension to BuildingDetails/BuildingSummary/extension to allow variation across MF dwelling units.
7e85203ca Fix CI failure.
1606aa31c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
a4280a1b0 Merge branch 'hpxml_v4' of https://github.com/NREL/OpenStudio-HPXML into hpxml_v4_conditioned_space
e9f95ae0c Fix CI failures.
2d79faf67 First cut at errors for conflicting header or building inputs.
67c0e2efc First pass on using "conditioned space" instead of "living space"
8e40cee43 First pass on updating to official HPXML v4 schema.
a28777224 Clarify new argument and add more description.
27c8a79b1 Clarify test.
4fb3faf39 Merge branch 'build_whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into build_whole_sfa_mf_models_unit_multiplier
e8c49e0f8 Remove need for base-two-buildings files and call BuildResidentialScheduleFile once for each building unit.
0b604eb8f Revert comment. [ci skip]
c6fe8903f Merge pull request #1486 from NREL/dfhp_sizing_docs
c407654cd Clean up.
ec6519a38 Add comment about deleting extra SchedulesFilePath. [ci skip]
10170eb1c Regenerate both schedule files from new sample file.
becc012fc Actually add two buildings sample file with different detailed schedules.
f409f236a Update a few enclosure and weather tests.
7a9520667 Create a new sample file of two buildings having separate detailed schedules.
143583f80 Update changelog [ci skip]
5f8486ba5 Latest results.
d9d57f657 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
36c3b0837 Merge pull request #1478 from NREL/whole_sfa_mf_models_unit_multiplier_schedules
c49b1724e Merge branch 'ground_temperatures' of github.com:NREL/OpenStudio-HPXML into ground_temperatures
75e61c7ff Pull undisturbed adj into existing ground temp method.
09097cd83 Latest results.
c68cd4de4 Bugfix.
0504e7466 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier_schedules
aaabb6922 Remove obsolete code.
00a53dc1f Remove battery losses EMS output var and use other equipment object directly.
927ff665e Fix cases w/o batteries.
5eb2120a8 Latest results.
f12b1b4cf Fixes battery resilience output so that it includes battery losses.
4d5632e13 Undisturbed ground temps vary by TMY.
449e690b7 Latest results.
4b6e05d75 Few more updates for the deprecation.
998b658ea Deprecate hpxml header location of SchedulesFilePath.
98d91cf8a Respond to review comments.
2d3e5b12a Update validator and ruby error messages test.
693c7aa5f Update docs and epvalidator.
0d9d31410 Latest results.
59ef8d62a Merge branch 'os370' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
9bcc9f75e Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into incident-solar-multiplier
6b099bad0 A little cleanup.
78e37b542 Document autosizing methodology for e.g. dual-fuel HPs.
816536fe0 Few fixes in build schedule file tests.
4d28cc0b0 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
d1dd11fb3 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
d8c2883bc Does this help?
1bbfaf6d7 Change split in charge and discharge inefficiencies.
d76e39f3b Probably won't help, but no need for these to be global vars
d10f149d2 More debugging
46fb2cf20 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
d4e9fc6e4 More debugging
c54d757fa Latest results.
c361087ba Revert to OS 3.6.1; trying tests w/o parallelization
601d0c9a2 Update for OS develop
a51d78e15 Resolve merge
0978d7dd4 Update for OS develop
af8081eda Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
696eef19e Try develop
c28a3a350 Merge pull request #1483 from NREL/misc-cleanup
ee18aabdc A little more debug
77bdf2d4c Debug
565a6f027 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f6f2ec452 Revert to full tests
fc8db4b92 Latest results.
c8a2b3a09 Improve stratified tank UA calc. Some refactoring of schedules to reduce global variables and avoid a ScheduleFiles::set_unit_model method.
cfcbf6bce Fix CI?
d4c2452d5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
9002ccd9a More progress on DHW. Stratified tank (non-HPWH) and solar test files now pass.
57b77b914 We shouldn't set a default value for an optional argument, as we want the OS-HPXML default (downstream) to be used.
1278ca1c0 Set idref to nil on cw and dw when wh is deleted.
6086d84d8 Remove unused array in build measure.
369eda63a Merge pull request #1480 from NREL/hpxml_sync
0a1ea17e9 Sync w/ hpxmlwg repo
5ce281714 Add error message
5180896ba Update `HPXML::has_fuel` method to work with multiple Buildings
50a2293b6 Latest results.
1a21f2e7b Some code cleanup/simplification.
32e5d6cb8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
f8082a6b2 Append in.schedules.csv int only for 2+ buildings.
336357923 Add error-checking if unique objects have different values across dwelling units.
7b84afccc Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
fced72357 Updates for schedules filepath backward compatibility.
3858f3940 Attempt to address meta_measure.rb FIXME
0ff590cc4 Carry building_id to schedule file measure in run_simulation.rb.
6b46d321b Updates for bldg header and schedule variation across units.
3612308b8 Merge branch 'whole_sfa_mf_models_unit_multiplier' into whole_sfa_mf_models_unit_multiplier_schedules
966a5a699 Update schedules and validation test files.
11f5ffa33 Update expected warning
bbc25749e This FIXME has been addressed.
e9e7595c3 Provide a warning when NumberofUnits is greater than 1
04a9d186e Revert removal of the unit_model workaround.
74ad7beb6 Introduce new building_id argument and test it.
0e0978686 Updates to schedule file measure for multiple buildings.
3608f7ef7 Update build schedule file measure and tests.
039b9acc4 Regenerate all sample files with schedules filepath.
64df290a5 Update build measure to write building level schedules filepath.
bb6995a02 Create class for schedules filepath at building level.
fd50873bb Merge pull request #1477 from NREL/os370-vol
5433a306b Latest results.
23a7ee05d Try removing warning exemptions
ea3a1c356 Hardset space volume so we avoid autocalculating it.
307ec00d1 Skip a couple tests to get the CI happy
488d2fd3d Latest results.
4aac7fc52 Revert XMLValidator change
18df4d3c6 Try to get everything running on CI
00f9921e7 Oops.
0f8290224 Skip another warning for now.
179eb3a6a Latest results.
6986346f2 Address OS SDK change, exclude new warnings (for now)
5e218b5d1 Remove OS temp dir collision workaround
74578a8f1 Remove component load workaround
369b7b63e Bump to OS 3.7.0
fca555c83 Exclude file w/ battery.
1bd8bb72a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
22871b732 Set fixed rated W/cfm for ductless systems.
398a07922 Add timeseries test asserts for 1x vs 10x results.
d395572ae Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8e9a50696 Timeseries airflow outputs now work.
dbf8fbe02 Latest results.
9daa31e67 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
8c4a1b039 Enable more test files.
61f1a57ff Latest results.
808381f76 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
bdbcddd1d Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6f32530cf Enable more test files.
379d9e765 Latest results.
f35211721 Fix CI error; this seems to be a better solution than the previous hack.
d64bf86a9 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
4fd2701e4 Misc updates to docs.
70029045c Latest results.
81ebbc6f4 Address duct losses.
d9fc66acc Address GSHPs
e4a812048 Revert use of Table:Lookup for constant values. No diffs expected.
5809cacff Latest results.
fa21b59b1 Use adaptive step size tol of 0.1; gives results very close to using 0.01 and had no discernible effect on runtime speed.
a97a58c10 Latest results.
6ab4baa38 Latest results.
3bcc25dad Latest results.
1c2ef6dff Skip another battery file.
b2b89b8f2 Simplify HVACSizing.apply_hvac_fixed_capacities method and minor code cleanup. Diffs only expected for files with detailed performance data.
0eea8a06e Simplify/merge code related to capacity ratios; no diffs expected.
2c4f0ecab Fix CI failure
f89ba7f01 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ab9f6ff2e Expand sizing tests, and a little cleanup.
2109812b4 Update HPXMLs
34249402d Exclude batteries for now.
da32377dc Some code cleanup and minor bugfixes.
3a70bf497 Merge branch 'gshp_fanpump_adjust' into ground_temperatures
6e49026db Increase unit model shift to reduce possibility of shading
adc9580a5 Latest results.
21e906269 Latest results.
3a961906f Update expected cop values in gshp unit tests.
9195f5775 Add a weather test for checking all iecc zones.
0f05b4543 Add hvac_sizing call to get undisturbed ground temperature.
7c7096ac7 Add ground temperatures csv table.
6c42705d0 Add method for getting undisturbed ground temperature from table.
18f32ca6a Bugfix.
cfbf0c72b Merge branch 'master' into gshp_fanpump_adjust
22ed937b9 Avoid setting unique ids on the first building element.
7b6da1096 Latest results.
97b09ec62 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
686567ad5 Backport Joe's bugfix.
7e98f9540 Update ductless max_cop_95 coefficients
1bc97a113 Fix CI error.
8bb3af688 Latest results.
21c1d9f32 More advanced stress test. Rather than running the one HPXML Building with a 10x multiplier, we create two identical Buildings, each with a 5x multiplier.
e7014938c Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
0bb3503b4 Oops.
25b3d9ee4 Latest results.
581ff5022 Address unit multiplier for batteries.
867d244ae Fix merge.
6ed0c4330 Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
0dd6be8bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
6df3dea8b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
b506ceb84 Need to protect from negative lookup table values on the other end of the ODB range as well; found while modeling a NEEP product. No diffs expected.
9123259c0 Merge branch 'master' into split-battery-losses
30279ccd2 Latest results.
7d9106158 Use constant extrapolation
18a0ddc57 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4c029939f cleanup for heating
48b9ae5a0 cleanups on hvac sizing
60c787681 Latest results.
0f2c7adb0 bugfix
71f2b28a3 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2e03763de allow increase capacity for detailed performance data inputs
db4a5972a Latest results.
ba031a0c1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4f5a98a82 Create range bounds for independent variables that prevent negative Table:Lookup values and add some error-checking to ensure we aren't creating Table:Lookup objects with negative values. Revert from Table:Lookup to curve objects for HVAC system types other than those using detailed performance data, given there are complexities/risks/performance considerations to using them.
64a4c9bd5 hvac sizing improvement for detailed performance data, some cleanups
227dfb3b3 Refactor similar code into a single interpolate_to_odb_table_point() method. No diffs expected.
3feb77d14 Latest results.
597060828 Always calculate capacity retention factor at 5F when detailed performance data provided.
acd24699a fix retention ci error
aa9efdd2c adaptive step size first cut
2b552f6f1 oops, forgot to delete dead codes
3b2300d01 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e21d6f201 hvac sizing heating retention adjustment and cleanup
0f80b93a4 Merge pull request #1467 from NREL/build-res-validation
4de9a0a6f Another remove.
7fb1dfc97 Remove checks for bad duct defaults.
8dbaf08de Merge branch 'master' into build-res-validation
88c7cf06c Oops.
152602f54 A little more cleanup.
1609f0a2f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7e65a8751 Misc code cleanup; no diffs expected.
3bd9239a3 Latest results.
122b55a7e Add dataSource="software" to defaulted performance data. Remove default heating 17F datapoints, not necessary.
7b8cd4df3 Update the changelog. [ci skip]
9b51701f0 Clean up test file.
bbffe1e00 Merge pull request #1466 from NREL/pandas-updates
a07ab12f8 Cleanup sample files; only need CompressorType="variable speed" for files with detailed performance data.
ca8f765c0 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
80c9fcbf4 Merge pull request #1469 from NREL/better_warning_checks
d914a9a03 Latest results.
d0e8d048f Better warning checks.
87a401538 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
65f642ddc fix test for new default too
f9eba7354 update the cop vs hspf coefficients
8bde279f3 Latest results.
2e72647ce Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7a21680ce use compressor lockout temperature in table lookup
31931317b Catch errors for certain duct surface area arg combos.
8274e22e7 Latest results.
09cb506a0 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4af6da1f2 change the heating rated condition
6051e8007 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
98ef4d312 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
f6803ad24 Fix object names [ci skip]
dcc3f59c6 one bugfix for interpolating
1d968719b Add test for demonstrating invalid defaults.
213e50609 Must write defaulted hpxml_doc before validating.
8212560c9 Update apply_validation arg in build test file.
5429fbd50 Change behavior of apply_defaults and apply_validation.
f18a78d9c Latest results.
35d4abfb0 Latest results.
4355a1b08 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1e1a68ea1 add iq+detailed performance data test file
e0c35ecfa Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2323edb5a Fix CI failure
d8201192c alternative fix for iq
18029c346 Latest results.
7b4bfc7d1 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c47592293 Show heating capacity retention fraction in in.xml for variable-speed HPs w/o detailed performance data. Document new default for variable-speed HPs. Round capacities/COPs when defaulted in in.xml.
26d0f04be Wrap pandas read_csv method to handle new version.
2aab954fb add cooling capacity ratio from max to rated
9bc83c0a7 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ce4c29c34 fix iq issue
5ab446dc0 Require CompressorType="variable speed" when providing detailed performance data (for now, at least).
2ebf00caa Latest results.
180bf1568 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
e5a60524d Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
bdb6d8f9e update wall placement cop correlation
a4072e756 Add extra build measure tests.
e96a47e70 Merge pull request #1463 from NREL/generic-locations
a735dcdf4 Fixes error message for attic_type. Also removes unnecessary local variables.
14c97553c Update the changelog. [ci skip]
f346a3adc Latest results.
6aa21d1f3 ignore shr warning for now, adjustment is small
4a7ebc84b Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
4541de0a9 Fix one CI failure
f50e6f92e fix unit tests for cfm/ton
5641df67b This shouldn't be needed.
36943966a Simplify the new methods into one.
522140481 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
09b8bceed change cfm/ton to be 400
4d11f610f Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d5f7ce1d Allow CompressorType input for MSHPs/MSACs (though it has to be variable speed). Previously we just ignored the input, but now we will throw an error if a user tries to model a single/two stage mini-split.
387217192 Merge branch 'generic-locations' of github.com:NREL/OpenStudio-HPXML into generic-locations
5ec271c86 Fix typo.
f0683ee95 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
dd3f3df38 simplify constant table lookups
d0f20ae6d Removes HeatingCapacityRetention from HP sample files, since it is ignored. Also moves some sample files properties from tasks.rb to hpxml_inputs.json, so they go through the BuildResHPXML measure.
ae6c4feb1 Latest results.
649eb8bed First pass on docs. Minor hvac.rb and EPvalidator.xml cleanup.
8d09f5207 Move tests over to build measure test file instead.
18878be10 Same for water heater and battery locations.
2351cdab9 Latest results.
350cafabc Fix order of elements in docs.
e78734588 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0b1a2e765 Add new sample files for additional duct location choices.
6d606b8fc Update duct location argument with new generic choices.
473692095 Add generic attic and crawlspace constants to hpxml resource file.
29f870e35 Address some FIXMEs. [ci skip]
b17729806 Latest results.
b9b3bc3ec Merge branch 'master' into split-battery-losses
d1f197b49 Latest results.
28bb9d36b method name issue
48a9031f2 remove one comment
a2b189eab Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
12135044d modify hvac sizing adjustment based on new approach, remove var speed system ft curves
63fdc9a63 Latest results.
c36a208e2 deprecate hspf and seer calculation methods for mshp
393752c86 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
d04cfa248 fix unit test, add performance data unit test
e65283124 Latest results.
db9c77907 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
35a61e18a report user-entered rated capacity instead of maximum
7c88b12b0 fix air flow using rated capacity. Add rated capacity as required input for reporting
cfad443ab Merge pull request #1461 from NREL/hp_temps_error
807b1cd19 Bugfix.
db7b8cac3 Throw error if compressor/backup lockout temperatures are close to each other for HP w/ electric backup.
ecdfd3bde Merge branch 'whole_sfa_mf_models_unit_multiplier' into build_whole_sfa_mf_models_unit_multiplier
e65789c1b revert cfm/ton
74c4288eb Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
c443d6d82 fix the order issue, deprecate one more method, add some comments
be8657975 Add error-checking and tests for incomplete datapoint pairs.
46fff7751 more flexibility for detailed performance data specifications
7823911ce Latest results.
af530fec3 Fix unit multiplier tests for PV, generators, and mech vent.
5a38d9090 add cop from seer for centrally ducted system
663bfde97 change the method to ensure nonzero capacity for detailed performance data
01b292fcc Latest results.
01b6e96fb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f1da02990 Add tests that compare results of sample files against the same sample files with a 10x unit multiplier. Fix unit multiplier for more building components.
8c6174957 enforce heat pump cooling and heating detailed performance data to be provided together, allow ac detailed performance data inputs
882ae0002 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
05238285e progress on cooling defaulting implementations
88e752cb7 Latest results.
981161065 add ac test files
bcbf0f02f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
06280319d use HPXML constant instead of hardcoded string
955826cbf change tests too
7c20721c7 address comments
704f0d148 Merge pull request #1455 from NREL/buildreshpxml_duct_fractions
129f367c9 Need to ignore shading_id attrs.
ff3aed825 Remove debug line.
b0430c9f7 Validate files created in build measure tests.
8c95d15f6 Handle all buildings from workflow tests.
8ceda701c Set unit_model on schedules_file instance.
692f9aeed Avoid hardset of site id and shading ids.
50b4970af Remove clothes dryer from first building in sample file.
09eb9a539 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
2590ba7ad Try multiple buildings with detailed schedules.
e0312e7e0 fix test default for new defaulted capacity retention of var speed systems
989255809 Avoid duplicating bill scenarios.
d05086b64 Make SiteID variable to avoid overwriting it.
ec313d7fb Update sample files.
9cd85ce62 Update build measure to add buildings to existing hpxml file.
36d044a17 Latest results.
c953e2cea Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
82e48e955 fix unit test, handle capacity retention inputs for 1/2 speed systems, handle capacity net to gross conversion for all dx systems
89732f2cb Small bugfix [ci skip]
d4af087d8 Update ReportSimulationOutput so that more outputs are for the whole MF building. Still need to fix and double-check some things.
0d61bd1a0 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
77c49d4ed Fix CI failure.
e347a970d Latest results.
93b757ce2 Update in.xml to reflect the entire HPXML file when using `-b ALL`. Let's see what breaks...
d6c8a73ec Fix a couple more tests.
88626d65d Fix lots of CI tests
3ca3daaf7 Merge branch 'whole_sfa_mf_models_unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
f8616b21b First pass on expanding HPXML class to support multiple HPXML Building elements. Not everything works yet, but many things do.
16acfc6cf Latest results.
ef3e4c470 Bugfixes.
9501aef17 Fix possibility of missing tmains schedule. Fix boiler pump energy.
b3286c411 Latest results.
cd44b313e fix cooling only case
e9493c712 fixed a few bugs related to 17F capacity and capacity retentions, added unit test for overriding these two inputs when user provides detailed performance data
83da1fc48 Improve water heating and tank losses
c40dd0a0a remove top level capacities for detailed performance data test files
8a1034df4 moved the default neep data method call to be after hvac sizing call
05b2bd723 change user input capacity to be rated instead of maximum
f1eef4900 fix autosize error
712883a30 Merge bugfixes.
02905d38b Address heat pump backup.
591942485 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ae0852066 small fix
011233a92 heating default methods added
c731a179c Merge branch 'unit_multiplier' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models_unit_multiplier
efd774aac Clarify docs.
67e71f32f Prevent possible divide by zero error if duct area is zero (e.g., because the number of return registers are zero).
8622c1601 Update comments/changelog [ci skip]
77bbfa880 BuildResidentialHPXML measure: Allow duct area fractions (as an alternative to duct areas in ft^2).
c5ad64cde Fix CI failures.
b99c32cef Bugfix.
9b4f957fa Fix water heater EC adjustment and boiler pilot light.
4e7d16abe Progress on appliances, lighting, water heating, component loads. Fix cooling.
94d3b0b96 Update README.md [ci skip]
8b64ec6a7 Apply it to all thermal zones (probably doesn't matter for unconditioned zones, but matters for duct zones).
efe6d818e Step 1: Use E+ zone multiplier.
0534a62ff Fix CI error with a different hack.
2fe693ac9 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
2c1ffcb1c Fixes CI tests
1d41b521e Some runtime improvements.
f1839d162 Latest results.
b15d861d8 Prevent overeager EMS renaming related to 'foo' and 'foo_1'.
feb60267d Fix typo.
7b100bd1f Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
07f0ae43e Avoid using object names to infer the building feature. Other misc cleanup.
2f01ebcfb remove unnecessary data structure
ce90c7e52 Latest results.
f29e242ab Latest results.
a024f270c Bugfix for no ducts.
cf7820ed1 Bugfix for loads calculation when there are multiple duct zones.
019df591d Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
9ad2cbfa4 Fix unmet hours.
1879b8d2b Latest results.
09abfa44f Bugfix.
6399212aa Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
cbb8ff9be Bugfix.
b6fc15547 Merge pull request #1451 from NREL/minitest
e84462498 Address total loads, component loads, and unmet hours outputs for whole-building models.
aafae74fe Address minitest release change that causes CI errors
42363adc5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
73f5c6f80 Merge pull request #1449 from NREL/eia-2022
d4e00dbbf Update comment.
95e33500a Few minor updates.
c0e0d8a85 put two fixme comments for hvac sizing
4e8075b75 Latest results.
ef3da1442 Merge branch 'master' into eia-2022
6f1a6b578 Update the changelog.
791d06340 Updates for gas, oil, propane.
241b05c07 Merge pull request #1448 from NREL/buildreshpxml_cfa_served2
27b787769 Merge pull request #1447 from NREL/has-fuel-fix
02caf0a38 Update default test for new elec rate.
f1b18573e Update utility bill tests to fix elec rate.
2ae4b407f Point to new 2022 column in electricity csv.
3d7b47c53 Add updated electricity csv and link.
16b08a31b Latest results.
c6faa2ddd connect performance table for heating
1c5eddaba Implement solution.
3ee9ecfed Update hpxml inputs json with failing sample file.
8070cd0dc Hit expensive operation just once.
40c4b6a96 Update has_fuel method to catch gas fired pool and hot tub heaters.
22efeb879 Merge branch 'whole_sfa_mf_models' of https://github.com/NREL/OpenStudio-HPXML into whole_sfa_mf_models
feaad3e9d Port over unit geometry shifting.
834961bb3 Latest results.
fd5ca970e Fix CI tests, maybe.
6e8523fdb Bugfix; only process weather once for faster performance.
1cfeb80e2 First pass on being able to simulate whole SFA/MF buildings using code prototyped in URBANopt.
98e5764b1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
0046eb678 Merge pull request #1445 from NREL/shorten_json_filename
89f1a99fa Add comment [ci skip]
e849b90ba Renames ReportUtilityBills test file so filepath is shorter.
6239d9ee1 bugfixes
6945e05bb Merge pull request #1442 from NREL/report_outputs
28b9f620c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into report_outputs
10f6880b3 Update Changelog.md
023485441 Add test.
fad91b6d3 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5d2a7c3ab Merge pull request #1441 from NREL/buildreshpxml_cfa_served
63b01994a connect to table lookup
290b12c0a Add outputs back into reporting measure.
3e6ae519a Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
ef1015600 progress
e56b1948f Latest results.
78bc6c366 Add test file to demonstrate fix.
43a992e6b Fix air distribution CFA served for central systems that don't serve 100% of the load.
4f093def6 Simplify fraction duct area docs [ci skip]
71daa5d21 Fix typo in docs. [ci skip]
e80ced871 Merge pull request #1439 from NREL/duct_lto_warning
159cb7bac Latest results.
6b8be82e1 Latest results.
df73641ca Bugfix.
ed102a8ef Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8f116be45 A few refactors, add interpolation, add correction for indoor conditions
b575f71ed Moves duct LtO warning from schematron to ruby measure, so that it can handle cases where the duct location is defaulted too.
fec823024 Merge pull request #1437 from NREL/peak_elec_annual_output
6ce4cac31 Latest results.
e3e3eedac Adds "Peak Electricity: Annual Total (W)" output.
733135a96 Oops.
3de7069d6 Merge pull request #1436 from NREL/space_heater
80a9dc867 Latest results.
6f85ab912 Replaces `PortableHeater` and `FixedHeater` with `SpaceHeater`.
f0ccd0d42 Latest results.
b7dffa88a Merge branch 'master' into split-battery-losses
037d48753 Add a sensor for discharge.
20e965eeb Merge pull request #1212 from NREL/batteries2-resilience
c4fb04316 Latest results.
d39b516a9 Minor tweaks to changelog, docs. [ci skip]
176ba83e3 Merge branch 'master' into batteries2-resilience
a65da7373 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
5ec0d4ef5 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
173c3e04a added convert_net_to_gross method
1f113e818 Merge pull request #1431 from NREL/bugfix-cond-basement-full-slab-ins
9857a70be Latest results.
510a02215 Bugfix.
b3e69f1c5 Add test file that illustrates error.
f0402154a Minor updates to docs. [ci skip]
420eb2675 Skip resilience calcs based on include args.
9ab39d9b7 Further reduce duplicated code.
a9188d845 Add output test for monthly resilience.
40f047428 Simplify forcing monthly outputs.
324ddf237 Clean up in changelog, arg descs, docs.
dc64a8284 Update ReportSimulationOutput/measure.rb
df29e9c6e One more documentation update, suggested by Scott.
fc00a8a7f Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
1f712063b Update documentation
f9d741dce Latest results.
47a24358a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
2f3aad7f6 Latest results.
e0114e99d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
1c6099208 Merge pull request #1426 from NREL/fix_sum_error
f986911f7 Latest results.
63b55fe33 Fixes possible "Electricity category end uses do not sum to total" error for a heat pump w/o backup.
eafe7187b Latest results.
1700de732 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
8eaad3696 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
823c299f9 Same result, but equations are simplified and more readable
36d725599 Merge pull request #1340 from NREL/mobile_home_belly_ducts
af2b74ba2 Need to remove it from here too.
402957ef5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
7e9f9b29d Update line endings
3eb69d2a1 Update line endings
ad466492a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
78c8d1dbe Add gitattributes to prevent HPXML EOL diffs
48d29e598 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
c429b1fca Latest results.
448c4c7c0 Merge branch 'master' into batteries2-resilience
0a519a7cc Merge pull request #1408 from NREL/build-res-sch-file-readme
a4e4ca1b3 Merge branch 'master' into build-res-sch-file-readme
9286bfcfd Latest results.
3e8347e49 Merge pull request #1420 from NREL/schedules_with_mixed_timesteps
02ef16859 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
8e4d8f883 Merge branch 'heat_pump_detailed_performance' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
752cb34df save progress: added clg/htg ap data structure to store neep inputs, added placeholder for methods
52af200f7 Expand the original schedules hash.
f247eebde Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
0b45c71ef Latest results.
0bedf67a0 Use the new adjustments, not the old ones. Oops.
95cbda0ee Merge pull request #1365 from NREL/monthly-bill-outputs
e3f9ab909 Latest results.
5a0dd75b9 Remove whitespace. [ci skip]
a9fd090c0 Try updated method with 3 unique schedule lengths.
4f7a10a6f Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
4182197f2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
13e10a4db Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schedules_with_mixed_timesteps
deb2c5e0e Merge pull request #1423 from NREL/hp_equal_lockout_temps
38edf06ae Latest results.
8465951f0 Latest results.
ec971eb70 Fixes error if heat pump `CompressorLockoutTemperature` == `BackupHeatingLockoutTemperature`.
4199ec71b removing unnecessary water heater in mobile home belly testing file
77f664ef9 Latest results.
7db0d5f1a Add sample file with outage and mixed schedules.
57a44a8f4 fixing water heater error messages in tests
66d5d6443 Update the changelog. [ci skip]
9b00b5a92 adding break for defaulting skirt present
b1cb896a3 no longer allow belly for water heater location
ed2121a4e updating docs for manufacture home belly in UnitLocation
d568fd099 Apply suggestions from code review
de1887882 Latest results.
5f9548df8 Set setpoint args to null in new sample file.
154b45476 Update export method to expand schedules with fewer elements.
ca1764845 Correctly handle not including annual bills file.
24ee417c9 Update remaining tests.
f55f603b9 Demonstrate error.
2bd761662 Refactor bill test file.
fd1ef0e01 Get only monthly values in run period.
dcb7cce56 Update the docs.
8a12ae9a4 Latest results.
5bf22a413 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into mobile_home_belly_ducts
99676f08a Simplify run_simulation.rb by removing some rarely used options. [ci skip]
ab25d31ee Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
97a94432e Merge pull request #1403 from NREL/foundation_translation
3286f37c6 Latest results.
80cf2bc8a Update measure xml file.
6f5470638 Merge branch 'master' into build-res-sch-file-readme
bb7939512 Update test.
e09e31a0b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
ed91076b2 Merge pull request #1417 from NREL/lighting_kwh_multiplier_bugfix
1baf8cc39 Latest results.
4d529ae5b Bugfix.
5aa9394e7 Latest results.
84e4cb293 One more minor bugfix.
d8872d323 Fixes lighting multipliers not being applied when kWh/yr inputs are used.
3b51b5973 updating docs for AssemblyRValue of manufactured home belly
91e059687 removing commented out NoWind for ASHRAE 140 becasue it's being done elsewhere
c94a03640 updating changelog
2d32801ff Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
5b8c76dda Merge branch 'master' into monthly-bill-outputs
6bd47d9fe Merge branch 'master' into batteries2-resilience
12333b110 Merge pull request #1414 from NREL/heating_system_2
0ac7de4c9 Re-enable warning. [ci skip]
03d571f21 Updates to fan/pump adjustment. Now gives reasonable values, slightly different from the old adjustment. Still needs a little cleanup before review.
2f3bc9c1e Latest results.
2936f8c5a Remove fixme comment.
46de010fa Use msgpack meterdata for monthly timestamps.
a77f9a04d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
ba7d63c18 Remove debug stuff
103fe6eea Fix tests.
9f93842b8 Update tests for new monthly file format.
98c00b776 Round monthly results.
7d8502cff Write monthly bills to look like timeseries.
0ed9fd4fa Latest results.
b0a6d62c4 Apply rubocop.
bbcea368f Merge branch 'batteries2-resilience' of github.com:NREL/OpenStudio-HPXML into batteries2-resilience
4b122becf Add ems battery loss to crit_load.
d06930443 Merge branch 'gshp_fanpump_adjust' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
efda915e5 Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
d7cb726c5 moving floors over ambient back down to z=0 for ASHRAE 140 tests
054553281 Merge branch 'batteries2-resilience' of https://github.com/NREL/OpenStudio-HPXML into batteries2-resilience
326307cef Some updates to resilience calculations, Joe is going to help me take battery losses out of the Electricity:Facility so I can wrap up testing. Thanks Joe!
6ed5ff552 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
59035cc33 Merge pull request #1415 from NREL/v170
84c729f12 Minor cleanup. [ci skip]
ce091d164 Merge branch 'v170' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
e6eab0a1c Prep for v1.7.0
ca2c03de1 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into monthly-bill-outputs
fedffb104 Latest results.
11542a1ad adding validation of manufactured home belly only on manufactured home building types
40e72b24a adding mobile home belly to water heater enums
38be4edda updating hpxml schema to add mobile home belly to UnitLocation
b97255638 Latest results.
ac559fd95 update xmls
3ed6d39dc update measure.xml
f88c04f4d Merge remote-tracking branch 'origin/master' into mobile_home_belly_ducts
f798647d4 Latest results.
fb2fd345e Fix bugs related to hvac distribution assignment.
69937ba97 Add sample file for shared boiler with secondary fireplace.
f1ecdf84f Latest results.
8e7b8e485 Merging in some of the other checks from REopt: we weren't actually charging the battery off of PV if you're net generating in the prior implementation, and we should be.
13cace3ef Latest results.
45d917f30 fix bicubic calculation coefficient order to be the same as E+ coefficient order
44a23717a Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into gshp_fanpump_adjust
265c88f19 Moving to a size independent calculation
3b9f0fd87 Latest results.
fd20aec87 Try a return when batt_soc is not positive.
20fd0758e Merge branch 'master' into batteries2-resilience
223240d1f Update the readme in the resources folder for the build res sch file measure.
a273166c6 change variable range for boiler
79a4a8899 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
7f1e6dc36 fix installation quality program and remove calc curve methods
f21ac6dae Latest results.
24d7f1105 Merge branch 'foundation_translation' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
6ce183979 Small bugfix for foundation wall design load calculation. Code cleanup.
30a4916f3 Latest results.
d0ae074d1 Collapse foundation walls that only differ by below-grade depth and calculate an effective below-grade depth. This can improve runtime for e.g. homes with walkout basements.
e2f4747a8 Latest results.
44095896b Use identical insulation properties across similar foundation walls in the two HPXML files. Small HVAC sizing improvement.
3899cc54b Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
2cff2ae3e Merge pull request #1405 from NREL/foundation_hpxmls
a2d07f76b Latest results.
6c6279b24 Cleanup some HPXML files with respect to foundation inputs.
d560ac81e Latest results.
9fb058aa5 Fix CI test.
c02b5b45a Update HPXMLs, bugfix, and cleanup.
846dde37a Test monthly total across fuel types.
726b64048 PV credit to final month, and add monthly total across fuel types.
b766d90d6 Improve some of the real_homes HPXML files. Further simplify/refactor translation code.
220b81355 Merge branch 'master' into monthly-bill-outputs
145dda313 Merge branch 'foundation_translation' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
49b9f2f4c Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into foundation_translation
302603ffa Latest results.
3d161738e Merge branch 'master' into batteries2-resilience
fca5410f6 update hpxmls
06e249f81 optional parameter
55230694f Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into heat_pump_detailed_performance
a6ea56038 cleanup and more curve replacement
e4f24eace Merge branch 'heat_pump_detailed_pe…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug Needed: replication Bug replication is required
Projects
None yet
Development

No branches or pull requests

1 participant