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

Vasco Zeferina's profile - activity

2023-06-07 08:41:59 -0500 received badge  Popular Question (source)
2020-07-02 17:20:27 -0500 commented answer Why do meters for variables in W units get ignored?

Thanks. It is clear now.

2020-07-02 17:19:50 -0500 marked best answer Why do meters for variables in W units get ignored?

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?

2020-07-01 14:43:23 -0500 asked a question Why do meters for variables in W units get ignored?

Why do meters for variables in W units get ignored? In my EnergyPlus model, I have created several Meter:Custum objects

2020-06-26 11:47:38 -0500 commented question Output:Table:Annual {Maximum} not matching

@Julien Marrec, In my case, I am looking at the Electricity:Facility maximum. It is so odd that the maximum is 3 times l

2020-06-26 11:46:35 -0500 commented answer Create a E+ output variable with the sum of all Cooling coil rates

I have created the meter:Custom Object: Meter:Custom, Test, !- Name Generic,

2020-06-26 11:41:35 -0500 marked best answer Create a E+ output variable with the sum of all Cooling coil rates

I am running DOE large office reference building model in EnergyPlus, and I would like to create Monthly Cooling Maximum reports, which would include results of the sum of all cases of one type of variable.

For example: HVAC,Average,Cooling Coil Sensible Cooling Rate [W] HVAC,Average,Zone Air Terminal Sensible Heating Rate [W]

These variables are not included in the meter list (mtd) of the model.

How can I report these and other variables, sum all of them the facility level and then create outputs of the variable?

2020-06-26 11:18:13 -0500 commented question Output:Table:Annual {Maximum} not matching

@Julien, In my case, I am looking at the Electricity:Facility maximum. It is so odd that the maximum is 3 times larger a

2020-06-26 11:18:07 -0500 commented question Output:Table:Annual {Maximum} not matching

@Julien, In my case, I am lookin at the Electricity:Facility maximum. It is so odd that the maximum is 3 times larger an

2020-06-26 09:37:34 -0500 asked a question Create a E+ output variable with the sum of all Cooling coil rates

Create a E+ output variable with the sum of all Cooling coil rates I am running DOE large office reference building mod

2020-06-26 09:05:59 -0500 asked a question Output:Table:Annual {Maximum} not matching

Output:Table:Annual {Maximum} not matching In my EnergyPlus simulation, I am requesting and comparing the maximum demand

2020-06-24 10:31:04 -0500 commented answer How to report in E+, the electricty end-use demand, when cooling end-use is maximum?

Thanks. I have used the Table:Monthly objects and It works. I have also used the Table:Annual object and the results do

2020-06-22 11:53:53 -0500 commented answer Total Cooling Rate in DOE Reference model in E+

Thanks! I haven't came across this report before. Indeed it gives me the total, sensible and latent load, but only for t

2020-06-18 11:54:05 -0500 asked a question Total Cooling Rate in DOE Reference model in E+

Total Cooling Rate in DOE Reference model in E+ Hello, I am running a DOE large office reference building model in Ener

2020-06-18 11:48:28 -0500 marked best answer How to report in E+, the electricty end-use demand, when cooling end-use is maximum?

Hello,

I am running sensitivity analysis of the different DOE office reference buildings (in EnergyPlus). In this analysis, I would like to compare the end-use electricity demand when the maximum electricity cooling demand end-use occurs. I want to save the minimum amount of data for each simulation; thus, I would like to avoid storing variables for each timestamp. Do you recommend to create my Output:Table:Monthly object, with cooling maximum and the remaining end uses with the advanced aggregation type option: ValueWhenMaximumOrMinimum?

Would you rather use one of the following Predefined Monthly Summary Reports:

  • ElectricComponentsOfPeakDemandMonthly;
  • PeakEnergyEndUseElectricityPart1Monthly;
  • PeakEnergyEndUseElectricityPart2Monthly

Additionally, I would like to aggregate the daily consumption for the day of the Peak cooling demand. How could I generate this aggregation?

The Advanced Aggregation Types mention that you can aggregate monthly based on “DuringHoursShown”, parameter. Is there the possibility to look at a specific day of the year? Or I would need to check the variable on daily base output file?

Best Regards, Vasco Zeferina

2020-06-18 11:48:28 -0500 received badge  Scholar (source)
2020-06-17 11:11:41 -0500 asked a question How to report in E+, the electricty end-use demand, when cooling end-use is maximum?

How to report in E+, the electricty end-use demand, when cooling end-use is maximum? Hello, I am running sensitivity an

2018-11-06 11:37:37 -0500 received badge  Organizer (source)
2018-11-06 11:36:16 -0500 commented answer Sampling of input parameters for Sensitivity Analysis

Thanks for your answer! I have limited experience with PAT. For me, it seemed to provide poorer systematic approach tha

2018-11-05 15:57:40 -0500 asked a question Sampling of input parameters for Sensitivity Analysis

Sampling of input parameters for Sensitivity Analysis I intend to execute a sensitivity analysis (SA) of 16 input parame

2018-10-19 11:03:39 -0500 commented question why SimLab closes?

I am having similar issue. The Simlab crashes with any of my intents to create a sample file. Did you get any answer? Ho

2018-10-19 11:01:10 -0500 answered a question why SimLab closes?

I am having similar issue. The Simlab crashes with any of my intents to create a sample file. Did you get any answer? Ho

2018-08-29 10:51:21 -0500 received badge  Teacher (source)
2018-08-29 10:24:17 -0500 answered a question Mismatch in outside surface heat balance in EnergyPlus

Please have a look in the hourly values of one surface, in the model results RefBldgStripMallNew2004_Chicago.idf

2018-08-29 10:20:48 -0500 commented answer Mismatch in outside surface heat balance in EnergyPlus

Did you analyse the whole period? Which periods did you analyse? I did the same thing as you, I summed the 4 variables,

2018-08-29 09:38:36 -0500 commented answer Mismatch between Transmitted Solar rate and sum of solar radiation gains in EnergyPlus

The definition of Surface Window Shortwave from Zone Back Out Window Heat Transfer Rate is clear about you were saying,

2018-08-22 12:07:59 -0500 asked a question Mismatch in outside surface heat balance in EnergyPlus

Mismatch in outside surface heat balance in EnergyPlus I'm a new EnergyPlus modeller, and I am analysing the hourly and

2018-08-22 11:56:58 -0500 asked a question Mismatch between Transmitted Solar rate and sum of solar radiation gains in EnergyPlus

Mismatch between Transmitted Solar rate and sum of solar radiation gains in EnergyPlus I'm new to EnergyPlus modelling a

2018-08-15 19:18:10 -0500 received badge  Student (source)
2018-08-15 10:02:25 -0500 asked a question Heat Balance of a Thermal Zone

Heat Balance of a Thermal Zone I'm a new EnergyPlus modeller, and I am analysing the hourly and annual heat balances in