Using a negative temperature in design supply temperature?
We are trying to model a refrigerated/freezer warehouse in OpenStudio/EnergyPlus. We are using the ideal load scenario (Thermal zones section of OpenStudio). When running our model, we get a fatal error that results from the supply air temperature being set below freezing. The error file is listed below.
Has anyone encountered this problem before? Are you aware if we can input the supply temperature as below freezing?
* Warning * IP: Note -- Some missing fields have been filled with defaults. See the audit output file for details.
* Severe * Sizing:Zone="FREEZER", invalid data.
* ~~~ * ... incorrect Zone Cooling Design Supply Air Temperature=[-5.56], value should not be negative.* Severe * Sizing:Zone="FREEZER", invalid data.
* ~~~ * ... incorrect Zone Heating Design Supply Air Temperature=[-7.78], value should not be negative.* Fatal * Sizing:Zone: Errors found in getting input. Program terminates.
Here is a related thread that takes about a default limit of 13C for zone temperature for ideal air loads.
Others who have more experience will know for sure, but you may have to model this as a walk in refrigerator vs. a conditioned thermal zone.
The severe error is triggered by not being allowed to set negative values for supply temperatures in the Sizing:Zone objects. The EnergyPlus workaround could be to set "Do zone sizing calculation" in the Simulation Control object to No and than to set negative value in "Minimum Cooling Supply Air Temperature" field in the ZoneHVAC:IdealLoadsAirSystem object.
The above worked, but is there a good way of going from that updated IDF file back into Open Studio? I tried importing it but all of the schedules and construction sets disappeared, and the only foreseeable thing to do would be to go back and manually add all of the missing schedules. Any other/better ideas?