First time here? Check out the Help page!

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

Why do meters for variables in W units get ignored?

asked 4 years ago

Vasco Zeferina's avatar

updated 4 years ago

In my EnergyPlus model, I have created several Meter:Custum objects to sum several output variables.

Some of them [The ones that are rates and so in W units] return a warning message and the meter is ignored in the output data.

The message:

** Warning ** DetermineMeterIPUnits: Meter units not recognized for IP Units conversion=[W].
   **   ~~~   ** ..on Meter:Custom="TEST6".
   **   ~~~   ** ..requests for IP units from this meter will be ignored.
   ** Warning ** Meter:Custom="TEST6", variable not summed variable Output Variable or Meter Name="PLANT SUPPLY SIDE COOLING DEMAND RATE".
   **   ~~~   ** ...will not be shown with the Meter results; units for meter=W, units for this variable=W.
   ** Warning ** Meter:Custom="TEST6", no items assigned 
   **   ~~~   ** ...will not be shown with the Meter results. This may be caused by a Meter:Custom be assigned to another Meter:Custom.

The custom meter object:

Meter:Custom,
    Test6,                   !- Name
    Generic,                 !- Fuel Type
    *,                        !- Key Name 1
    Plant Supply Side Cooling Demand Rate;  !- Output Variable or Meter Name 1

I have used the following object to set unit conversion:

OutputControl:Table:Style,
    All,                     !- Column Separator
    JtoKWH;                  !- Unit Conversion

I would like to understand I do I get this error and the meters. Why is this? Shall I set a different unit conversion?

Preview: (hide)

Comments

Are you trying to convert the ESO/MTR results into IP units? This is an option in EP-Launch or it can be done using EnergyPlus command line options.

Aaron Boranian's avatar Aaron Boranian  ( 4 years ago )

1 Answer

Sort by » oldest newest most voted
3

answered 4 years ago

lklawrie's avatar

Meters can only be created using "summed" variables (not rate variables)

This warning says it all: Warning ** Meter:Custom="TEST6", variable not summed variable Output Variable or Meter Name="PLANT SUPPLY SIDE COOLING DEMAND RATE".

FYI, I believe documentation and possibly error message will make this more clear in the next release.

Linda

Preview: (hide)
link

Comments

Thanks. It is clear now.

Vasco Zeferina's avatar Vasco Zeferina  ( 4 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 4 years ago

Seen: 208 times

Last updated: Jul 02 '20