Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHG Accounting #391

Merged
merged 5 commits into from
Aug 26, 2021
Merged

GHG Accounting #391

merged 5 commits into from
Aug 26, 2021

Commits on Aug 10, 2021

  1. GHG Accounting

    (1) Updated the greenhouse gas accounting method for CO2 and CH4. This way we can show results in both individual gas units and CO2-equivalent units. (2) Introduced a module for N2O. (3) Updated the Global Warming Potential (GWP) conversions in the emission factors. (4) Included a tutorial for how to use the new features with example solutions Improved Rice and Landfill Methane.
    
    - Kristina Colbert
    krcolbert committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    bb7f3de View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. GHG Accounting - N2O Reference

    Fixed the undefined self.n2o reference. It was out of order and needed to be placed above the CO2 functionality for the improved rice solution. And N2O is not a gas used in the landfill solution, so I removed all references to N2O there.
    krcolbert committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    765126c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    a605fb3 View commit details
    Browse the repository at this point in the history
  2. multi-gas solutions and tutorial additions

    (1) Added jupyter notebook tutorials for how to run the new greenhouse gas accounting features and climate modeling.
    (2) Included a few features into the Start_Here jupyter notebook for new functionality.
    (3) Made a test notebook for the thirteen multi-gas solutions.
    (4) Changes to the init.py files for the new ghg accounting functions.
    krcolbert committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    8dc9ca1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    3e22244 View commit details
    Browse the repository at this point in the history