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

CO2 Emission Output

asked 2021-03-18 14:44:51 -0500

Negar's avatar

updated 2021-04-13 10:32:01 -0500

Hi Everyone,

I am modeling a building with EnergyPlus(EP) located in Calgary! If we want to calculate CO2 emission associated with source energy use for the building what output you suggest me to use in EP?

PS. I have source energy and CO2 equivalent emission conversion factors data available as below:

image description

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-03-19 00:59:35 -0500

Ammar De's avatar

updated 2021-03-19 23:15:49 -0500

You can read more about the environmental impact factors in EnergyPlus and the fuel factors as well as all the possible outputs (seems to be associated with site energy) from the I/O reference. There are several ways to report the outputs, I will mention some:

  1. Through the standard annual report: In the Output:Table:SummaryReport object, make sure to add the predefined reports "AllSummary" or specifically "EnergyMeters" and look under the energy meters subsection after you run the simulation.
  2. Through Output:Variable and Output:Meter objects: You can check the Report Data Dictionary (.rdd) and Meter Data Dictionary (.mdd) files to see all possible variables and meters that you can report based on your model. You can search for the keywords "CO2" or "emissions" and select the desired variables/Meters.

Here is an example of using both output variable and output meters, both should show the same results (of course you can change the reporting frequency):

Output:Variable,
    *,                       !- Key Value
    Environmental Impact NaturalGas CO2 Emissions Mass ,  !- Variable Name
    Monthly;                 !- Reporting Frequency

Output:Variable,
    *,                       !- Key Value
    Environmental Impact Electricity CO2 Emissions Mass ,  !- Variable Name
    Monthly;                 !- Reporting Frequency    


Output:Meter,
    ElectricEmissions:CO2 ,  !- Key Name
    Monthly;                 !- Reporting Frequency

Output:Meter,
    NaturalGasEmissions:CO2 ,!- Key Name
    Monthly;                 !- Reporting Frequency
edit flag offensive delete link more

Your Answer

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

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2021-03-18 14:44:51 -0500

Seen: 244 times

Last updated: Mar 19 '21