First time here? Check out the Help page!
May 7 | commented answer | Climatic Data Summary is coming out blank from Openstudio even with epw file selected I think that an in.epw file is used by OpenStudio internally, you might want to see if a in.stat file is in that locatio |
May 7 | commented answer | Climatic Data Summary is coming out blank from Openstudio even with epw file selected I think that an in.epw file is used by OpenStudio internally, you might want to see if a in.stat file is in that locatio |
May 7 | commented answer | Climatic Data Summary is coming out blank from Openstudio even with epw file selected Does the stat file contain the ASHRAE Climate Zone. If it does there should be a line in the stat file that looks like: |
May 7 | commented answer | Climatic Data Summary is coming out blank from Openstudio even with epw file selected I don't think it should matter where the files are. Sorry, I can't think of any other solution to your problem. Does thi |
May 7 | commented question | PNNL Prototype Scorecards versus DOE Building Prototype Another option might be the Reference Building Models since they have variations across vintages (although not nearly as |
May 7 | edited answer | Climatic Data Summary is coming out blank from Openstudio even with epw file selected The EnergyPlus Climate Data Summary depends on the .stat file that has the same name and in the same folder as the .epw |
May 7 | received badge | ● Rapid Responder (source) |
May 7 | answered a question | Climatic Data Summary is coming out blank from Openstudio even with epw file selected The EnergyPlus Climate Data Summary depends on the .stat file that has the same name and in the same folder as the .epw |
Apr 17 | commented answer | IDF+ MAC still works? Very nice! It took me a few minutes to figure out "top" and "bottom" in the list of objects meant. You might want to def |
Apr 15 | commented answer | How do you model minimum and high efficiency DX cooling and heat pump equipment? thanks for yor help @Keigo |
Apr 15 | commented question | Issue Extracting Data from ESO files and CSV-to-EPW Conversion Using Python I presume that you are aware that the utilities that you are developing are replacements for utilities that already exis |
Apr 10 | commented answer | How do you model minimum and high efficiency DX cooling and heat pump equipment? It looks like it only does chiller curves right now or am I missing something? |
Apr 10 | commented answer | How do you model minimum and high efficiency DX cooling and heat pump equipment? Thank you Greg! |
Apr 10 | commented answer | How do you model minimum and high efficiency DX cooling and heat pump equipment? Thanks @AllenMei |
Apr 10 | commented answer | How do you model minimum and high efficiency DX cooling and heat pump equipment? Thanks @bbrannon4 |
Apr 10 | asked a question | How do you model minimum and high efficiency DX cooling and heat pump equipment? How do you model minimum and high efficiency DX cooling and heat pump equipment? I’m trying to get an understanding of t |
Mar 20 | commented answer | Errors running DOE prototypes through python EPlus Here is an older answer to your question. If that doesn't help, I would suggest you ask a new question. https://unmetho |
Mar 11 | answered a question | How to calculate EnergyPlus 'Time setpoint not met during occupied heating/cooling'? The function that performs this calculation is here: https://github.com/NREL/EnergyPlus/blob/9814fa5069b4cf52457ff0f9d1 |
Mar 11 | received badge | ● Rapid Responder (source) |
Mar 10 | answered a question | Errors running DOE prototypes through python EPlus You probably want to run ExpandObjects and Basement separately from EnergyPlus. The best place to probably look at this |
Feb 24 | commented answer | IDF+ MAC still works? We are actually planning on moving away from wx in the future because of installation problems but it should work if you |
Feb 24 | commented answer | IDF+ MAC still works? We are actually planning on moving away from wx in the future because of installation problems but it should work if you |
Feb 24 | commented answer | IDF+ MAC still works? Have you tried epJSON Editor? https://github.com/ORNL-BTRIC/epJSON-Editor I am the author of both IDF Editor and epJSO |
Jan 16 | commented question | how to add a construction to removable insulation? I think Denis is correct. E+ can only take a single material as movable insulation. I'm not sure about using PCMs at all |
Jan 13 | received badge | ● Rapid Responder (source) |
Jan 13 | answered a question | WindowShadingControl in reports Recent versions of EnergyPlus added some tables that may be useful. The EnvelopeSummary report now describes the Exterio |
Jan 13 | received badge | ● Rapid Responder (source) |
Jan 13 | answered a question | How to Generate a Space Component Load Summary in EnergyPlus? The EnergyPlus development team is currently working on code to add this functionality to EnergyPlus. I would expect it |
Dec 19 | answered a question | Distance between two vertices < .01 EnergyPlus has a warning when two vertices describing a surface are <0.01m (less than 0.4 inch) apart. This probably |
Dec 19 | answered a question | Triangulation Warnings in DXF Output – Clarification Needed Without a file to test, it is difficult to know. One error that you may be referring to is "DXFOut: Could not triangulat |
Dec 19 | commented question | How to implement Fan:SystemModel with Discrete speeds https://github.com/NREL/EnergyPlus/issues/10845 |
Dec 19 | commented question | EnergyPlus V24 error reporting I think there is no error reporting because EnergyPlus crashed before the reporting was done. The issue you found has b |
Dec 19 | commented answer | Can anyone guide me on how EnergyPlus can be used for parallel processing? When using EP-Launch, make sure you change the "number of simultaneous processes" to be near the number of threads your |
Nov 6 | received badge | ● Rapid Responder (source) |
Nov 6 | answered a question | Why can't E+ be opened after performing parametric simulation using JePlus? See: https://unmethours.com/question/4734/how-do-i-fix-idf-editor-too-many-fields-error/ |
Oct 31 | commented question | Distance between two vertices < .01 What is the value of having vertices so close together? |
Sep 21 | commented answer | Is Slab compatible with Energyplus? you are correct. |
Sep 20 | commented answer | Is Slab compatible with Energyplus? FIrst, the FCFactor method objects (Construction:CFactorUndergroundWall, ConstructionFFactorGroundFloor, and Site:Ground |
Aug 21 | commented answer | eQUEST Batch Simulation Runs You can access those archives here now but I can't point you to the specific message. |
Aug 19 | commented question | Why is the IDF Editor showing the following Parsing Error related to "Spacelist" object? @Denis-Bourgeios, IDF Editor is more sensitive than EnergyPlus itself on the length of input objects. I think EnergyPlus |
Aug 19 | commented question | Why is the IDF Editor showing the following Parsing Error related to "Spacelist" object? Actually since you have 57 spaces listed and the native energy+.idd file only has 50 spaces, I think this is a case that |
Aug 19 | commented question | Why is the IDF Editor showing the following Parsing Error related to "Spacelist" object? It is possible that just before the SpaceList object is an object that doesn't end with a semi-colon. It might be easies |
Aug 8 | answered a question | Missing Variables in CSV Output Despite Being Present in ESO File Check your .err file Jim Dirkes' advice to check your .err file to make sure you spelled all the output variables corre |
Aug 1 | commented question | Missing Variables in CSV Output Despite Being Present in ESO File Is this the result of using ReadVarsESO (typically when using EP-Launch or with command line --readvars option)? Or did |
1 year ago | commented question | What is the 90.1-2013 Appendix C "envelope performance factor"? I have no update about why some formula isn't defined, but I hope someone will fix it. As far as the differences between |
1 year ago | commented question | What is the 90.1-2013 Appendix C "envelope performance factor"? I have no update about why some formulat isn't defined but I hope someone will fix it. As far as the differences between |
1 year ago | edited answer | District Cooling in ASHRAE Energy Cost Budget Method There are not a lot of details in the Energy Cost Budget Method section of 90.1-2016, but two of the footnotes to Table |
1 year ago | answered a question | District Cooling in ASHRAE Energy Cost Budget Method There are not a lot of details in the Energy Cost Budget Method section of 90.1-2016, but two of the footnotes to Table |
1 year ago | answered a question | Utility costs in csv output? I am assuming you are talking about EnergyPlus. For most tariffs, all the calculations occur after the end of the simula |
1 year ago | received badge | ● Rapid Responder (source) |