-
Notifications
You must be signed in to change notification settings - Fork 15
Link Sizing for SWHC005 Water Cooled Chiller #125
Description
Attempts to run models for SWHC005 water-cooled chiller using the link sizing approach as follows:
-
Implemented linked sizing (sizing_case) so that the measure case follows baseline case capacity.
-
Disabled EMS per PR #60.
-
Still receiving sizing errors for some building types (e.g., ESe, EUn, ECC). These appear tied to missing Sizing:System objects (SZ-VAV Unitary).
This was achieved by adding the sizing_case column to the case files. In addition, we set the parameter “disable_ems = True” (per Pull Request #60) to disable EMS and ensure proper linked sizing. (See screenshot below)
Despite these adjustments, we continued to encounter errors for some building types (ECC, Ese, Eun), specifically:
“No Sizing:System objects were entered,” which appears related to SZ-VAV Unitary systems.
See error for ESe building type:
To re-run the simulation and review the bug related to link sizing we've created a pull request PR#41