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

Revision history [back]

This error tells you that you have a field with \type choice that has a value that isn't listed as a valid choice, here this is the 'Unit Type' field of object ScheduleTypeLimits.

If you look at the I/O reference guide, you'll find that this field isn't even used by EnergyPlus, it's only used by the IDF Editor to convert from SI to IP units based on your preferences (cf here)

Please refer to the Energy+.idd for version 9.0.1 to find the list of applicable choices, which I included below for convenience.

Replace ControlMode with Control for example (or with a blank, which means it'll use the default of 'Dimensionless')


Extract from V9-0-0-Energy+.idd:

ScheduleTypeLimits,
  [...]
  A3;  \field Unit Type
       \note Temperature (C or F)
       \note DeltaTemperature (C or F)
       \note PrecipitationRate (m/hr or ft/hr)
       \note Angle (degrees)
       \note Convection Coefficient (W/m2-K or Btu/sqft-hr-F)
       \note Activity Level (W/person)
       \note Velocity (m/s or ft/min)
       \note Capacity (W or Btu/h)
       \note Power (W)
       \type choice
       \key Dimensionless
       \key Temperature
       \key DeltaTemperature
       \key PrecipitationRate
       \key Angle
       \key ConvectionCoefficient
       \key ActivityLevel
       \key Velocity
       \key Capacity
       \key Power
       \key Availability
       \key Percent
       \key Control
       \key Mode