[Equest-users] Weird error by DOE2.2

Jones, Christopher Christopher.r.Jones at wspgroup.com
Thu Feb 11 10:39:48 PST 2016


I generally resort to uninstalling eQuest, rebooting the computer then re-installing eQuest. It happens every 3 months or so.


[cid:image003.png at 01D09C46.E75BA0D0]
Christopher Jones, P.Eng.
Senior Engineer

WSP Canada Inc.
2300 Yonge Street, Suite 2300
Toronto, ON M4P 1E4
T +1 416-644-4226
F +1 416-487-9766
C +1 416-697-0056

www.wspgroup.com<http://www.wspgroup.com/>

From: Equest-users [mailto:equest-users-bounces at lists.onebuilding.org] On Behalf Of Frédéric Genest
Sent: Thursday, February 11, 2016 1:25 PM
To: 'Jeff Hirsch'; equest-users at lists.onebuilding.org
Subject: Re: [Equest-users] Weird error by DOE2.2

Hi again.

A temporary fix that seems to be working for me is to close eQUEST, clean the project folder of everything except *.pd2 and *.inp files, and restart the computer. Cleaning RAM and forcing the DLLs to reload seems to clean up the problem. But it reappears after a while (letting the computer runs for too long counts toward that too). May not work everytime, but seems reliable enough for now.

Can’t wait for the permanent fix though.

Frederic.

De : Jeff Hirsch [mailto:james.j.hirsch at gmail.com]
Envoyé : 7 février 2016 17:28
À : Frédéric Genest <fgenest_ing at bell.net<mailto:fgenest_ing at bell.net>>; equest-users at lists.onebuilding.org<mailto:equest-users at lists.onebuilding.org>
Objet : Re: [Equest-users] Weird error by DOE2.2

This is a known problem caused by the an unexpected interaction between the Intel compiler runtime library linked into the DLL versions of DOE used in eQUEST and the DOE-2 report generator code used to produce the .sim file. A fix has been implemented into the next release of the DOE-2 DLL’s linked into 3.65; this new 3.65 release is almost through internal testing and is expected to be available in the next month. The problem is not experienced in the exe versions of stand-alone DOE-2. There is no workaround except sometimes selecting a reduced or alternative list of output reports may get around the problem. This problem only impacts the .sim files produced by DLL versions of DOE-2 and does not impact the binary DOE-2 results files used to product eQUEST graphics of other reports.

Details of the problem (only useful for developers): The Intel runtime system reads past the end of the output format for a report and gets confused finding parts of other formats for other reports in later portions of the array, and issues the error.  So the error is not caused by the actual line of data being written to the report but rather other not visible information that was not expected to be seen by the runtime system. The fix is to ensure that the character array where the report format is stored when passed to the runtime library is blank filled after or ends at the end of the report format being processed so that the runtime system stops processing when the format ends rather than continues processing after the format ends until it finds the end of the array passed.

________________________________
Jeff Hirsch
James J. Hirsch & Associates
12185 Presilla Road -  Camarillo, CA 93012-9243 USA
phone: (805) 553-9000 mobile: (805) 532-1045 fax: (805) 532-2401
email: James.J.Hirsch at gmail.com<mailto:James.J.Hirsch at gmail.com>

From: Frédéric Genest<mailto:fgenest_ing at bell.net>
Sent: Sunday, February 7, 2016 9:07 AM
To: equest-users at lists.onebuilding.org<mailto:equest-users at lists.onebuilding.org>
Subject: [Equest-users] Weird error by DOE2.2

Hello group.

I see to have a weird problem with my DOE2.2, and I can't find de way to
solve it.

Out of the blue, DOE2.2 started to print the following "format dump header"
(or a similar one) on (almost) each report page (LV or LS, PV or PS, SV or
SS). Below is a sample from the BEPS report.

***************************************
REPORT- BEPS Building Energy Performance
WEATHER FILE- Montreal Internation
----------------------------------------------------------------------------
-----------------------------------------------------
PRT3 failure @ 88010,  IOSTAT: 62  Report: 34  Format:  1  Iuniq:  837
Kommnd: 1  Nwrit: 80
Format Dump:
(/

'                          TASK     MISC    SPACE    SPACE     HEAT
PUMPS',
'     VENT    REFRIG  HT PUMP   DOMEST    EXT'/

'                LIGHTS   LIGHTS   EQUIP   HEATING  COOLING   REJECT   &
AUX',
'     FANS   DISPLAY  SUPPLEM  HOT WTR   USAGE    TOTAL'/

'               -------  -------  -------  -------  -------  -------
-------',
'  -------  -------  -------  -------  -------  --------')



EM1  ELECTRICITY
    MBTU        327.2      0.0    321.0    625.9    420.6     36.5    232.9
556.2      0.0      0.0      0.0    129.9    2650.1

FM1  NATURAL-GAS
    MBTU          0.0      0.0      0.0    559.9      0.0      0.0      0.0
0.0      0.0      0.0    283.5      0.0     843.4
PRT3 failure @ 88006,  IOSTAT: 62  Report: 34  Format:  3  Iuniq:  837
Kommnd: 1  Nwrit: 15
Format Dump:
('               =======  =======  =======  =======  =======  =======
=======',
'  =======  =======  =======  =======  =======  ========'//

  5x, 2A4,           -6P 12F9.1,F10.1)





                   TOTAL SITE ENERGY      3493.54 MBTU     45.8 KBTU/SQFT-YR
GROSS-AREA     45.8 KBTU/SQFT-YR NET-AREA
                   TOTAL SOURCE ENERGY    8793.82 MBTU    115.2 KBTU/SQFT-YR
GROSS-AREA    115.2 KBTU/SQFT-YR NET-AREA

                   PERCENT OF HOURS ANY SYSTEM ZONE OUTSIDE OF THROTTLING
RANGE =  1.62
                   PERCENT OF HOURS ANY PLANT LOAD NOT SATISFIED
=  0.00
                   HOURS ANY ZONE ABOVE COOLING THROTTLING RANGE
=    81
                   HOURS ANY ZONE BELOW HEATING THROTTLING RANGE
=    61

                   NOTE:  ENERGY IS APPORTIONED HOURLY TO ALL END-USE
CATEGORIES.

***************************************


It doesn't seem to be related to the warnings / errors / "curve out of
bounds" warnings / etc. I may get when running a model.

At first, I thought it was because I was having problem with my new model
definition (something wrong with some parameters). But I have this "format
dump" header even with other models which were printing out correctly a few
days ago.

I uninstalled eQUEST and tried with another version of the software,
thinking I might have a corrupted installation; no change.
I tried with a different version of eQUEST; no change.

Any ideas? It's making reading the reports difficult, but I fear more it may
be hiding something more serious.

Regards,

Frédéric Genest, ing.









_______________________________________________
Equest-users mailing list
http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org
To unsubscribe from this mailing list send  a blank message to EQUEST-USERS-UNSUBSCRIBE at ONEBUILDING.ORG<mailto:EQUEST-USERS-UNSUBSCRIBE at ONEBUILDING.ORG>
________________________________

You are receiving this communication because you are listed as a current WSP contact. Should you have any questions regarding WSP’s electronic communications policy, please consult our Anti-Spam Commitment www.wspgroup.com/casl. For any concern or if you believe you should not be receiving this message, please forward this message to us at caslcompliance at wspgroup.com<mailto:caslcompliance at wspgroup.com> so that we can promptly address your request. This message is intended only for the use of the individual or entity to which it is addressed, and may contain information which is privileged, confidential, proprietary or exempt from disclosure under applicable law. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying or in any way using this message. If you have received this communication in error, please notify the sender, and destroy and delete any copies you may have received.

WSP provides professional land surveying services through the following entities: WSP Surveys (AB) Limited Partnership and WSP Surveys (BC) Limited Partnership
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20160211/fc16a336/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 6574 bytes
Desc: image001.png
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20160211/fc16a336/attachment-0002.png>


More information about the Equest-users mailing list