Skip to content

Commit 100251b

Browse files
April 21 2021 release (#35)
* Updated readme and added comparison graph files for this release version * Added inventory country totals as a module E outputs * Added diagnostic to compare inventory totals to CEDS, GAINS, and EDGAR * Added code check for duplicate CEDS sectors in scaling mapping files * Fixed scaling mappings for Australia, Canada, S Korea, Taiwan to remove duplicates and improve scaling behavior * Added diagnostic outputs for country inventories and corresponding CEDS country level data * Major change to Australia scaling - only use power and metals sectors (dominated by point sources for all species) * Added REAS32 comparisons * Added REAS32 scaling for S Korea and Taiwan (#325) to improve overall time series * Add capability to remove an iso from gridded results * Fix some warnings, don't read mapping file metadata. * Added user defined suffix to gridding outputs (#279) * Added N2O to nc generation routine and fixed writing of gridded air data out to file * Updated to current EDGAR v5.0 and added N2O as a gridded emission * Added scripts to generate gridding diagnostic line plots Co-authored-by: [email protected] <[email protected]> Co-authored-by: Hamza Ahsan <[email protected]> Co-authored-by: Smith, Steven J (PNNL-JGCRI) <[email protected]>
1 parent da316e2 commit 100251b

File tree

896 files changed

+70261
-54172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

896 files changed

+70261
-54172
lines changed

Makefile

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@ clean-diagnostic:
145145
rm -fv $(DIAG_OUT)/ceds-comparisons/sector-level/*.csv \
146146
rm -fv $(DIAG_OUT)/ceds-comparisons/sector-level/*.pdf \
147147
rm -fv $(DIAG_OUT)/user-data/*.csv \
148-
rm -fv $(DIAG_OUT)/user-data/*.png
148+
rm -fv $(DIAG_OUT)/user-data/*.png \
149+
rm -fv $(DIAG_OUT)/gridding-diagnostic-plots/cell_group_by_sector/*.pdf \
150+
rm -fv $(DIAG_OUT)/gridding-diagnostic-plots/cell_group_totals/*.jpeg \
151+
rm -fv $(DIAG_OUT)/gridding-diagnostic-plots/seasonal-line-plots/*.pdf \
152+
rm -fv $(DIAG_OUT)/gridding-diagnostic-plots/single_cell_by_sector/*.pdf \
153+
rm -fv $(DIAG_OUT)/gridding-diagnostic-plots/single_cell_totals/*.jpeg
149154

150155
clean-final:
151156
rm -fv $(FINAL_OUT)/*.csv
@@ -729,7 +734,6 @@ $(MED_OUT)/C.$(EM)_NC_emissions.csv: \
729734
$(MED_OUT)/A.NC_activity.csv \
730735
$(MED_OUT)/E.$(EM)_ARG_inventory.csv \
731736
$(MED_OUT)/E.$(EM)_CAN_to2011_inventory.csv \
732-
$(MED_OUT)/E.$(EM)_CAN_inventory.csv \
733737
$(MED_OUT)/E.$(EM)_CAN_2018_inventory.csv \
734738
$(MED_OUT)/E.$(EM)_CHN_inventory.csv \
735739
$(MED_OUT)/E.$(EM)_CHN_2018_inventory.csv \
@@ -738,6 +742,7 @@ $(MED_OUT)/C.$(EM)_NC_emissions.csv: \
738742
$(MED_OUT)/E.$(EM)_Japan_inventory.csv \
739743
$(MED_OUT)/E.$(EM)_KOR2017_inventory.csv \
740744
$(MED_OUT)/E.$(EM)_REAS_inventory.csv \
745+
$(MED_OUT)/E.$(EM)_REAS32_inventory.csv \
741746
$(MED_OUT)/E.$(EM)_UNFCCC_inventory.csv \
742747
$(MED_OUT)/E.$(EM)_UNFCCC_update_inventory.csv \
743748
$(MED_OUT)/E.$(EM)_US_inventory.csv \
@@ -822,6 +827,11 @@ $(MED_OUT)/E.$(EM)_REAS_inventory.csv: \
822827
$(MOD_E)/E.REAS_emissions.R
823828
Rscript $< $(EM) --nosave --no-restore
824829

830+
# ee1-2
831+
$(MED_OUT)/E.$(EM)_REAS32_inventory.csv: \
832+
$(MOD_E)/E.REAS32_emissions.R
833+
Rscript $< $(EM) --nosave --no-restore
834+
825835
# ee1-2
826836
$(MED_OUT)/E.$(EM)_ARG_inventory.csv: \
827837
$(MOD_E)/E.Argentina_emissions.R
@@ -832,11 +842,6 @@ $(MED_OUT)/E.$(EM)_CAN_to2011_inventory.csv: \
832842
$(MOD_E)/E.CAN_emissions_olderData.R
833843
Rscript $< $(EM) --nosave --no-restore
834844

835-
# ee1-2
836-
$(MED_OUT)/E.$(EM)_CAN_inventory.csv: \
837-
$(MOD_E)/E.CAN_emissions_newerData.R
838-
Rscript $< $(EM) --nosave --no-restore
839-
840845
# ee1-2
841846
$(MED_OUT)/E.$(EM)_CAN_2018_inventory.csv: \
842847
$(MOD_E)/E.CAN_emissions_2018.R
@@ -893,7 +898,6 @@ $(MED_OUT)/F.$(EM)_scaled_emissions.csv: \
893898
$(MOD_F)/F1.inventory_scaling.R \
894899
$(MOD_F)/F1.1.Argentina_scaling.R \
895900
$(MOD_F)/F1.1.CAN_scaling_olderData.R \
896-
$(MOD_F)/F1.1.CAN_scaling_newerData.R \
897901
$(MOD_F)/F1.1.CAN_scaling_2018.R \
898902
$(MOD_F)/F1.1.China_scaling.R \
899903
$(MOD_F)/F1.1.China_MEIC_2018_scaling.R \
@@ -902,6 +906,7 @@ $(MED_OUT)/F.$(EM)_scaled_emissions.csv: \
902906
$(MOD_F)/F1.1.EMEP_NFR14_scaling.R \
903907
$(MOD_F)/F1.1.Japan_scaling.R \
904908
$(MOD_F)/F1.1.REAS_scaling.R \
909+
$(MOD_F)/F1.1.REAS32_scaling.R \
905910
$(MOD_F)/F1.1.South_korea_scaling_2017.R \
906911
$(MOD_F)/F1.1.UNFCCC_scaling.R \
907912
$(MOD_F)/F1.1.US_scaling.R \
@@ -912,7 +917,6 @@ $(MED_OUT)/F.$(EM)_scaled_emissions.csv: \
912917
$(PARAMS)/emissions_scaling_functions.R \
913918
$(MED_OUT)/E.$(EM)_ARG_inventory.csv \
914919
$(MED_OUT)/E.$(EM)_CAN_to2011_inventory.csv \
915-
$(MED_OUT)/E.$(EM)_CAN_inventory.csv \
916920
$(MED_OUT)/E.$(EM)_CAN_2018_inventory.csv \
917921
$(MED_OUT)/E.$(EM)_CHN_inventory.csv \
918922
$(MED_OUT)/E.$(EM)_CHN_2018_inventory.csv \
@@ -921,6 +925,7 @@ $(MED_OUT)/F.$(EM)_scaled_emissions.csv: \
921925
$(MED_OUT)/E.$(EM)_Japan_inventory.csv \
922926
$(MED_OUT)/E.$(EM)_KOR2017_inventory.csv \
923927
$(MED_OUT)/E.$(EM)_REAS_inventory.csv \
928+
$(MED_OUT)/E.$(EM)_REAS32_inventory.csv \
924929
$(MED_OUT)/E.$(EM)_UNFCCC_inventory.csv \
925930
$(MED_OUT)/E.$(EM)_US_inventory.csv \
926931
$(MED_OUT)/E.$(EM)_US-EPA_inventory.csv \
@@ -948,6 +953,7 @@ $(MED_OUT)/F.$(EM)_scaled_emissions.csv: \
948953
$(SC_MAPPINGS)/EMEP_NFR14_SO2_scaling_method.csv \
949954
$(SC_MAPPINGS)/jpn_scaling_mapping.csv \
950955
$(SC_MAPPINGS)/REAS_scaling_mapping.csv \
956+
$(SC_MAPPINGS)/REAS32_scaling_mapping.csv \
951957
$(SC_MAPPINGS)/S_Korea_scaling_mapping.csv \
952958
$(SC_MAPPINGS)/UNFCCC_scaling_mapping.csv \
953959
$(SC_MAPPINGS)/UNFCCC_scaling_year.csv \
@@ -956,7 +962,6 @@ $(MED_OUT)/F.$(EM)_scaled_emissions.csv: \
956962
$(SC_MAPPINGS)/US-EPA_scaling_mapping.csv \
957963
$(SC_MAPPINGS)/US-GHG_scaling_mapping.csv \
958964
$(SC_MAPPINGS)/Australia_scaling_mapping.csv \
959-
$(SC_MAPPINGS)/Australia_NOx_scaling_mapping.csv \
960965
$(SC_MAPPINGS)/Taiwan_scaling_mapping.csv \
961966
$(SC_MAPPINGS)/Taiwan_scaling_method.csv \
962967
$(MED_OUT)/D.$(EM)_default_total_EF.csv \

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CEDS
22
The Community Emissions Data System (CEDS) produces consistent estimates of global air emissions species over the industrial era (1750 - present). The system is written in R and uses open-source data (with the exception of the IEA energy statistics which must be purchased from IEA). CEDS is publicly available through an [Open Source License](#license-section).
33

4+
**April 2021 Release:** April 21, 2021 (v\_2021\_04\_21)
5+
6+
This release updates emissions for four isos: Australia, Canada, South Korea, and Taiwan as shown [in Figure S9 here](./documentation/Version_comparison_figures_v_2021_04_21_vs_v_2021_02_05.pdf). Global trends are similar to the v\_2021\_02\_05 release. Global gridded emission data have also been produced with updated spatial distributions for most sectors.
7+
8+
* See the [release notes](https://github.com/JGCRI/CEDS/wiki/Release-Notes) for a summary of changes.
9+
* [Graphs of emission differences](./documentation/Version_comparison_figures_v_2021_04_21_vs_v_2016_07_16(CMIP6).pdf) between this version and the CEDS CMIP6 data release documented in Hoesly et al (2018a).
10+
* [Graphs of emission differences](./documentation/Version_comparison_figures_v_2021_04_21_vs_v_2019_12_23.pdf) between this version and the previous December 2019 CEDS data release.
11+
* Emissions by country and sector, archived [here](http://doi.org/10.5281/zenodo.4737769).
12+
* Gridded emissions in the same format as the CMIP6 data release areavailable at [PNNL DataHub](https://data.pnnl.gov/dataset/CEDS-4-21-21).
13+
414

515
**Feb 2021 Release:** February 05, 2021 (v\_2021\_02\_05)
616

0 commit comments

Comments
 (0)