Issues running Energy Plus through Windows Command Prompt with GroundHeatTransfer:* objects
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.
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.Yes I did. The idf file is fine. I've run it on EP-launch and it runs fine.
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.