First time here? Check out the Help page!

Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

Issues running Energy Plus through Windows Command Prompt with GroundHeatTransfer:* objects

asked 7 years ago

yhshaker2's avatar

updated 7 years ago

I've been trying to run EP through windows command prompt, but it always crashes within less than a second.

The command I use is EnergyPlus -w weather.epw in.idf

The following is the text I get in the command prompt:

EnergyPlus Starting Energy Plus, Version 8.8.0-7c3bbe4830 Processing Data Dictionary Processing Input File **Fatal IP: Errors occurred on processing IDF file. Preceding condition(s) cause termination).

The error file contains the following errors * Severe * Out of range value Numeric Field#1 (REXT: R Value of any exterior insulation), value=0.00000, range={>0.0}, in GROUNDHEATTRANSFER:BASEMENT:INSULATION * Severe * IP: Out of "range" values found in input * Severe * IP: Out of "range" values and/or blank required fields found in input * Fatal * IP: Errors occurred on processing IDF file. Preceding condition(s) cause termination.

I tried running the file on EP-Launch, and it runs fine.

Preview: (hide)

Comments

Did you read the error message? It's complaining that the exterior insulation R-value for the GROUNDHEATTRANSFER:BASEMENT:INSULATION object in your IDF input file must be greater than zero.

shorowit's avatar shorowit  ( 7 years ago )

Yes I did. The idf file is fine. I've run it on EP-launch and it runs fine.

yhshaker2's avatar yhshaker2  ( 7 years ago )

Do you have multiple versions of EnergyPlus on your computer? While I'm sure you have checked, the most obvious answer would be that a different version of EnergyPlus is being run, the IDF file is different or the epw is different. When you ran it on EP Launch was it on the same computer? Might also be useful to add the full contents of the Basement:Insulation object from the IDF into your question.

David Goldwasser's avatar David Goldwasser  ( 7 years ago )

2 Answers

Sort by » oldest newest most voted
3

answered 7 years ago

updated 7 years ago

Files that contain GroundHeatTransfer:Basement:* and GroundHeatTransfer:Slab:* objects need to run the basement.exe and slab.exe preprocessor programs. The command line version of EnergyPlus does not run these preprocessors. If you run the command line:

energyplus.exe --help

you will notice that no options exist for running the basement.exe or slab.exe preprocessors. More information on the command line use of EnergyPlus.exe is documented here.

As an alternative, you can use RunEPlus.bat file that is documented here and here. The RunEPlus.bat batch file is very similar to the EPL-RUN.bat batch file that EP-Launch uses which is why it is working when you run EP-Launch.

Also, you might want to consider using Foundation:Kiva model instead of the GroundHeatTransfer: objects.

Preview: (hide)
link
0

answered 3 years ago

Mostafa Meimand's avatar

I can simulate when I run EPlaunch but it does not work by RunEplus.bat. I got these errors:

* Severe * Output:PreprocessorMessage="GroundTempCalc - Slab" has the following Fatal condition: * ~~~ * No in.epw file found * Fatal * Preprocessor condition(s) cause termination. ...Summary of Errors that led to program termination: ..... Reference severe error count=1 ..... Last severe error=Output:PreprocessorMessage="GroundTempCalc - Slab" has the following Fatal condition: *** Warning: Node connection errors not checked - most system input has not been read (see previous warning). *** Fatal error -- final processing. Program exited before simulations began. See previous error messages. *** EnergyPlus Warmup Error Summary. During Warmup: 0 Warning; 0 Severe Errors. *** EnergyPlus Sizing Error Summary. During Sizing: 0 Warning; 0 Severe Errors. *** EnergyPlus Terminated--Fatal Error Detected. 1 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 0.27sec

Preview: (hide)
link

Comments

@Mostafa Meimand this is not an answer to the original question. Can you please repost this as a comment to the previous answer or open a new question? Also, <input_filename> should be replaced with your actual IDF for the EnergyPlus model. For example, if you wanted to simulate basement_test.idf you should enter RunEPlus basement_test.idf basement_test.epw into the command line.

Aaron Boranian's avatar Aaron Boranian  ( 3 years ago )

Thanks, I asked the question in a separate post.

Mostafa Meimand's avatar Mostafa Meimand  ( 3 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 7 years ago

Seen: 724 times

Last updated: Jun 16 '21