Giter Club home page Giter Club logo

hydrogen-prospective-scenarios's Introduction

hydrogen-prospective-scenarios

Hydrogen Prospective Scenarios

Description

This datapackage implements technologies and market shares for future hydrogen production, on the basis on IEA projections (STEPS, APS and NZE scenarios), combined with the projections of global models such as REMIND.

Sourced from publication

Future environmental impacts of global hydrogen production. Shijie Wei, Romain Sacchi, Arnold Tukker, Sangwon Suh, and Bernhard Steubing. Energy Environ. Sci. (2024) doi:10.1039/D3EE03875K

Ecoinvent database compatibility

ecoinvent 3.9 cut-off

IAM scenario compatibility

The following coupling is done between IAM scenarios and the hydrogen market scenarios from the IEA:

IAM scenario IEA scenario Scenario
REMIND SSP2-NDC SPS Business As Usual
REMIND SSP2-PkBudg1150 APS Ambitious
REMIND SSP1-PkBudg500 NZE Very ambitious

More details on the mapping between the IAM variables and the IEA hydrogen scenarios are available in the mapping IAM-IEA.xlsx file, under others/hydrogen market.

What does this do?

Hydrogen


The following market is introduced for each region in the IAM scenarios:

  • market for hydrogen, gaseous (IEA)

And the following technologies feed into it:

  • Hydrogen, from coal gasification
  • Hydrogen, from coal gasification, with CCS
  • Hydrogen, from natural gas (SMR)
  • Hydrogen, from natural gas (SMR), with CCS
  • Hydrogen, from biomethane (SMR)
  • Hydrogen, from biomethane (SMR), with CCS
  • Hydrogen, from electrolysis (Alkaline)
  • Hydrogen, from electrolysis (Proton Exchange Membrane)
  • Hydrogen, from electrolysis (Solid Oxide)

Flow diagram

How to use it?

    import brightway2 as bw
    from premise import NewDatabase
    from datapackage import Package
    
    
    fp = r"filepath to datapackage.json"
    hydrogen = Package(fp)
    
    bw.projects.set_current("your_bw_project")
    
    ndb = NewDatabase(
            scenarios = [
                {"model":"image", "pathway":"SSP2-Base", "year":2050,},
                {"model":"image", "pathway":"SSP2-RCP19", "year":2030,},
            ],        
            source_db="ecoinvent 3.9.1 cutoff",
            source_version="3.9",
            key='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
            external_scenarios=[
                hydrogen, # <-- list datapackages here
            ] 
        )

hydrogen-prospective-scenarios's People

Contributors

romainsacchi avatar

Stargazers

Michael Lejeune avatar  avatar

Watchers

 avatar

hydrogen-prospective-scenarios's Issues

How to get the final results?

Hello everyone,

I tried to run this example, but I have some questions.
First of all, when I use this code ndb.update_external_scenario() I have the following error
image

Moreover, I don't know how to export the results as it is called "scenario_diff_Hydrogen-REMIND-2023-1214.xlsx"
Could someone please help me?

Thank you so much

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.