From 1266e17a2e078064038579f3aa305b25466f1fd4 Mon Sep 17 00:00:00 2001 From: "Michael J. Witte" Date: Thu, 24 Oct 2024 17:11:17 -0500 Subject: [PATCH] Output changes --- .../OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md b/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md index 11d99f99481..88c69eb9946 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md @@ -7,7 +7,7 @@ This file documents the structural changes on the output of EnergyPlus that coul This will eventually become a more structured file, but currently it isn't clear what format is best. As an intermediate solution, and to allow the form to be formed organically, this plain text file is being used. Entries should be clearly delimited. It isn't expected that there will be but maybe a couple each release at most. Entries should also include some reference back to the repo. At least a PR number or whatever. -### Table Output and Output:Variable Spelling Corrections +### Table Output, Sizing Output, and Output:Variable Spelling Corrections * "Equipment Summary" table report, sub-table "VAV DX Cooling Standard Rating Details", column heading, "Assocated Fan" --> "Associated Fan". * "Equipment Summary" table report, sub-table "Air Heat Recovery", column "Input object type", "Dessicant Balanced" --> "Desiccant Balanced" (for object type HeatExchanger:Desiccant:BalancedFlow). @@ -18,6 +18,8 @@ This will eventually become a more structured file, but currently it isn't clear * Sizing output for ZoneHVAC:Baseboard:RadiantConvective:Steam, "User-Speicified Maximum Steam Flow Rate [m3/s]" --> "User-Specified Maximum Steam Flow Rate [m3/s]". +* Sizing output for Chiller:Absorption, "Iniital Design Size Design Generator Fluid Flow Rate [m3/s]" --> "Initial Design Size Design Generator Fluid Flow Rate [m3/s]" + * eio output header for "\", "Contruction" --> "Construction". Also appears in the "Initialization Summary" table output, "ShadingProperty Reflectance" sub-table, column heading. See Pull Request [#10760](https://github.com/NREL/EnergyPlus/pull/10760).