First time here? Check out the Help page!
1 | initial version |
I think that if you open the eplusout.err file as @mdahlhausen advised you would see that:
Program Version,EnergyPlus, Version 8.8.0-7c3bbe4830, YMD=2018.02.25 21:34,IDD_Version 8.8.0
************* IDF Context for following error/warning message:
************* Note -- lines truncated at 300 characters, if necessary...
************* 1209 BuildingSurface:Detailed,
************* indicated Name=Surface 13
************* Only last 3 lines before error line shown.....
************* 1210 Surface 13, !- Name
************* 1211 Wall, !- Surface Type
************* 1212 , !- Construction Name
** Severe ** IP: IDF line~1212 Error detected in Object=BUILDINGSURFACE:DETAILED, name=SURFACE 13
** ~~~ ** Field [Construction Name] is required but was blank
************* IDF Context for following error/warning message:
************* Note -- lines truncated at 300 characters, if necessary...
************* 1305 BuildingSurface:Detailed,
************* indicated Name=Surface 47
************* Only last 3 lines before error line shown.....
************* 1306 Surface 47, !- Name
************* 1307 Wall, !- Surface Type
************* 1308 , !- Construction Name
** Severe ** IP: IDF line~1308 Error detected in Object=BUILDINGSURFACE:DETAILED, name=SURFACE 47
** ~~~ ** Field [Construction Name] is required but was blank
** Severe ** IP: Blank "required" fields 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.
...Summary of Errors that led to program termination:
..... Reference severe error count=4
..... Last severe error=IP: Out of "range" values and/or blank required fields found in input
************* 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. 0 Warning; 4 Severe Errors; Elapsed Time=00hr 00min 0.72sec
Which informs you that yo do have two surfaces SURFACE 13 and SURFACE 47 which missing construction names. If you would look in the spaces tab under the surfaces tab you will find that:
Correct that and you are good to go (at least until the next error :-))