From cabde666b319ccedd3fe87e6860d8f65622d1313 Mon Sep 17 00:00:00 2001 From: Chip Barnaby Date: Tue, 25 Feb 2025 10:12:41 -0500 Subject: [PATCH 1/3] Comments and cleanup --- src/CNRECS.DEF | 3 +-- src/cnloads.cpp | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/CNRECS.DEF b/src/CNRECS.DEF index 9fb339323..bca5a5447 100644 --- a/src/CNRECS.DEF +++ b/src/CNRECS.DEF @@ -3674,7 +3674,6 @@ RECORD RSYS "RSYS" *RAT // residential HVAC system *f *e FLOAT_GEZ rs_capH_AsNov; // raw autoSized capH w/o oversizing (including fan), Btuh // autoSize code ASSUMES x, x_As, x_AsNov together for access thru one ptr. cuprobe.cpp's name search also requires together. -// *r FLOAT rs_fanPwrRtdH // fan power include in ASHP rated cap/COP/HSPF, W/cfm *r *array 2 FLOAT_GEZ rs_fanSFPRtd; // rated specific fan power, W/cfm (assumed included in rated capacities) // [ 0] = heating [ 1] = cooling *f *e FLOAT rs_fanHRtdH // fan heat included in ASHP rated cap/COP/HSPF, Btuh @@ -3854,7 +3853,7 @@ RECORD RSYS "RSYS" *RAT // residential HVAC system // used for both heating and cooling *s *e DBL rs_outLat // average latent heat delivery rate, Btuh *s *e DBL rs_outFan // average fan heat added to air stream, Btuh -*s *e DBL rs_outDefrost // averate defrost heat, Btuh +*s *e DBL rs_outDefrost // average defrost heat, Btuh // = typically resistance heat added to prevent cold supply air // 0 if not ASHP or if defrost not active *s *e DBL rs_outAux // average auxiliary heat added to air stream, Btuh (for ASHP) diff --git a/src/cnloads.cpp b/src/cnloads.cpp index 51a1c4699..d5ddef065 100644 --- a/src/cnloads.cpp +++ b/src/cnloads.cpp @@ -3326,13 +3326,13 @@ float RSYS::rs_FanSpecificFanPowerRated( // applies to both heating and cooling // returns fan power assumed to be included in net ratings, W/cfm { - float rsfp; + float sfpRated = 0.f; if (rs_IsPM( iHC)) { // if performance map type, assume variable capacity // use updated assumptions - rsfp = rs_fan.fn_motTy == C_MOTTYCH_PSC ? 0.414f // permanent split capacitor - : rs_HasDucts( iHC) ? 0.281f // ducted brushless permanent magnet (BPM aka ECM) - : 0.171f; // ductless BPM + sfpRated = rs_fan.fn_motTy == C_MOTTYCH_PSC ? 0.414f // permanent split capacitor + : rs_HasDucts( iHC) ? 0.281f // ducted brushless permanent magnet (BPM aka ECM) + : 0.171f; // ductless BPM } else { // pre-2024 assumptions for non-ASHPPM types @@ -3342,11 +3342,11 @@ float RSYS::rs_FanSpecificFanPowerRated( : rs_IsPkgRoom() ? 0.f // package room: no fan power adjustment : rs_fan.fn_motTy == C_MOTTYCH_PSC ? 500. // PSC: .365 W/cfm : 283.f; // brushless permanent magnet (BPM aka ECM) - rsfp = (fanHeatPerTon / BtuperWh) / 400.f; + sfpRated = (fanHeatPerTon / BtuperWh) / 400.f; } - return rsfp; + return sfpRated; } // RSYS::rs_FanSpecificFanPowerRated //----------------------------------------------------------------------------- From 9cd991fd1c602d02b11af901e83bb4e8f146ad39 Mon Sep 17 00:00:00 2001 From: Chip Barnaby Date: Wed, 26 Feb 2025 16:10:36 -0500 Subject: [PATCH 2/3] Enable linear extrapolation --- src/curvemap.cpp | 2 +- src/hvac.cpp | 3 +- test/ref-win32-msvc/CHDHW.REP | 68 ++++++++++++++++----------------- test/ref-win32-msvc/PERFMAP.REP | 16 ++++---- 4 files changed, 44 insertions(+), 45 deletions(-) diff --git a/src/curvemap.cpp b/src/curvemap.cpp index 3203d1b0c..6ca8ff4c7 100644 --- a/src/curvemap.cpp +++ b/src/curvemap.cpp @@ -485,7 +485,7 @@ RC PERFORMANCEMAP::pm_SetupBtwxt( // input -> Btwxt conversion gridAxes.emplace_back( Btwxt::GridAxis( vGX[ iGX], // grid values - Btwxt::InterpolationMethod::linear, Btwxt::ExtrapolationMethod::constant, + Btwxt::InterpolationMethod::linear, Btwxt::ExtrapolationMethod::linear, { -DBL_MAX, DBL_MAX }, // extrapolation limits pGX[ iGX]->pmx_type.CStr(), // axis name (from PMGRIDAXIS user input) MX)); // message handler diff --git a/src/hvac.cpp b/src/hvac.cpp index 622fc1dfb..f9d7e35e5 100644 --- a/src/hvac.cpp +++ b/src/hvac.cpp @@ -262,9 +262,8 @@ float CoolingInpF1Spd( // input factor for 1 spd model return fInpEER; } // CoolingInpF1Spd - //------------------------------------------------------------------------------ -void HeatingAdjust( +void HeatingAdjust( // heating off-rating adjustment float tdbOut, // outdoor dry bulb, F float tdbCoilIn, // coil entering dry bulb, F float vfPerTon, // coil air flow std air cfm/ton diff --git a/test/ref-win32-msvc/CHDHW.REP b/test/ref-win32-msvc/CHDHW.REP index 666ad378d..37cc090a1 100644 --- a/test/ref-win32-msvc/CHDHW.REP +++ b/test/ref-win32-msvc/CHDHW.REP @@ -3646,7 +3646,7 @@ RSYS cooling subhour details for Wed 01-Jul ! Log for Run 001: -! CSE 0.923.0+vchp-fanpower.148a22e8.1.dirty for Win32 console +! CSE 0.923.1+pmtest.cabde666.4.dirty for Win32 console @@ -6284,7 +6284,7 @@ Monthly Energy Use, meter "MtrElec" Mon Tot Clg Htg HPBU Dhw DhwBU DhwMFL FanC FanH FanV Fan Aux Proc Lit Rcp Ext Refr Dish Dry Wash Cook User1 User2 BT PV --- ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ Jan 3.392 0 2.115 0 0.194 0 0 0 0.0170 0.0561 0 0.0760 -0.320 0.213 0.766 0.0523 0.197 0 0 0 .00748 0 0.0184 0 0 -Feb 5.417 0.0255 0.606 0 0.259 0 0 .00234 .00470 0.0507 0 0.0498 3.360 0.179 0.636 0.0441 0.192 0 0 0 .00658 0 0 0 0 +Feb 5.416 0.0246 0.606 0 0.259 0 0 .00232 .00470 0.0507 0 0.0498 3.360 0.179 0.636 0.0441 0.192 0 0 0 .00658 0 0 0 0 Mar 1.508 0 0.0469 0 0.265 0 0 0 .00035 0.0561 0 .00887 0 0.182 0.676 0.0448 0.221 0 0 0 .00734 0 0 0 0 Apr 1.498 0 0.112 0 0.251 0 0 0 .00075 0.0543 0 0.0180 0 0.161 0.645 0.0395 0.211 0 0 0 .00588 0 0 0 0 May 1.493 0.146 0 0 0.207 0 0 0.0118 0 0.0561 0 .00450 0 0.150 0.625 0.0369 0.250 0 0 0 .00609 0 .00083 0 0 @@ -6296,7 +6296,7 @@ Oct 1.543 0.0987 0 0 0.165 0 0 .00721 0 0.0561 0 Nov 1.838 0 0.381 0 0.165 0 0 0 .00324 0.0544 0 0.0359 0 0.201 0.731 0.0494 0.204 0 0 0 .00747 0 .00460 0 0 Dec 3.550 0 1.945 0 0.209 0 0 0 0.0151 0.0561 0 0.0605 0 0.214 0.775 0.0527 0.197 0 0 0 .00799 0 0.0168 0 0 -Yr 27.890 2.522 5.206 0 2.353 0 0 0.222 0.0411 0.661 0 0.256 3.040 2.102 8.093 0.517 2.752 0 0 0 0.0805 0 0.0426 0 0 +Yr 27.889 2.522 5.206 0 2.353 0 0 0.222 0.0411 0.661 0 0.256 3.040 2.102 8.093 0.517 2.752 0 0 0 0.0805 0 0.0426 0 0 @@ -6524,8 +6524,8 @@ RSYS Mon hrsOn hrsOnX qhPrim qhDef qhAux qhFan qhNet qcSen qcLat qcFan qcSenNet qvFan fhPrim fhDef fhAux fhPar fhTot ehPrim ehDef ehAux ehFan ehPar ehTot ecPrim ecFan ecPar ecTot evFan evPar evTot qhZSen qhZLat qcZSen qcZLat qvZSen qvZLat --- ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ Jan 604.83 0 5.877 0 0 0.0170 5.894 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0170 0.0760 0.0930 0 0 0 0 0 0 0 4.506 -.0483 0 0 0 0 - Feb 193.93 0 1.680 0 0 .00470 1.685 -0.278 -.0165 .00234 -0.276 0 0 0 0 0 0 0 0 0 .00470 0.0340 0.0387 0.0255 .00234 0.0158 0.0437 0 0 0 1.197 -.0149 -0.247 -.0165 0 0 - Mar 17.421 0 0.127 0 0 .00035 0.127 0 0 0 0 0 0 0 0 0 0 0 0 0 .00035 .00887 .00922 0 0 0 0 0 0 0 0.0861 -.0021 0 0 0 0 + Feb 193.84 0 1.680 0 0 .00470 1.685 -0.278 -.0165 .00232 -0.276 0 0 0 0 0 0 0 0 0 .00470 0.0340 0.0387 0.0246 .00232 0.0158 0.0427 0 0 0 1.197 -.0149 -0.247 -.0165 0 0 + Mar 17.422 0 0.127 0 0 .00035 0.128 0 0 0 0 0 0 0 0 0 0 0 0 0 .00035 .00887 .00922 0 0 0 0 0 0 0 0.0861 -.0021 0 0 0 0 Apr 32.326 0 0.266 0 0 .00075 0.267 0 0 0 0 0 0 0 0 0 0 0 0 0 .00075 0.0180 0.0188 0 0 0 0 0 0 0 0.183 -.0021 0 0 0 0 May 51.916 0 0 0 0 0 0 -0.797 -0.104 0.0118 -0.785 0 0 0 0 0 0 0 0 0 0 0 0 0.146 0.0118 .00450 0.162 0 0 0 0 0 -0.561 -.0889 0 0 Jun 178.24 0 0 0 0 0 0 -2.864 -0.297 0.0478 -2.816 0 0 0 0 0 0 0 0 0 0 0 0 0.520 0.0478 0 0.567 0 0 0 0 0 -2.085 -0.250 0 0 @@ -6536,7 +6536,7 @@ RSYS Nov 127.30 0 1.149 0 0 .00324 1.152 0 0 0 0 0 0 0 0 0 0 0 0 0 .00324 0.0151 0.0184 0 0 0.0207 0.0207 0 0 0 0.829 -.0098 0 0 0 0 Dec 554.31 0 5.363 0 0 0.0151 5.378 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0151 0.0605 0.0755 0 0 0 0 0 0 0 3.997 -.0427 0 0 0 0 - Yr 2424.3 0 14.462 0 0 0.0411 14.503 -14.39 -1.669 0.222 -14.16 0 0 0 0 0 0 0 0 0 0.0411 0.213 0.254 2.522 0.222 0.0437 2.788 0 0 0 10.798 -0.120 -10.72 -1.418 0 0 + Yr 2424.3 0 14.462 0 0 0.0411 14.503 -14.39 -1.669 0.222 -14.16 0 0 0 0 0 0 0 0 0 0.0411 0.213 0.254 2.522 0.222 0.0437 2.787 0 0 0 10.799 -0.120 -10.72 -1.418 0 0 @@ -6545,7 +6545,7 @@ RSYS Mon eHtg eHPBU eFanH eHTot qhZn qLMHtg qSSHtg eHTot2 qhZn2 eClg qcZone qLMClg qSSClg eClg2 qcZn2 ParErr --- ------ ------ ------ ------ ------ ------ ------ ------ ------ ---------- ------ ------ ------ ------ ------ ------ Jan 2.115 0 0.0170 2.208 4.506 5.877 5.877 0.0930 4.506 0 0 0 0 0 0 0 - Feb 0.606 0 .00470 0.645 1.197 1.680 1.680 0.0387 1.197 0.0437 -0.263 -0.294 -0.320 0.0437 -0.263 -.0078 + Feb 0.606 0 .00470 0.645 1.197 1.680 1.680 0.0387 1.197 0.0427 -0.263 -0.295 -0.319 0.0427 -0.263 -.0078 Mar 0.0469 0 .00035 0.0561 0.0861 0.127 0.127 .00922 0.0861 0 0 0 0 0 0 -.0020 Apr 0.112 0 .00075 0.130 0.183 0.266 0.266 0.0188 0.183 0 0 0 0 0 0 -.0020 May 0 0 0 0 0 0 0 0 0 0.162 -0.650 -0.901 -1.047 0.162 -0.650 0 @@ -6557,7 +6557,7 @@ RSYS Nov 0.381 0 .00324 0.400 0.829 1.149 1.149 0.0184 0.829 0.0207 0 0 0 0.0207 0 0 Dec 1.945 0 0.0151 2.021 3.997 5.363 5.363 0.0755 3.997 0 0 0 0 0 0 -.0078 - Yr 5.206 0 0.0411 5.460 10.798 14.462 14.462 0.254 10.798 2.788 -12.14 -16.06 -18.58 2.788 -12.14 .00781 + Yr 5.206 0 0.0411 5.460 10.799 14.462 14.462 0.254 10.799 2.787 -12.14 -16.06 -18.58 2.787 -12.14 .00781 @@ -6898,7 +6898,7 @@ Duct / system / zone energy balance --- ------ ------ ---------- ------ ------ ------ ------ ------ ------------ ------ ------ ------ ------ ------ ------ Jan 68.03 68.84 930 458 1388 5894 4506 -0 0 0 0 0 0 0 0 Feb 72.16 62.49 338 150 488 1685 1197 -0 -16 -13 -0 -29 -276 -247 0 - Mar 70.41 66.76 30 11 41 127 86 -0 0 0 0 0 0 0 0 + Mar 70.41 66.76 30 11 41 128 86 -0 0 0 0 0 0 0 0 Apr 69.80 66.17 60 24 84 267 183 0 0 0 0 0 0 0 0 May 75.83 73.59 0 0 0 0 0 0 -150 -71 -15 -221 -785 -561 -4 Jun 77.43 75.62 0 0 0 0 0 0 -477 -245 -47 -722 -2816 -2085 -9 @@ -6909,7 +6909,7 @@ Duct / system / zone energy balance Nov 68.71 62.94 223 99 323 1152 829 0 0 0 0 0 0 0 0 Dec 68.08 67.57 939 441 1380 5378 3997 -0 0 0 0 0 0 0 0 - Yr 73.18 69.74 2520 1184 3704 14503 10798 0 -2229 -1165 -251 -3395 -14164 -10718 -51 + Yr 73.18 69.74 2520 1184 3704 14503 10799 0 -2229 -1166 -251 -3395 -14164 -10718 -51 @@ -9399,23 +9399,23 @@ RSYS days for Feb 2 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 11 0 0 0 0 0 0 0 0 0 -1.897 0.0179 -1.879 -0.325 0.228 .00962 -1.959 -1.959 -2.222 -2.462 -.0078 - 2 12 0 0 0 0 0 0 0 0 0 -52.181 0.477 -51.70 -7.194 6.313 0.803 -51.640 -51.640 -59.375 -64.834 -0.142 - 2 13 0 0 0 0 0 0 0 0 0 -30.695 0.242 -30.45 -.0188 3.410 -0.552 -27.754 -27.754 -30.713 -33.323 0.140 - 2 14 0 0 0 0 0 0 0 0 0 -32.441 0.255 -32.19 -.0023 2.234 -0.239 -30.361 -30.361 -32.443 -35.163 0.168 - 2 15 0 0 0 0 0 0 0 0 0 -33.946 0.269 -33.68 -0.316 2.990 -0.188 -31.297 -31.297 -34.262 -37.094 0.105 - 2 16 0 0 0 0 0 0 0 0 0 -38.455 0.315 -38.14 -1.236 3.881 -0.146 -35.717 -35.717 -39.691 -43.121 0.0750 - 2 17 0 0 0 0 0 0 0 0 0 -41.898 0.355 -41.54 -2.921 4.601 0.0558 -39.821 -39.821 -44.819 -48.654 0.0137 - 2 18 0 0 0 0 0 0 0 0 0 -46.476 0.405 -46.07 -4.482 5.352 0.297 -44.865 -44.865 -50.958 -55.364 -.0393 + 2 12 0 0 0 0 0 0 0 0 0 -52.217 0.476 -51.74 -7.201 6.338 0.805 -51.657 -51.657 -59.418 -64.782 -0.142 + 2 13 0 0 0 0 0 0 0 0 0 -30.738 0.240 -30.50 -.0188 3.448 -0.549 -27.758 -27.758 -30.757 -33.254 0.140 + 2 14 0 0 0 0 0 0 0 0 0 -32.567 0.251 -32.32 -.0026 2.347 -0.235 -30.375 -30.375 -32.570 -35.011 0.168 + 2 15 0 0 0 0 0 0 0 0 0 -33.992 0.267 -33.73 -0.318 3.038 -0.186 -31.297 -31.297 -34.310 -36.997 0.105 + 2 16 0 0 0 0 0 0 0 0 0 -38.470 0.314 -38.16 -1.239 3.903 -0.145 -35.712 -35.712 -39.708 -43.055 0.0752 + 2 17 0 0 0 0 0 0 0 0 0 -41.917 0.354 -41.56 -2.925 4.624 0.0575 -39.821 -39.821 -44.842 -48.588 0.0138 + 2 18 0 0 0 0 0 0 0 0 0 -46.508 0.404 -46.10 -4.489 5.384 0.298 -44.872 -44.872 -50.997 -55.276 -.0390 2 19 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 - 2 21 65.605 0.178 65.783 -32.43 33.357 33.357 65.605 65.605 -0.000 0 0 0 0 0 0 0 0 0 0 0 - 2 22 119.07 0.327 119.40 -39.68 79.725 79.725 119.074 119.074 -.0001 0 0 0 0 0 0 0 0 0 0 0 - 2 23 209.77 0.582 210.35 -59.04 151.306 151.306 209.767 209.767 .00003 0 0 0 0 0 0 0 0 0 0 0 - 2 24 163.55 0.449 164.00 -57.34 106.663 106.663 163.555 163.555 0 0 0 0 0 0 0 0 0 0 0 0 - 2 25 90.336 0.250 90.587 -24.49 66.097 66.097 90.336 90.336 -.0003 0 0 0 0 0 0 0 0 0 0 0 - 2 26 102.95 0.289 103.24 -24.83 78.408 78.408 102.953 102.953 0 0 0 0 0 0 0 0 0 0 0 0 - 2 27 61.544 0.170 61.714 -15.58 46.132 46.132 61.544 61.544 -.0003 0 0 0 0 0 0 0 0 0 0 0 - 2 28 30.615 0.0839 30.699 -9.566 21.133 21.133 30.615 30.615 -.0002 0 0 0 0 0 0 0 0 0 0 0 + 2 21 65.627 0.178 65.805 -32.44 33.369 33.369 65.627 65.627 -0.000 0 0 0 0 0 0 0 0 0 0 0 + 2 22 119.08 0.327 119.40 -39.68 79.727 79.727 119.076 119.076 -.0001 0 0 0 0 0 0 0 0 0 0 0 + 2 23 209.77 0.582 210.35 -59.04 151.308 151.308 209.769 209.769 -0.000 0 0 0 0 0 0 0 0 0 0 0 + 2 24 163.56 0.449 164.00 -57.34 106.664 106.664 163.556 163.556 -0.000 0 0 0 0 0 0 0 0 0 0 0 + 2 25 90.337 0.250 90.588 -24.49 66.098 66.098 90.337 90.337 -.0003 0 0 0 0 0 0 0 0 0 0 0 + 2 26 102.95 0.289 103.24 -24.83 78.408 78.408 102.954 102.954 -0.000 0 0 0 0 0 0 0 0 0 0 0 + 2 27 61.545 0.170 61.715 -15.58 46.133 46.133 61.545 61.545 -.0003 0 0 0 0 0 0 0 0 0 0 0 + 2 28 30.616 0.0839 30.700 -9.566 21.134 21.134 30.616 30.616 -.0002 0 0 0 0 0 0 0 0 0 0 0 @@ -9424,8 +9424,8 @@ RSYS months mon qhPrim qhFan qhNet qhDct qhZn1 qhZn2 qhLM qhSLM qhBal qcPrim qcFan qcNetS qcNetL qcDctS qcDctL qcZn1 qcZn2 qcLM qhSLM qcBal --- ------ ------ ------ ------ ------- ------- ------- ------- ------ ---------- ------ ------ ------ ------ ------ ------- ------- ------- ------- ------ 1 5877.2 17.009 5894.2 -1388 4506.30 4506.30 5877.17 5877.17 -.0255 0 0 0 0 0 0 0 0 0 0 0 - 2 1680.3 4.702 1685.0 -487.9 1197.12 1197.12 1680.30 1680.30 -.0015 -277.988 2.336 -275.7 -16.50 29.009 0.0402 -263.41 -263.41 -294.48 -320.01 0.312 - 3 127.15 0.349 127.50 -41.37 86.133 86.133 127.151 127.151 -.0004 0 0 0 0 0 0 0 0 0 0 0 + 2 1680.3 4.702 1685.0 -487.9 1197.14 1197.14 1680.33 1680.33 -.0014 -278.307 2.323 -276.0 -16.52 29.310 0.0546 -263.45 -263.45 -294.83 -319.42 0.314 + 3 127.15 0.349 127.50 -41.37 86.134 86.134 127.152 127.152 -.0004 0 0 0 0 0 0 0 0 0 0 0 4 266.24 0.750 266.99 -83.79 183.030 183.030 266.235 266.235 0.168 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 -797.210 11.787 -785.4 -104.0 221.07 15.091 -649.69 -649.69 -901.19 -1046.8 -3.549 6 0 0 0 0 0 0 0 0 0 -2863.566 47.827 -2816 -297.0 721.75 46.636 -2335.3 -2335.3 -3160.5 -3680.1 -9.010 @@ -9436,7 +9436,7 @@ RSYS months 11 1148.5 3.236 1151.8 -322.8 828.753 828.753 1148.55 1148.55 0.252 0 0 0 0 0 0 0 0 0 0 0 12 5362.6 15.052 5377.6 -1380 3997.15 3997.15 5362.59 5362.59 -.0028 0 0 0 0 0 0 0 0 0 0 0 - Yr 14462 41.097 14503 -3704 10798.5 10798.5 14462.0 14462.0 0.391 -14386.011 222.25 -14164 -1669 3394.6 251.15 -12137 -12137 -16055 -18578 -50.71 + Yr 14462 41.097 14503 -3704 10798.5 10798.5 14462.0 14462.0 0.389 -14386.331 222.24 -14164 -1669 3394.9 251.17 -12137 -12137 -16056 -18577 -50.71 @@ -9893,7 +9893,7 @@ RSYS cooling subhour details for Wed 01-Jul ! Log for Run 002: -! CSE 0.923.0+vchp-fanpower.148a22e8.1.dirty for Win32 console +! CSE 0.923.1+pmtest.cabde666.4.dirty for Win32 console @@ -9943,18 +9943,18 @@ Input for Run 001: -! CSE 0.923.0+vchp-fanpower.148a22e8.1.dirty for Win32 console run(s) done: Sun 12-Jan-25 3:0 pm +! CSE 0.923.1+pmtest.cabde666.4.dirty for Win32 console run(s) done: Wed 26-Feb-25 4:0 pm ! Executable: d:\cse\builds\cse.exe -! 12-Jan-25 2:3 pm (VS 14.29 2941952 bytes) (HPWH 1.24.0) +! 26-Feb-25 3:5 pm (VS 14.29 2941952 bytes) (HPWH 1.24.0) ! Command line: -x! -t1 chdhw ! Input file: D:\cse\test\chdhw.cse ! Report file: D:\CSE\TEST\CHDHW.REP ! Timing info -- -! Input: Time = 0.60 Calls = 2 T/C = 0.3025 +! Input: Time = 0.64 Calls = 2 T/C = 0.3180 ! AutoSizing: Time = 0.00 Calls = 0 T/C = 0.0000 -! Simulation: Time = 10.31 Calls = 2 T/C = 5.1550 +! Simulation: Time = 10.80 Calls = 2 T/C = 5.3990 ! Reports: Time = 0.01 Calls = 2 T/C = 0.0075 -! Total: Time = 10.94 Calls = 1 T/C = 10.9370 +! Total: Time = 11.46 Calls = 1 T/C = 11.4560 diff --git a/test/ref-win32-msvc/PERFMAP.REP b/test/ref-win32-msvc/PERFMAP.REP index 0ef81681b..7e51bc6d5 100644 --- a/test/ref-win32-msvc/PERFMAP.REP +++ b/test/ref-win32-msvc/PERFMAP.REP @@ -4,7 +4,7 @@ Error Messages for Run 001: --------------- Warning: Zone 'House': Condensation occurred in 9041 subhours of run. - Total condensation heat = 911.303 kBtu. + Total condensation heat = 911.304 kBtu. --------------- Info: Zone 'House': Temp control outcomes Miss setpoint (hr) Avg Excursion (F) Max Excursion (F) Miss > 1.0 F tol (hr) @@ -1320,7 +1320,7 @@ RSYS hours for Tue 06-Jan ! Log for Run 001: -! CSE 0.923.0+vchp-fanpower.148a22e8.1.dirty for Win32 console +! CSE 0.923.1+pmtest.cabde666.4.dirty for Win32 console @@ -2649,18 +2649,18 @@ Input for Run 001: -! CSE 0.923.0+vchp-fanpower.148a22e8.1.dirty for Win32 console run(s) done: Sun 12-Jan-25 2:4 pm +! CSE 0.923.1+pmtest.cabde666.4.dirty for Win32 console run(s) done: Wed 26-Feb-25 4:0 pm ! Executable: d:\cse\builds\cse.exe -! 12-Jan-25 2:3 pm (VS 14.29 2941952 bytes) (HPWH 1.24.0) +! 26-Feb-25 3:5 pm (VS 14.29 2941952 bytes) (HPWH 1.24.0) ! Command line: -x! -t1 perfmap ! Input file: D:\cse\test\perfmap.cse ! Report file: D:\CSE\TEST\PERFMAP.REP ! Timing info -- -! Input: Time = 0.09 Calls = 2 T/C = 0.0430 +! Input: Time = 0.09 Calls = 2 T/C = 0.0440 ! AutoSizing: Time = 0.13 Calls = 1 T/C = 0.1320 -! Simulation: Time = 3.37 Calls = 1 T/C = 3.3650 -! Reports: Time = 0.00 Calls = 1 T/C = 0.0040 -! Total: Time = 3.59 Calls = 1 T/C = 3.5900 +! Simulation: Time = 3.52 Calls = 1 T/C = 3.5240 +! Reports: Time = 0.00 Calls = 1 T/C = 0.0030 +! Total: Time = 3.75 Calls = 1 T/C = 3.7550 From a5711dfb672465822943179910f3ef934f887306 Mon Sep 17 00:00:00 2001 From: Neal Kruis Date: Fri, 14 Mar 2025 13:04:50 -0600 Subject: [PATCH 3/3] Update macos reference. --- test/ref-macos64-appleclang/CHDHW.REP | 70 +++++++++++++-------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/test/ref-macos64-appleclang/CHDHW.REP b/test/ref-macos64-appleclang/CHDHW.REP index 45149a32c..f242c1bd4 100644 --- a/test/ref-macos64-appleclang/CHDHW.REP +++ b/test/ref-macos64-appleclang/CHDHW.REP @@ -3646,7 +3646,7 @@ RSYS cooling subhour details for Wed 01-Jul ! Log for Run 001: -! CSE 0.923.0+main.7c550d32.6 for Win32 console +! CSE 0.923.1+pmfixes.53fe0fe0.21 for Win32 console @@ -6258,7 +6258,7 @@ Info: Zone 'Zone1-zn': Temp control outcomes Cooling 0.0 0.00 0.00 0.0 --------------- Warning: Zone 'GarageAttic-atc': Condensation occurred in 75 subhours of run. - Total condensation heat = 0.0602734 kBtu. + Total condensation heat = 0.0602735 kBtu. --------------- @@ -6284,7 +6284,7 @@ Monthly Energy Use, meter "MtrElec" Mon Tot Clg Htg HPBU Dhw DhwBU DhwMFL FanC FanH FanV Fan Aux Proc Lit Rcp Ext Refr Dish Dry Wash Cook User1 User2 BT PV --- ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ Jan 3.392 0 2.115 0 0.194 0 0 0 0.0170 0.0561 0 0.0760 -0.320 0.213 0.766 0.0523 0.197 0 0 0 .00748 0 0.0184 0 0 -Feb 5.417 0.0255 0.606 0 0.259 0 0 .00234 .00470 0.0507 0 0.0498 3.360 0.179 0.636 0.0441 0.192 0 0 0 .00658 0 0 0 0 +Feb 5.416 0.0246 0.606 0 0.259 0 0 .00232 .00470 0.0507 0 0.0498 3.360 0.179 0.636 0.0441 0.192 0 0 0 .00658 0 0 0 0 Mar 1.508 0 0.0469 0 0.265 0 0 0 .00035 0.0561 0 .00887 0 0.182 0.676 0.0448 0.221 0 0 0 .00734 0 0 0 0 Apr 1.498 0 0.112 0 0.251 0 0 0 .00075 0.0543 0 0.0180 0 0.161 0.645 0.0395 0.211 0 0 0 .00588 0 0 0 0 May 1.493 0.146 0 0 0.207 0 0 0.0118 0 0.0561 0 .00450 0 0.150 0.625 0.0369 0.250 0 0 0 .00609 0 .00083 0 0 @@ -6296,7 +6296,7 @@ Oct 1.543 0.0987 0 0 0.165 0 0 .00721 0 0.0561 0 Nov 1.838 0 0.381 0 0.165 0 0 0 .00324 0.0544 0 0.0359 0 0.201 0.731 0.0494 0.204 0 0 0 .00747 0 .00460 0 0 Dec 3.550 0 1.945 0 0.209 0 0 0 0.0151 0.0561 0 0.0605 0 0.214 0.775 0.0527 0.197 0 0 0 .00799 0 0.0168 0 0 -Yr 27.890 2.522 5.206 0 2.353 0 0 0.222 0.0411 0.661 0 0.256 3.040 2.102 8.093 0.517 2.752 0 0 0 0.0805 0 0.0426 0 0 +Yr 27.889 2.522 5.206 0 2.353 0 0 0.222 0.0411 0.661 0 0.256 3.040 2.102 8.093 0.517 2.752 0 0 0 0.0805 0 0.0426 0 0 @@ -6524,8 +6524,8 @@ RSYS Mon hrsOn hrsOnX qhPrim qhDef qhAux qhFan qhNet qcSen qcLat qcFan qcSenNet qvFan fhPrim fhDef fhAux fhPar fhTot ehPrim ehDef ehAux ehFan ehPar ehTot ecPrim ecFan ecPar ecTot evFan evPar evTot qhZSen qhZLat qcZSen qcZLat qvZSen qvZLat --- ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ ------ Jan 604.83 0 5.877 0 0 0.0170 5.894 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0170 0.0760 0.0930 0 0 0 0 0 0 0 4.506 -.0483 0 0 0 0 - Feb 193.93 0 1.680 0 0 .00470 1.685 -0.278 -.0165 .00234 -0.276 0 0 0 0 0 0 0 0 0 .00470 0.0340 0.0387 0.0255 .00234 0.0158 0.0437 0 0 0 1.197 -.0149 -0.247 -.0165 0 0 - Mar 17.421 0 0.127 0 0 .00035 0.127 0 0 0 0 0 0 0 0 0 0 0 0 0 .00035 .00887 .00922 0 0 0 0 0 0 0 0.0861 -.0021 0 0 0 0 + Feb 193.84 0 1.680 0 0 .00470 1.685 -0.278 -.0165 .00232 -0.276 0 0 0 0 0 0 0 0 0 .00470 0.0340 0.0387 0.0246 .00232 0.0158 0.0427 0 0 0 1.197 -.0149 -0.247 -.0165 0 0 + Mar 17.422 0 0.127 0 0 .00035 0.128 0 0 0 0 0 0 0 0 0 0 0 0 0 .00035 .00887 .00922 0 0 0 0 0 0 0 0.0861 -.0021 0 0 0 0 Apr 32.326 0 0.266 0 0 .00075 0.267 0 0 0 0 0 0 0 0 0 0 0 0 0 .00075 0.0180 0.0188 0 0 0 0 0 0 0 0.183 -.0021 0 0 0 0 May 51.915 0 0 0 0 0 0 -0.797 -0.104 0.0118 -0.785 0 0 0 0 0 0 0 0 0 0 0 0 0.146 0.0118 .00450 0.162 0 0 0 0 0 -0.561 -.0889 0 0 Jun 178.24 0 0 0 0 0 0 -2.864 -0.297 0.0478 -2.816 0 0 0 0 0 0 0 0 0 0 0 0 0.520 0.0478 0 0.567 0 0 0 0 0 -2.085 -0.250 0 0 @@ -6536,7 +6536,7 @@ RSYS Nov 127.30 0 1.149 0 0 .00324 1.152 0 0 0 0 0 0 0 0 0 0 0 0 0 .00324 0.0151 0.0184 0 0 0.0207 0.0207 0 0 0 0.829 -.0098 0 0 0 0 Dec 554.31 0 5.363 0 0 0.0151 5.378 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0151 0.0605 0.0755 0 0 0 0 0 0 0 3.997 -.0427 0 0 0 0 - Yr 2424.3 0 14.462 0 0 0.0411 14.503 -14.39 -1.669 0.222 -14.16 0 0 0 0 0 0 0 0 0 0.0411 0.213 0.254 2.522 0.222 0.0437 2.788 0 0 0 10.799 -0.120 -10.72 -1.418 0 0 + Yr 2424.3 0 14.462 0 0 0.0411 14.503 -14.39 -1.669 0.222 -14.16 0 0 0 0 0 0 0 0 0 0.0411 0.213 0.254 2.522 0.222 0.0437 2.787 0 0 0 10.799 -0.120 -10.72 -1.418 0 0 @@ -6545,7 +6545,7 @@ RSYS Mon eHtg eHPBU eFanH eHTot qhZn qLMHtg qSSHtg eHTot2 qhZn2 eClg qcZone qLMClg qSSClg eClg2 qcZn2 ParErr --- ------ ------ ------ ------ ------ ------ ------ ------ ------ ---------- ------ ------ ------ ------ ------ ------ Jan 2.115 0 0.0170 2.208 4.506 5.877 5.877 0.0930 4.506 0 0 0 0 0 0 0 - Feb 0.606 0 .00470 0.645 1.197 1.680 1.680 0.0387 1.197 0.0437 -0.263 -0.294 -0.320 0.0437 -0.263 -.0039 + Feb 0.606 0 .00470 0.645 1.197 1.680 1.680 0.0387 1.197 0.0427 -0.263 -0.295 -0.319 0.0427 -0.263 -.0039 Mar 0.0469 0 .00035 0.0561 0.0861 0.127 0.127 .00922 0.0861 0 0 0 0 0 0 0 Apr 0.112 0 .00075 0.130 0.183 0.266 0.266 0.0188 0.183 0 0 0 0 0 0 0 May 0 0 0 0 0 0 0 0 0 0.162 -0.650 -0.901 -1.047 0.162 -0.650 0 @@ -6557,7 +6557,7 @@ RSYS Nov 0.381 0 .00324 0.400 0.829 1.149 1.149 0.0184 0.829 0.0207 0 0 0 0.0207 0 0 Dec 1.945 0 0.0151 2.021 3.997 5.363 5.363 0.0755 3.997 0 0 0 0 0 0 0 - Yr 5.206 0 0.0411 5.460 10.799 14.462 14.462 0.254 10.799 2.788 -12.14 -16.06 -18.58 2.788 -12.14 0.0391 + Yr 5.206 0 0.0411 5.460 10.799 14.462 14.462 0.254 10.799 2.787 -12.14 -16.06 -18.58 2.787 -12.14 0.0391 @@ -6898,7 +6898,7 @@ Duct / system / zone energy balance --- ------ ------ ---------- ------ ------ ------ ------ ------ ------------ ------ ------ ------ ------ ------ ------ Jan 68.03 68.84 930 458 1388 5894 4506 -0 0 0 0 0 0 0 0 Feb 72.16 62.49 338 150 488 1685 1197 -0 -16 -13 -0 -29 -276 -247 0 - Mar 70.41 66.76 30 11 41 127 86 -0 0 0 0 0 0 0 0 + Mar 70.41 66.76 30 11 41 128 86 -0 0 0 0 0 0 0 0 Apr 69.80 66.17 60 24 84 267 183 0 0 0 0 0 0 0 0 May 75.83 73.59 0 0 0 0 0 0 -150 -71 -15 -221 -785 -561 -4 Jun 77.43 75.62 0 0 0 0 0 0 -477 -245 -47 -722 -2816 -2085 -9 @@ -6909,7 +6909,7 @@ Duct / system / zone energy balance Nov 68.71 62.94 223 99 323 1152 829 0 0 0 0 0 0 0 0 Dec 68.08 67.57 939 441 1380 5378 3997 -0 0 0 0 0 0 0 0 - Yr 73.18 69.74 2520 1184 3704 14503 10799 0 -2229 -1165 -251 -3395 -14164 -10718 -51 + Yr 73.18 69.74 2520 1184 3704 14503 10799 0 -2229 -1166 -251 -3395 -14164 -10718 -51 @@ -9399,23 +9399,23 @@ RSYS days for Feb 2 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 11 0 0 0 0 0 0 0 0 0 -1.897 0.0179 -1.879 -0.325 0.228 .00962 -1.959 -1.959 -2.222 -2.462 -.0078 - 2 12 0 0 0 0 0 0 0 0 0 -52.181 0.477 -51.70 -7.194 6.313 0.803 -51.640 -51.640 -59.375 -64.834 -0.142 - 2 13 0 0 0 0 0 0 0 0 0 -30.695 0.242 -30.45 -.0188 3.410 -0.552 -27.754 -27.754 -30.713 -33.323 0.140 - 2 14 0 0 0 0 0 0 0 0 0 -32.441 0.255 -32.19 -.0023 2.234 -0.239 -30.361 -30.361 -32.443 -35.163 0.168 - 2 15 0 0 0 0 0 0 0 0 0 -33.946 0.269 -33.68 -0.316 2.990 -0.188 -31.297 -31.297 -34.262 -37.094 0.105 - 2 16 0 0 0 0 0 0 0 0 0 -38.455 0.315 -38.14 -1.236 3.881 -0.146 -35.717 -35.717 -39.691 -43.121 0.0750 - 2 17 0 0 0 0 0 0 0 0 0 -41.898 0.355 -41.54 -2.921 4.601 0.0558 -39.821 -39.821 -44.819 -48.654 0.0137 - 2 18 0 0 0 0 0 0 0 0 0 -46.476 0.405 -46.07 -4.482 5.352 0.297 -44.865 -44.865 -50.958 -55.364 -.0393 + 2 12 0 0 0 0 0 0 0 0 0 -52.217 0.476 -51.74 -7.201 6.338 0.805 -51.657 -51.657 -59.418 -64.782 -0.142 + 2 13 0 0 0 0 0 0 0 0 0 -30.739 0.240 -30.50 -.0188 3.448 -0.549 -27.758 -27.758 -30.757 -33.254 0.140 + 2 14 0 0 0 0 0 0 0 0 0 -32.567 0.251 -32.32 -.0026 2.347 -0.235 -30.375 -30.375 -32.570 -35.011 0.168 + 2 15 0 0 0 0 0 0 0 0 0 -33.992 0.267 -33.73 -0.318 3.038 -0.186 -31.297 -31.297 -34.310 -36.997 0.105 + 2 16 0 0 0 0 0 0 0 0 0 -38.470 0.314 -38.16 -1.239 3.903 -0.145 -35.712 -35.712 -39.708 -43.055 0.0752 + 2 17 0 0 0 0 0 0 0 0 0 -41.917 0.354 -41.56 -2.925 4.624 0.0575 -39.821 -39.821 -44.842 -48.588 0.0138 + 2 18 0 0 0 0 0 0 0 0 0 -46.508 0.404 -46.10 -4.489 5.384 0.298 -44.872 -44.872 -50.997 -55.276 -.0390 2 19 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 - 2 21 65.605 0.178 65.783 -32.43 33.357 33.357 65.605 65.605 -0.000 0 0 0 0 0 0 0 0 0 0 0 - 2 22 119.07 0.327 119.40 -39.68 79.725 79.725 119.074 119.074 -.0001 0 0 0 0 0 0 0 0 0 0 0 - 2 23 209.77 0.582 210.35 -59.04 151.306 151.306 209.767 209.767 .00002 0 0 0 0 0 0 0 0 0 0 0 - 2 24 163.55 0.449 164.00 -57.34 106.663 106.663 163.555 163.555 .00001 0 0 0 0 0 0 0 0 0 0 0 - 2 25 90.337 0.250 90.587 -24.49 66.098 66.098 90.337 90.337 -.0003 0 0 0 0 0 0 0 0 0 0 0 - 2 26 102.95 0.289 103.24 -24.83 78.408 78.408 102.953 102.953 .00001 0 0 0 0 0 0 0 0 0 0 0 - 2 27 61.544 0.170 61.714 -15.58 46.132 46.132 61.544 61.544 -.0003 0 0 0 0 0 0 0 0 0 0 0 - 2 28 30.615 0.0839 30.699 -9.566 21.133 21.133 30.615 30.615 -.0002 0 0 0 0 0 0 0 0 0 0 0 + 2 21 65.627 0.178 65.805 -32.44 33.369 33.369 65.627 65.627 -0.000 0 0 0 0 0 0 0 0 0 0 0 + 2 22 119.08 0.327 119.40 -39.68 79.727 79.727 119.076 119.076 -.0001 0 0 0 0 0 0 0 0 0 0 0 + 2 23 209.77 0.582 210.35 -59.04 151.308 151.308 209.769 209.769 -0.000 0 0 0 0 0 0 0 0 0 0 0 + 2 24 163.56 0.449 164.00 -57.34 106.664 106.664 163.556 163.556 -0.000 0 0 0 0 0 0 0 0 0 0 0 + 2 25 90.337 0.250 90.588 -24.49 66.098 66.098 90.337 90.337 -.0003 0 0 0 0 0 0 0 0 0 0 0 + 2 26 102.95 0.289 103.24 -24.83 78.408 78.408 102.954 102.954 0 0 0 0 0 0 0 0 0 0 0 0 + 2 27 61.545 0.170 61.715 -15.58 46.133 46.133 61.545 61.545 -.0003 0 0 0 0 0 0 0 0 0 0 0 + 2 28 30.616 0.0839 30.700 -9.566 21.134 21.134 30.616 30.616 -.0002 0 0 0 0 0 0 0 0 0 0 0 @@ -9424,8 +9424,8 @@ RSYS months mon qhPrim qhFan qhNet qhDct qhZn1 qhZn2 qhLM qhSLM qhBal qcPrim qcFan qcNetS qcNetL qcDctS qcDctL qcZn1 qcZn2 qcLM qhSLM qcBal --- ------ ------ ------ ------ ------- ------- ------- ------- ------ ---------- ------ ------ ------ ------ ------ ------- ------- ------- ------- ------ 1 5877.2 17.009 5894.2 -1388 4506.30 4506.30 5877.17 5877.17 -.0260 0 0 0 0 0 0 0 0 0 0 0 - 2 1680.3 4.702 1685.0 -487.9 1197.12 1197.12 1680.30 1680.30 -.0014 -277.988 2.336 -275.7 -16.50 29.009 0.0402 -263.41 -263.41 -294.48 -320.01 0.312 - 3 127.15 0.349 127.50 -41.37 86.133 86.133 127.151 127.151 -.0004 0 0 0 0 0 0 0 0 0 0 0 + 2 1680.3 4.702 1685.0 -487.9 1197.14 1197.14 1680.33 1680.33 -.0011 -278.307 2.323 -276.0 -16.52 29.310 0.0546 -263.45 -263.45 -294.83 -319.42 0.314 + 3 127.15 0.349 127.50 -41.37 86.134 86.134 127.152 127.152 -.0004 0 0 0 0 0 0 0 0 0 0 0 4 266.24 0.750 266.99 -83.79 183.029 183.029 266.236 266.236 0.168 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 -797.206 11.787 -785.4 -104.0 221.07 15.091 -649.69 -649.69 -901.19 -1046.8 -3.549 6 0 0 0 0 0 0 0 0 0 -2863.567 47.827 -2816 -297.0 721.75 46.637 -2335.3 -2335.3 -3160.5 -3680.1 -9.010 @@ -9436,7 +9436,7 @@ RSYS months 11 1148.6 3.236 1151.8 -322.8 828.771 828.771 1148.57 1148.57 0.252 0 0 0 0 0 0 0 0 0 0 0 12 5362.6 15.052 5377.6 -1380 3997.15 3997.15 5362.58 5362.58 -.0023 0 0 0 0 0 0 0 0 0 0 0 - Yr 14462 41.097 14503 -3704 10798.5 10798.5 14462.0 14462.0 0.390 -14386.009 222.25 -14164 -1669 3394.6 251.15 -12137 -12137 -16055 -18578 -50.72 + Yr 14462 41.097 14503 -3704 10798.5 10798.5 14462.0 14462.0 0.390 -14386.327 222.24 -14164 -1669 3394.9 251.17 -12137 -12137 -16056 -18577 -50.71 @@ -9893,7 +9893,7 @@ RSYS cooling subhour details for Wed 01-Jul ! Log for Run 002: -! CSE 0.923.0+main.7c550d32.6 for Win32 console +! CSE 0.923.1+pmfixes.53fe0fe0.21 for Win32 console @@ -9943,7 +9943,7 @@ Input for Run 001: -! CSE 0.923.0+main.7c550d32.6 for Win32 console run(s) done: Mon 13-Jan-25 4:05:37 pm +! CSE 0.923.1+pmfixes.53fe0fe0.21 for Win32 console run(s) done: Fri 14-Mar-25 6:50:06 pm ! Executable: /users/runner/work/cse/cse/build/cse-appleclang-64 ! ? (enExeInfo fail) (HPWH 1.24.0) @@ -9953,8 +9953,8 @@ Input for Run 001: ! Timing info -- -! Input: Time = 2.93 Calls = 2 T/C = 1.4650 +! Input: Time = 0.92 Calls = 2 T/C = 0.4580 ! AutoSizing: Time = 0.00 Calls = 0 T/C = 0.0000 -! Simulation: Time = 30.71 Calls = 2 T/C = 15.3555 -! Reports: Time = 0.02 Calls = 2 T/C = 0.0080 -! Total: Time = 33.66 Calls = 1 T/C = 33.6610 +! Simulation: Time = 12.95 Calls = 2 T/C = 6.4730 +! Reports: Time = 0.01 Calls = 2 T/C = 0.0075 +! Total: Time = 13.88 Calls = 1 T/C = 13.8800