NREL / ComStock

National scale modeling of the U.S. commercial building stock supported by U.S. DOE, LADWP, and others and maintained by NREL
Other
29 stars 7 forks source link

openstudio-standards update #195

Closed mdahlhausen closed 1 week ago

mdahlhausen commented 1 month ago

Pull request overview

This PR updates ComStock to use the latest version of openstudio-standards (0.6.2 interm release)

Pull Request Author

This pull request makes changes to (select all the apply):

Author pull request checklist:

Review Checklist

This will not be exhaustively relevant to every PR.

ComStock Licensing Language - Add to Beginning of Each Code File

# ComStock™, Copyright (c) 2023 Alliance for Sustainable Energy, LLC. All rights reserved.
# See top level LICENSE.txt file for license terms.
mdahlhausen commented 4 weeks ago

These changes look good. Do you intend to update/refactor ChangeBuildingLocation in a separate PR?

Yes, in a separate PR. The buildstock weather .stat files miss a lot of the information necessary for the weather methods in standards. I'll need to make some smart defaults or adjustments, and alternative calculation pathways to determine things like design day criteria.

bonnema commented 4 weeks ago

These changes look good. Do you intend to update/refactor ChangeBuildingLocation in a separate PR?

Yes, in a separate PR. The buildstock weather .stat files miss a lot of the information necessary for the weather methods in standards. I'll need to make some smart defaults or adjustments, and alternative calculation pathways to determine things like design day criteria.

@carlobianchi89 may have some insight here

mdahlhausen commented 3 weeks ago

These changes look good. Do you intend to update/refactor ChangeBuildingLocation in a separate PR?

Yes, in a separate PR. The buildstock weather .stat files miss a lot of the information necessary for the weather methods in standards. I'll need to make some smart defaults or adjustments, and alternative calculation pathways to determine things like design day criteria.

@carlobianchi89 may have some insight here

We could regenerate the ComStock data files to include more information in the .stat file. But since many of the fields are calculated from the .epw, it may make sense to just have a method to calculate them. Things like design days, degree days, and ground temperatures.

I do know there needs to be more error checking on the weather files anyways. So perhaps an opportunity to add content to the .stat files too. Dru Crawley and One Building have code to calculate that information.