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

CO2 Emission Output

asked 4 years ago

Negar's avatar

updated 3 years ago

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 4 years ago

Ammar De's avatar

updated 4 years ago

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
Preview: (hide)
link

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

1 follower

Stats

Asked: 4 years ago

Seen: 340 times

Last updated: Mar 19 '21