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

New stories options for MF buildings #558

Merged
merged 25 commits into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7c195a6
updated stories options for MF buildings
aspeake Mar 22, 2021
75b8880
apply rubocop
aspeake Mar 22, 2021
0026f8f
update project_testing with stories changes; other minor tsv updates
aspeake Mar 23, 2021
de621f4
allow 2 unit floors to have double-loaded corridors; regenerate test …
aspeake Mar 23, 2021
064fb58
updates to MF unit tests
aspeake Mar 23, 2021
0b0a58f
change n/a option to avoid bug in down select sampling
aspeake Mar 23, 2021
393a8c0
update window areas with new stories
aspeake Mar 31, 2021
0bb8c9e
remove units HL tsv, add meta building type height for low, mid, and …
aspeake Mar 31, 2021
7629a33
Merge remote-tracking branch 'origin/develop' into mf-stories
aspeake Apr 1, 2021
9419aac
updated garage tsv for new stories, clean up options_lookup
aspeake Apr 1, 2021
737e5b8
add stories low rise options to options lookup
aspeake Apr 2, 2021
c10de65
tsv updates from resstock-estimation/fix/70-mf-floors
aspeake Apr 6, 2021
00bba7a
updated options for building type height in project_testing
aspeake Apr 7, 2021
4d02808
update building type height bins
aspeake Apr 16, 2021
59ed4c1
add updated building height type arguments to options lookup
aspeake Apr 16, 2021
07820b9
new stories bins for mf units tsv
aspeake Apr 16, 2021
f60ffe8
data format fix
aspeake Apr 16, 2021
fcfe9f4
Merge remote-tracking branch 'origin/develop' into mf-stories
aspeake Apr 27, 2021
a47a510
regenerate osms
aspeake Apr 27, 2021
f0bebae
Merge remote-tracking branch 'origin/develop' into mf-stories
aspeake Apr 29, 2021
cd32c13
Merge remote-tracking branch 'origin/develop' into mf-stories
aspeake May 5, 2021
d3a0b1f
Merge branch 'develop' into mf-stories
afontani May 10, 2021
e480f8e
Update CHANGELOG.md for Multi-family Stories Increase
afontani May 10, 2021
0dd054c
Update dependency graphs and dependency wheels
afontani May 10, 2021
bacb949
Typo in CHANGELOG.md
afontani May 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## ResStock v2.5.0 (pending)

Features

- Model multifamily and single-family attached buildings as individual dwelling units ([#439](https://github.com/NREL/resstock/pull/439))
- Reduce vacant unit heating setpoints to 55F ([#541](https://github.com/NREL/resstock/pull/541))
- Introduce a CEC Building Climate Zone tag for samples in California ([#548](https://github.com/NREL/resstock/pull/548))
Expand All @@ -12,6 +11,7 @@ Features
- Use Schedule:File with well pump / vehicle plug loads, as well as gas grill / fireplace / lighting fuel loads. This enables the optional vacancy period to apply to these end uses ([#566](https://github.com/NREL/resstock/pull/556))
- Update example project yaml files to use buildstockbatch input schema version 0.3 ([#583](https://github.com/NREL/resstock/pull/583))
- Update default daylight saving start and end dates to March 12 and November 5, respectively ([#585](https://github.com/NREL/resstock/pull/585))
- Remove 3 story limit for multi-family buildings, and instead use RECS data to allow for buildings up to 21 stories ([#558](https://github.com/NREL/resstock/pull/558))

Fixes
- Fixes significant runtime bottleneck in TSV fetching in BuildExistingModel & ApplyUpgrade measures ([#543](https://github.com/NREL/resstock/pull/543))
Expand Down

This file was deleted.

Loading