For the attached simple demo file, I got the following errors when running EnergyPlus simulation:
** ** Severe ** IP: IDF line~48 Invalid Number in Numeric Field#7 (Enthalpy at Maximum Dry-Bulb ), value=WINTERDESIGNDAY, in SIZINGPERIOD:DESIGNDAY=SINGAPORE ANN HTG 99.6% CONDNS DB**
** ************* IDF Context for following error/warning message:
** ************* Note – lines truncated at 300 characters, if necessary…
** ************* 53 SizingPeriod:DesignDay,
** ************* indicated Name=SINGAPORE Ann Htg 99% Condns DB
** ************* Only last 10 lines before error line shown…
** ************* 57 23.5, !- Humidity Indicating Conditions at Maximum Dry-Bulb
** ************* 58 101133., !- Barometric Pressure {Pa}
** ************* 59 2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
** ************* 60 320, !- Wind Direction {Degrees; N=0, S=180}
** ************* 61 0.00, !- Clearness {0.0 to 1.1}
** ************* 62 0, !- Rain {0-no,1-yes}
** ************* 63 0, !- Snow on ground {0-no,1-yes}
** ************* 64 21, !- Day of Month**
** ************* 65 12, !- Month**
** ************* 66 WinterDesignDay,!- Day Type**
The relevant lines in the IDF file is shown below:
** SizingPeriod:DesignDay,
** SINGAPORE Ann Htg 99.6% Condns DB, !- Name
** 23, !- Maximum Dry-Bulb Temperature {C}
** 0.0, !- Daily Temp Range {C}
** 23, !- Humidity Indicating Conditions at Maximum Dry-Bulb**
** 101133., !- Barometric Pressure {Pa}
** 2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
** 320, !- Wind Direction {Degrees; N=0, S=180}
** 0.00, !- Clearness {0.0 to 1.1}
** 0, !- Rain {0-no,1-yes}
** 0, !- Snow on ground {0-no,1-yes}
** 21, !- Day of Month**
** 12, !- Month**
** WinterDesignDay,!- Day Type**
** 0, !- Daylight Savings Time Indicator**
** WetBulb; !- Humidity Indicating Type**
**
** ! SINGAPORE_SGP Annual Heating 99%, MaxDB=23.5°C
** SizingPeriod:DesignDay,
** SINGAPORE Ann Htg 99% Condns DB, !- Name
** 23.5, !- Maximum Dry-Bulb Temperature {C}
** 0.0, !- Daily Temp Range {C}
** 23.5, !- Humidity Indicating Conditions at Maximum Dry-Bulb**
** 101133., !- Barometric Pressure {Pa}
** 2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
** 320, !- Wind Direction {Degrees; N=0, S=180}
** 0.00, !- Clearness {0.0 to 1.1}
** 0, !- Rain {0-no,1-yes}
** 0, !- Snow on ground {0-no,1-yes}
** 21, !- Day of Month**
** 12, !- Month**
** WinterDesignDay,!- Day Type**
** 0, !- Daylight Savings Time Indicator**
** WetBulb; !- Humidity Indicating Type**
It seems that there is an empty line after the line for “!- Humidity Indicating Type” field, and nothing is specified for “! SINGAPORE_SGP Annual Heating 99%, MaxDB=23.5°C” field.
May I ask why this happens and how to correct the error?
Thank you very much!
AR4322_tutorial_1_v055.gh (577 KB)