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

Revision history [back]

Not sure how the people objects are set up in your input file so I will try to explain the example file inputs. In the example file AdultEducationCenter.idf the People object and the corresponding Activity Level Schedule are shown below. The activity level is set at 131.8 which is within the range of 70-1000 shown in the warning message you show in your question. However, your warning message also mentions OFFICE OCCUPANCY 2 as the schedule being used. So are you sure you are using the correct schedule for "activity level"? Changing the number of people will not get rid of this warning, you must enter an activity level (e.g., seated, walking, running, excercising, etc) that is within the range of 70-1000.

People,
  Full Building - 1 Zone_People_1,  !- Name
  Full Building - 1 Zone,  !- Zone or ZoneList or Space or SpaceList Name
  Office Occupancy,        !- Number of People Schedule Name
  People,                  !- Number of People Calculation Method
  205.0000,                !- Number of People
  ,                        !- People per Floor Area {person/m2}
  ,                        !- Floor Area per Person {m2/person}
  0.7000000,               !- Fraction Radiant
  ,                        !- Sensible Heat Fraction
  Activity Lvl   1;        !- Activity Level Schedule Name    <<<<------ schedule name

Schedule:Compact,
  Activity Lvl   1,        !- Name
  Any Number,              !- Schedule Type Limits Name
  Through:12/31,           !- Field 1
  For: AllDays,            !- Field 2
  Until: 24:00,131.8;      !- Field 3                         <<<<------ activity level