stakahama / sie-env400

Assignment for ENV-400 (Air Pollution and Climate Change) Masters course at EPFL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of Swiss National Air Pollution Monitoring Network (NABEL) Measurements

This module contains exercises for analyzing NABEL air quality monitoring network data (Switzerland) in the Air Pollution and Climate Change (ENV-400) Masters class at EPFL. Students are assumed to have a little programming background, mostly in MATLAB/GNU Octave.

from _Stations de mesure NABEL_

Image source: *Stations de mesure NABEL* report available at [this site](http://www.bafu.admin.ch/luft/00612/00625/index.html?lang=en)

In many fields of environmental engineering, a central task is to make sense of large amounts of monitoring data. We wish to summarize these observations in ways that are useful to a) scientists and b) people who make regulatory decisions. To this end, this module introduces methods for generating concise descriptions of temporal and spatial patterns (of individual variables or their relationships), and explaining changes in concentrations due to emissions and atmospheric processes. We introduce some useful concepts for structuring and operating on such data sets that will facilitate exploratory analysis and rapid testing of hypotheses.

Topics addressed are the following:

  1. Motivating Example
  2. Assignment definition
  3. R basics
  4. Visualizing time series
  5. Correlations and cross-correlations
  6. Autocorrelation and periodicity
  7. Stochastic processes and random variables
  8. Inferential statistics and hypothesis testing
  9. Extreme values: detection and accommodation
  10. Considering meteorology (wind directions)

Notes on the using R with this course:

  • Unless you already have a favorite text editor or IDE, we recommend interfacing with R through RStudio, which you can also download on your own machine. You can set Sessions -> Set Working Directory -> To Source File Location so that input/output of files will be managed through this working directory on your computer.
  • The R code in this module is partially written with pedagogical intentions, so may not be the most efficient.
  • The R code can be extracted with knitr::purl("filename.Rmd") in R or R -e 'knitr::purl("filename.Rmd")' from the shell.

The module complements lectures on the mechanisms of emission, atmospheric chemical processes, and measurement techniques for these pollutants drawn from seminal textbooks on the subject:

  • Cooper, C. David, and Alley, F. C. Air Pollution Control: A Design Approach. Waveland Press Inc., 2011.
  • Finlayson-Pitts, Barbara J., and Pitts Jr., James N. Chemistry of the Upper and Lower Atmosphere: Theory, Experiments, and Applications. Academic Press, 1999.
  • Flagan, Richard C. and Seinfeld, John H. Fundamentals of Air Pollution Engineering. Prentice Hall, Inc., New Jersey, 1988. Available online: http://authors.library.caltech.edu/25069/
  • Friedlander, Sheldon K. Smoke, Dust, and Haze: Fundamentals of Aerosol Dynamics. Oxford University Press, 2000.
  • Jacob, Daniel Introduction to Atmospheric Chemistry. Princeton University Press, 1999. Available online: http://acmg.seas.harvard.edu/people/faculty/djj/book/
  • Hinds, William C. Aerosol Technology: Properties, Behavior, and Measurement of Airborne Particles. Wiley, 1999.
  • Kulkarni, Pramod, Baron, Paul A., and Willeke, Klaus. Aerosol Measurement: Principles, Techniques, and Applications. John Wiley & Sons, 2011.
  • Seinfeld, John H. and Pandis, Spyros N. Atmospheric Chemistry and Physics: From Air Pollution to Climate Change. John Wiley & Sons, 3rd ed., New York, 2016.
  • Wark, Keith, Warner, Cecil F., and Davis, Wayne T. Air Pollution: Its Origin and Control. Addison-Wesley, 3rd ed., 1998.

About

Assignment for ENV-400 (Air Pollution and Climate Change) Masters course at EPFL


Languages

Language:HTML 99.9%Language:R 0.1%Language:TeX 0.0%Language:Emacs Lisp 0.0%Language:Python 0.0%Language:CSS 0.0%Language:Shell 0.0%