feat: preserve cross-simulator model semantics - #32
Merged
Conversation
hongyuanjia
force-pushed
the
feat/model-transfer-semantics
branch
from
August 1, 2026 03:56
3dcb88a to
4ce230d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #31.
Strengthen DeST-to-EnergyPlus model transfer by preserving geometry, construction, schedule, internal-load, humidity-control, naming, and weather semantics while making the conversion pipeline easier to validate and maintain.
Changes
to_epw()and convert complete DeSTCLIMATE_DATAyears with humidity and solar-radiation diagnostics.SIDE1layer stacks, distinct door constructions, transparent-door material lookup, and aggregate window performance.Schedule:Week:Compactday-type mappings, dedicated week 53 profiles,Schedule:Dayreferences, and DeST's Monday-first annualRunPeriod.ZoneControl:Humidistat, Ideal Loads references, outdoor-air requirements, and supported internal-gain minimum schedules while rejecting unsupported moisture sources.testthatcoverage with real DeST fixtures, topology and area invariants, reciprocal-reference checks, and successful annual EnergyPlus execution.