From ab4e08e490d9985e9293fe3db66e5f4619cdd88b Mon Sep 17 00:00:00 2001 From: Anthony Fontanini Date: Tue, 1 Oct 2024 09:23:42 -0600 Subject: [PATCH] Update changelog --- .../source/changelog/changelog_dev.rst | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/read_the_docs/source/changelog/changelog_dev.rst b/docs/read_the_docs/source/changelog/changelog_dev.rst index 26c6741946..23c9c06afe 100644 --- a/docs/read_the_docs/source/changelog/changelog_dev.rst +++ b/docs/read_the_docs/source/changelog/changelog_dev.rst @@ -90,7 +90,7 @@ Development Changelog :tags: workflow, hvac, feature :pullreq: 1254 - **Date**: 2024-09-218 + **Date**: 2024-09-27 Title: Heating and Cooling Unavailable Days @@ -100,3 +100,21 @@ Development Changelog Specifically, this PR modifies HVAC heating/cooling seasons using number of unavailable days and BAHSP definition for heating/cooling months. Assignees: Joe Robertson + + + .. change:: + :tags: buxfix, floor area + :pullreq: 1284 + + **Date**: 2024-10-01 + + Title: + Update Avg Conditioned Floor Area + + Description: + Reconsile differences between the AHS floor area definition and the OpenStudio-HPXML conditioned floor area. The change updates ResStockArguments to include + Different floor area values for homes with and without heated basements. AHS includes unheated basements in the floor area definition. So sometimes when the + unit has an unheated basement, then the modeled conditioned floor area is smaller than the lower bound of the floor area bin range. This fix also assigns + floor areas for manufactured homes, where previously they were the same as single-family detached units. + + Assignees: Rajendra Adhikari, Anthony Fontanini