├── CommAreas ├── README.md ├── geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.dbf ├── geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.prj ├── geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.shp └── geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.shx ├── DataPreprocessing ├── cmaq_to_stations.py ├── compareHourlyWrfToClimateStations.py ├── run_vertint.csh ├── wrf_to_stations_step1.py └── wrf_to_stations_step2.py ├── PostProcessing ├── o3_profile.py ├── plot_cmaq_may2021.py └── timeseries_epa_stn_cmaq_may2021.py ├── README.md ├── Screen Shot 2019-09-06 at 5.25.15 PM.png ├── Validation ├── VCD_comparison.py └── station_validation.py ├── chi_map_cropped.py ├── compare_CMAQ_to_EPAstation.py ├── convert_netcdf_to_geotif.py ├── correlation_wrf_cmaq_smoke.py ├── emissions_chg_plot.py ├── make_gif.py ├── mask_given_shapefile.py ├── model_column_comparison.py ├── plot_CMAQ_diff.py ├── plot_cmaq.py ├── three_panel_epa_gif.py └── validation ├── MODEL_EVALUATION_CMAQCheck_part1.py ├── MODEL_EVALUATION_r2_mse_bias_for_d02_d03.py ├── NUGP1.ipynb ├── compareHourlyWrfToClimateStations.py ├── model_validation_statistics.py └── table1_validation_model_d02d02.py /CommAreas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/CommAreas/README.md -------------------------------------------------------------------------------- /CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.dbf -------------------------------------------------------------------------------- /CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.prj -------------------------------------------------------------------------------- /CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.shp -------------------------------------------------------------------------------- /CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/CommAreas/geo_export_77af1a6a-f8ec-47f4-977c-40956cd94f97.shx -------------------------------------------------------------------------------- /DataPreprocessing/cmaq_to_stations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/DataPreprocessing/cmaq_to_stations.py -------------------------------------------------------------------------------- /DataPreprocessing/compareHourlyWrfToClimateStations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/DataPreprocessing/compareHourlyWrfToClimateStations.py -------------------------------------------------------------------------------- /DataPreprocessing/run_vertint.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/DataPreprocessing/run_vertint.csh -------------------------------------------------------------------------------- /DataPreprocessing/wrf_to_stations_step1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/DataPreprocessing/wrf_to_stations_step1.py -------------------------------------------------------------------------------- /DataPreprocessing/wrf_to_stations_step2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/DataPreprocessing/wrf_to_stations_step2.py -------------------------------------------------------------------------------- /PostProcessing/o3_profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/PostProcessing/o3_profile.py -------------------------------------------------------------------------------- /PostProcessing/plot_cmaq_may2021.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/PostProcessing/plot_cmaq_may2021.py -------------------------------------------------------------------------------- /PostProcessing/timeseries_epa_stn_cmaq_may2021.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/PostProcessing/timeseries_epa_stn_cmaq_may2021.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/README.md -------------------------------------------------------------------------------- /Screen Shot 2019-09-06 at 5.25.15 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/Screen Shot 2019-09-06 at 5.25.15 PM.png -------------------------------------------------------------------------------- /Validation/VCD_comparison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/Validation/VCD_comparison.py -------------------------------------------------------------------------------- /Validation/station_validation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/Validation/station_validation.py -------------------------------------------------------------------------------- /chi_map_cropped.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/chi_map_cropped.py -------------------------------------------------------------------------------- /compare_CMAQ_to_EPAstation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/compare_CMAQ_to_EPAstation.py -------------------------------------------------------------------------------- /convert_netcdf_to_geotif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/convert_netcdf_to_geotif.py -------------------------------------------------------------------------------- /correlation_wrf_cmaq_smoke.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/correlation_wrf_cmaq_smoke.py -------------------------------------------------------------------------------- /emissions_chg_plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/emissions_chg_plot.py -------------------------------------------------------------------------------- /make_gif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/make_gif.py -------------------------------------------------------------------------------- /mask_given_shapefile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/mask_given_shapefile.py -------------------------------------------------------------------------------- /model_column_comparison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/model_column_comparison.py -------------------------------------------------------------------------------- /plot_CMAQ_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/plot_CMAQ_diff.py -------------------------------------------------------------------------------- /plot_cmaq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/plot_cmaq.py -------------------------------------------------------------------------------- /three_panel_epa_gif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/three_panel_epa_gif.py -------------------------------------------------------------------------------- /validation/MODEL_EVALUATION_CMAQCheck_part1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/validation/MODEL_EVALUATION_CMAQCheck_part1.py -------------------------------------------------------------------------------- /validation/MODEL_EVALUATION_r2_mse_bias_for_d02_d03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/validation/MODEL_EVALUATION_r2_mse_bias_for_d02_d03.py -------------------------------------------------------------------------------- /validation/NUGP1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/validation/NUGP1.ipynb -------------------------------------------------------------------------------- /validation/compareHourlyWrfToClimateStations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/validation/compareHourlyWrfToClimateStations.py -------------------------------------------------------------------------------- /validation/model_validation_statistics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/validation/model_validation_statistics.py -------------------------------------------------------------------------------- /validation/table1_validation_model_d02d02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacymonty/Chi_AQ/HEAD/validation/table1_validation_model_d02d02.py --------------------------------------------------------------------------------