10.3. Run Jupyter Notebook to analyze difference between with DESID Emissions and the base case (no emission reduction)#

  1. Change directories to the location of the Jupyter Notebook

cd /shared/cyclecloud-cmaq/qa_scripts/workshop
  1. Switch to the .tcsh shell


/bin/tcsh
  1. Run Jupyter Notebook (this may take a few minutes to run and to start the browser)

jupyter notebook
  1. Create Spatial Plot of Difference at the location of the Maximum Value

    a. Double Click on the Spatial_Plots_of_Max_Conc_Differences.ipynb notebook

    b. In each cell you can use the ‘shift return’ or ‘shift enter’ to run each cell

    c. In the section “Set up your Inputs” you will use shift+enter, then enter the value, and then enter to submit the answer.

    d. View the plots within the Jupyter Notebook in cells after the plots have been generated

    e. Plot of Difference of PM25_NO3 Base minus PM25_NO3 DESID REDUCE CMAQ

Maximum Difference Plot Comparison

  1. Create Timeseries Plot at Cell where PT_EGU emissions were reduced

    a. Double Click on the desid_timeseries.ipynb notebook

    b. In each cell you can use the ‘shift return’ or ‘shift enter’ to run each cell

    c. View the plots within the Jupyter Notebook in cells after the plots have been generated

    d. Plot comparing two time series, one for base case and one for DESID reduce case.

Time Series Plot Comparison

  1. Create Plot of Daily Average of O3 and NO2.

    a. Double Click on the cmaq_tutorial.ipynb

    b. In each cell you can use the ‘shift return’ or ‘shift enter’ to run each cell

    c. In the section “Set up your Inputs” you will use shift+enter, then enter the value, and then enter to submit the answer.

    d. View the plots within the Jupyter Notebook in cells after the plots have been generated

    e. Plot of Mean Ozone and NO2

Mean_O3_20171222.png

Mean_NO2_20171222.png

  1. Create Panel Plots of Average Difference for PM25_NO3

This notebook produces a panel of plots per species where the top two plots are averages and then the bottom two are average differences and average percent differences

Average_Difference.png