Skip to content

enricopisoni/SHERPA-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHERPA-simulation

Content of this repository

Here you find the code to run the SHERPA Source Receptor Relationship, for simulating the impact on air quality of emission reduction scenarios, in EU regions and cities.

The code is provided to show how the SHERPA Graphical User Interface (GUI) works behind the scene. SHERPA GUI can be found at https://jeodpp.jrc.ec.europa.eu/eu/dashboard/voila/render/SHERPA/Sherpa.ipynb.

On top of using it in the GUI, this python code can also be used as a 'stand-alone' code, to simulate the impact of emission reduction scenarios on air quality, and to perform source allocation studies.

In this repository there is also a Jupyter notebook ('how_to_run_module1.ipynb') explaining how to use the 'scenario analysis' module directly in python (explaining how to set-up a python environment, and then how to run the SHERPA scenario analysis).

Input data to run SHERPA over Europe are provided in this same repository. More details on the data are avaiable in the next sections, and in the provided Jupyter Notebook.

What is SHERPA

SHERPA (Screening for High Emission Reduction Potential on Air) is tool, which allows for a rapid exploration of potential air quality improvements resulting from national/regional/local emission reduction measures. The tool has been developed with the aim of supporting national, regional and local authorities in the design and assessment of their air quality plans.The tool is based on the relationships between emissions and concentration levels, and can be used to answer the following type of questions:

  • What is the potential for local action in my domain?
  • What are the priority activity, sectors and pollutants on which to take action and,
  • What is the optimal dimension that my policy action domain (city, region…) should have to be efficient?"

The SHERPA tool is distributed with EU-wide data on emissions and source-receptor models (spatial resolution of roughly 6x6 km2), so that it is very easy to start working on any region/local domain in Europe.

More specifically, SHERPA logical pathway is implemented through the following steps:

  • Source allocation: to understand how the air quality in a given area is influenced by different geographical and sectoral sources;
  • Scenario analysis: to simulate the impact on air quality of a specific emission reduction scenario (defined also through the previous two steps)

Current existing modules and available data

The python code in this repository is used in the SHERPA interface, available at https://jeodpp.jrc.ec.europa.eu/eu/dashboard/voila/render/SHERPA/Sherpa.ipynb.

SHERPA currently uses as input emissions for the year 2019 (from CAMSv6.1, including condensables), EMEP air quality model (version 4.45) to derive the source receptor relationships, and meteorology at 2015. The spatial resolution in the SHERPA interface is 0.1x0.05 degrees.

In particular, the SHERPA interface uses the code of the following modules:

  • Module 1 (Scenario assessment): to simulate the impact on air quality of a specific emission reduction scenario
  • Module 3 (Source allocation): to understand how the air quality in a given area is influenced by different sources. This module runs in two modes: precursor-based source allocation, and sector-based one. Note that this module works running module 4 and module 1, in sequence.
  • Module 4 (Potency): this module computes potencies, and it is not directly launched by the user. On the contrary, it is used by Module 3.
  • Module 6 (Governance): to analyze how one should coordinate with the surrounding regions to optimally improve air quality;
  • Module 8 (Health impact): to evaluate PM2.5 health-related impact, when running module 1
  • Module 9 (Aggregation): to aggregate emissions and concentrations, at NUTS or FUAs level.
  • Module 10 (Cost module): to compute costs of end-of-pipe technologies required to reach a given emission reduction target.

The current SHERPA versions works with yearly aggregations of emissions and concentrations, and considers 'ground level' (i.e. traffic) and 'high level' (i.e. point sources) emission sources together. On request, SHERPA SRRs working on seasonal time aggregation (for better time granularity), and splitting 'ground level' and 'high level' sources (for better description of the emission impact on concentrations) are available for the users.

Relevant publications

A full list of papers can be found at: https://aqm.jrc.ec.europa.eu/Section/Sherpa/Document.

Below a selection of key papers on SHERPA:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published