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

Revision history [back]

click to hide/show revision 1
initial version

Regard question 3.

You can create a custom meter which is a summation of ideal loads in zones.

Here is an example of a custom meter using electricity consumption in various zones:

Meter:Custom,
SuiteElectricity,         !- Name
Electricity,             !- Fuel Type
,       !- Key Name 1
Electricity:Zone:Thermal Zone 1,  !- Output Variable or Meter Name 1
,       !- Key Name 2
Electricity:Zone:Thermal Zone 2,  !- Output Variable or Meter Name 2
,       !- Key Name 3
Electricity:Zone:Thermal Zone 3;  !- Output Variable or Meter Name 3

Just change the output variable name to the appropriate ideal loads name.

As you can probably tell, I use this feature to separate out suite electricity from common area electricity in multi-res buildings.

Check the E+ InputOutput manual for other examples

Regard Regarding question 3.

You can create a custom meter which is a summation of ideal loads in zones.

Here is an example of a custom meter using electricity consumption in various zones:

Meter:Custom,
SuiteElectricity,         !- Name
Electricity,             !- Fuel Type
,       !- Key Name 1
Electricity:Zone:Thermal Zone 1,  !- Output Variable or Meter Name 1
,       !- Key Name 2
Electricity:Zone:Thermal Zone 2,  !- Output Variable or Meter Name 2
,       !- Key Name 3
Electricity:Zone:Thermal Zone 3;  !- Output Variable or Meter Name 3

Just change the output variable name to the appropriate ideal loads name.

As you can probably tell, I use this feature to separate out suite electricity from common area electricity in multi-res buildings.

Check the E+ InputOutput manual for other examples

Regarding question 3.

You can create a custom meter which is a summation of ideal loads in zones.

Here is an example of a custom meter using electricity consumption in various zones:

Meter:Custom,
SuiteElectricity,         !- Name
Electricity,             !- Fuel Type
,       !- Key Name 1
Electricity:Zone:Thermal Zone 1,  !- Output Variable or Meter Name 1
,       !- Key Name 2
Electricity:Zone:Thermal Zone 2,  !- Output Variable or Meter Name 2
,       !- Key Name 3
Electricity:Zone:Thermal Zone 3;  !- Output Variable or Meter Name 3

Just change the output variable name to the appropriate ideal loads name.

As you can probably tell, I use this feature to separate out suite electricity from common area electricity areas in multi-res buildings.

Check the E+ InputOutput manual for other examples