All Projects → gschivley → Ghgforcing

gschivley / Ghgforcing

Licence: mit
Python package to calculating forcing from continuous GHG emissions

Projects that are alternatives of or similar to Ghgforcing

Doing bayesian data analysis
Python/PyMC3 versions of the programs described in Doing bayesian data analysis by John K. Kruschke
Stars: ✭ 782 (+15540%)
Mutual labels:  jupyter-notebook
Deep Image Prior
Image restoration with neural networks but without learning.
Stars: ✭ 6,940 (+138700%)
Mutual labels:  jupyter-notebook
Gan stability
Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
Stars: ✭ 810 (+16100%)
Mutual labels:  jupyter-notebook
Ml Basics
Exercise notebooks for Machine Learning modules on Microsoft Learn
Stars: ✭ 780 (+15500%)
Mutual labels:  jupyter-notebook
Machine Learning Project Walkthrough
An implementation of a complete machine learning solution in Python on a real-world dataset. This project is meant to demonstrate how all the steps of a machine learning pipeline come together to solve a problem!
Stars: ✭ 791 (+15720%)
Mutual labels:  jupyter-notebook
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+15820%)
Mutual labels:  jupyter-notebook
Obfuscated Gradients
Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples
Stars: ✭ 780 (+15500%)
Mutual labels:  jupyter-notebook
Jupyter nbextensions configurator
A jupyter notebook serverextension providing config interfaces for nbextensions.
Stars: ✭ 814 (+16180%)
Mutual labels:  jupyter-notebook
Nlp In Practice
Starter code to solve real world text data problems. Includes: Gensim Word2Vec, phrase embeddings, Text Classification with Logistic Regression, word count with pyspark, simple text preprocessing, pre-trained embeddings and more.
Stars: ✭ 790 (+15700%)
Mutual labels:  jupyter-notebook
Dataaugmentationforobjectdetection
Data Augmentation For Object Detection
Stars: ✭ 812 (+16140%)
Mutual labels:  jupyter-notebook
Intro2stats
Introduction to Statistics using Python
Stars: ✭ 785 (+15600%)
Mutual labels:  jupyter-notebook
Tensorflow Livelessons
"Deep Learning with TensorFlow" LiveLessons
Stars: ✭ 789 (+15680%)
Mutual labels:  jupyter-notebook
Fizz Buzz Tensorflow
fizz buzz in tensorflow
Stars: ✭ 803 (+15960%)
Mutual labels:  jupyter-notebook
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+15520%)
Mutual labels:  jupyter-notebook
Python tutorials
Python tutorials in both Jupyter Notebook and youtube format.
Stars: ✭ 813 (+16160%)
Mutual labels:  jupyter-notebook
Mlbook
Repository for the free online book Machine Learning from Scratch (link below!)
Stars: ✭ 778 (+15460%)
Mutual labels:  jupyter-notebook
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+15820%)
Mutual labels:  jupyter-notebook
Coursera Machine Learning
Coursera Machine Learning - Python code
Stars: ✭ 815 (+16200%)
Mutual labels:  jupyter-notebook
Andrew Ng Deep Learning Notes
吴恩达《深度学习》系列课程笔记及代码 | Notes in Chinese for Andrew Ng Deep Learning Course
Stars: ✭ 814 (+16180%)
Mutual labels:  jupyter-notebook
Earthengine Py Notebooks
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Stars: ✭ 807 (+16040%)
Mutual labels:  jupyter-notebook

ghgforcing

Note: Check out the examples of how to use the functions in ghgforcing

Python package to calculating forcing from continuous GHG emissions. All calculations are based on equations and parameters in the 2013 IPCC AR5 report. As such, the model does not account for changing background concentrations. But all results are consistant with the GWP values published in AR5.

The main functions are CO2 and CH4. It should be easy to add in full functions for N2O and SF6.

Methane options

The CH4 function can account for a couple of different indirect effects:

  • Decomposition of fossil CH4 to CO2
  • Climate-carbon feedbacks from increased temperatures caused by CH4 emissions

Uncertainty

A large effort has been put into including uncertainty for every parameter possible. This includes:

  • Uncertainty in the Joos et al CO2 IRF, calculated by Olivie and Peters
  • The radiative efficiencies of CO2 and CH4
  • The adjusted lifetime of CH4
  • The indirect forcing adders to CH4 from tropospheric ozone and stratospheric water vapor
  • The fraction of CH4 that oxidizes to CO2
  • The size of climate-carbon feedback effects
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].