Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement GRPI CH4 rice emissions to replace EDGAR in CH4 and carbon simulations #2673

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Added Australian Hg emissions for 2000-2019 from MacFarlane et. al. [2022], plus corresponding mask file
- Added comments in GEOS-Chem Classic `HISTORY.rc` template files advising users not to change the `BoundaryConditions.frequency` setting
- Implemented the Global Rice Patty Inventory (GRPI) for CH4 and carbon simulations to replace EDGAR rice emissions

### Fixed
- Reverted CH4 livestock emissions to EDGAR v7 to avoid hotspots and to apply seasonality
Expand Down
10 changes: 10 additions & 0 deletions run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.CH4
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ VerboseOnCores: root # Accepted values: root all
--> Scarpelli_Mexico : true # 2015
# ----- GLOBAL INVENTORIES ----------------------------------------------------
--> GFEIv2 : true # 2019
--> GRPI : true # 2022
--> EDGARv8 : true # 2010-2022
--> QFED2 : false # 2009-2015
--> JPL_WETCHARTS : true # 2009-2017
Expand Down Expand Up @@ -366,6 +367,15 @@ VerboseOnCores: root # Accepted values: root all
0 GFEI_CH4_COAL $ROOT/CH4/v2022-01/GFEIv2/Global_Fuel_Exploitation_Inventory_v2_2019_Coal.nc emis_ch4 2019/1/1/0 C xy molec/cm2/s CH4 - 3 5
)))GFEIv2

#==============================================================================
# --- Global Rice Patty Inventory (GRPI, Zichong Chen et al., 2025) ---
#
# This inventory will replace EDGAR (rice)
#==============================================================================
(((GRPI
0 GRPI_CH4_RICE $ROOT/CH4/v2025-01/GRPI/GRPI_01x01.nc emi_ch4 2022/1-12/1/0 C xy kg/m2/s CH4 - 7 5
)))GRPI

#==============================================================================
# --- EDGAR v8.0 emissions ---
#
Expand Down
10 changes: 10 additions & 0 deletions run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.carbon
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Mask fractions: false
--> Scarpelli_Mexico : true # 2015
# ..... Global Inventories ...........
--> GFEIv2 : true # 2019
--> GRPI : true # 2022
--> EDGARv8 : true # 2010-2022
--> QFED2 : false # 2009-2015
--> JPL_WETCHARTS : true # 2009-2017
Expand Down Expand Up @@ -409,6 +410,15 @@ Mask fractions: false
0 GFEI_CH4_COAL $ROOT/CH4/v2022-01/GFEIv2/Global_Fuel_Exploitation_Inventory_v2_2019_Coal.nc emis_ch4 2019/1/1/0 C xy molec/cm2/s CH4 - 3 5
)))GFEIv2

#==============================================================================
# --- Global Rice Patty Inventory (GRPI, Zichong Chen et al., 2025) ---
#
# This inventory will replace EDGAR (rice)
#==============================================================================
(((GRPI
0 GRPI_CH4_RICE $ROOT/CH4/v2025-01/GRPI/GRPI_01x01.nc emi_ch4 2022/1-12/1/0 C xy kg/m2/s CH4 - 7 5
)))GRPI

#==============================================================================
# --- CH4: EDGAR v8.0 emissions ---
#
Expand Down
3 changes: 3 additions & 0 deletions run/GCHP/ExtData.rc.templates/ExtData.rc.carbon
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ GFEI_CH4_OIL kg/m2/s N Y - none 2.66350462E-22 emis_ch4 ./HcoDir/CH4/v2022-01/
GFEI_CH4_GAS kg/m2/s N Y - none 2.66350462E-22 emis_ch4 ./HcoDir/CH4/v2022-01/GFEIv2/Global_Fuel_Exploitation_Inventory_v2_2019_Gas_All.nc
GFEI_CH4_COAL kg/m2/s N Y - none 2.66350462E-22 emis_ch4 ./HcoDir/CH4/v2022-01/GFEIv2/Global_Fuel_Exploitation_Inventory_v2_2019_Coal.nc

# --- GRPI ---
GRPI_CH4_RICE kg/m2/s N Y F2022-%m2-01T00:00:00 none none emi_ch4 ./HcoDir/CH4/v2025-01/GRPI/GRPI_01x01.nc

# --- EDGAR v8.0 ---
EDGAR8_CH4_PRO_OIL kg/m2/s N Y F%y4-%m2-01T00:00:00 none none emi_ch4 ./HcoDir/CH4/v2024-02/EDGARv8/%y4/v8.0_FT2022_GHG_CH4_%y4_PRO_OIL_flx.nc
EDGAR8_CH4_REF_TRF kg/m2/s N Y F%y4-%m2-01T00:00:00 none none emi_ch4 ./HcoDir/CH4/v2024-02/EDGARv8/%y4/v8.0_FT2022_GHG_CH4_%y4_REF_TRF_flx.nc
Expand Down
10 changes: 10 additions & 0 deletions run/GCHP/HEMCO_Config.rc.templates/HEMCO_Config.rc.carbon
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Mask fractions: false
--> Scarpelli_Mexico : true # 2015
# ..... Global Inventories ...........
--> GFEIv2 : true # 2019
--> GRPI : true # 2022
--> EDGARv8 : true # 2010-2022
--> QFED2 : false # 2009-2015
--> JPL_WETCHARTS : true # 2009-2017
Expand Down Expand Up @@ -409,6 +410,15 @@ Mask fractions: false
0 GFEI_CH4_COAL $ROOT/CH4/v2022-01/GFEIv2/Global_Fuel_Exploitation_Inventory_v2_2019_Coal.nc emis_ch4 2019/1/1/0 C xy molec/cm2/s CH4 - 3 5
)))GFEIv2

#==============================================================================
# --- Global Rice Patty Inventory (GRPI, Zichong Chen et al., 2025) ---
#
# This inventory will replace EDGAR (rice)
#==============================================================================
(((GRPI
0 GRPI_CH4_RICE $ROOT/CH4/v2025-01/GRPI/GRPI_01x01.nc emi_ch4 2022/1-12/1/0 C xy kg/m2/s CH4 - 7 5
)))GRPI

#==============================================================================
# --- CH4: EDGAR v8.0 emissions ---
#
Expand Down