Skip to content

Commit

Permalink
Merge PR #2171 (Add CEDS 0.1 x 0.1 degree emissions)
Browse files Browse the repository at this point in the history
This merge brings PR # (Add CEDS 0.1 x 0.1 degree emissions,
by @yantosca) into the GEOS-Chem 14.6.0 development stream.

This PR updates CEDS emissions from CEDSv2 (0.5 x 0.5 degree) to
CEDS 0.1 x 0.1 degree resolution.  Older CEDS entries in HEMCO config
files have been removed.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jan 17, 2025
2 parents c5a667a + 4e663f7 commit 9aeb0da
Show file tree
Hide file tree
Showing 12 changed files with 1,134 additions and 1,344 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ This file documents all notable changes to the GEOS-Chem repository starting in
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
### Added
- Added CEDS 0.1 x 0.1 degree emissions (in `HEMCO/CEDS/v2024-06`)

### Changed
- Updated default CEDS from CEDSv2 (0.5 deg x 0.5 de) to new CEDS (0.1 deg x 0.1 deg)

### Fixed
- Fixed CEDS HEMCO_Config.rc entries to emit TMB into the TMB species (and not HCOOH)
- Fixed CEDS `HEMCO_Config.rc` entries to emit TMB into the TMB species (and not HCOOH)

### Removed
- `CEDSv2`, `CEDS_GBDMAPS`, `CEDS_GBDMAPSbyFuelType` emissions entries from HEMCO and ExtData template files

## [14.5.1] - 2025-01-10
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ VerboseOnCores: root # Accepted values: root all
# ----- GLOBAL INVENTORIES ----------------------------------------------------
--> EDGARv42_SF6 : true # 1970-2008
--> OCEAN_CH3I : true
--> CEDSv2 : true # 1750-2019
--> CEDS_01x01 : true # 1980-2019
--> EDGARv43 : false # 1970-2010
--> HTAP : false # 2008-2010
--> UNIFORM_CO : true
Expand Down Expand Up @@ -99,24 +99,24 @@ VerboseOnCores: root # Accepted values: root all
#
# Choose CEDS, EDGAR, or HTAP
#==============================================================================
(((CEDSv2
0 CEDS_CO_25_AGR $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_agr 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_AGR - - - - - - CO_50 26 1 5
0 CEDS_CO_25_ENE $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_ene 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_ENE - - - - - - CO_50 26 1 5
0 CEDS_CO_25_IND $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_ind 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_IND - - - - - - CO_50 26 1 5
0 CEDS_CO_25_TRA $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_tra 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_TRA - - - - - - CO_50 26 1 5
0 CEDS_CO_25_RCO $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_rco 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_RCO - - - - - - CO_50 26 1 5
0 CEDS_CO_25_SLV $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_slv 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_SLV - - - - - - CO_50 26 1 5
0 CEDS_CO_25_WST $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_wst 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_WST - - - - - - CO_50 26 1 5
0 CEDS_CO_25_SHP $ROOT/CEDS/v2021-06/$YYYY/CO-em-anthro_CMIP_CEDS_$YYYY.nc CO_shp 1750-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_SHP - - - - - - CO_50 26 1 5
)))CEDSv2
(((CEDS_01x01
0 CEDS_CO_25_AGR $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_agr 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_AGR - - - - - - CO_50 26 1 5
0 CEDS_CO_25_ENE $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_ene 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_ENE - - - - - - CO_50 26 1 5
0 CEDS_CO_25_IND $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_ind 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_IND - - - - - - CO_50 26 1 5
0 CEDS_CO_25_TRA $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_tra 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_TRA - - - - - - CO_50 26 1 5
0 CEDS_CO_25_RCO $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_rco 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_RCO - - - - - - CO_50 26 1 5
0 CEDS_CO_25_SLV $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_slv 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_SLV - - - - - - CO_50 26 1 5
0 CEDS_CO_25_WST $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_wst 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_WST - - - - - - CO_50 26 1 5
0 CEDS_CO_25_SHP $ROOT/CEDS/v2024-06/$YYYY/CEDS_CO_0.1x0.1_$YYYY.nc CO_shp 1980-2019/1-12/1/0 C xy kg/m2/s CO_25 26 1 5
0 CEDS_CO_50_SHP - - - - - - CO_50 26 1 5
)))CEDS_01x01

(((EDGARv43
0 EDGAR_CO_25_POW $ROOT/EDGARv43/v2016-11/EDGAR_v43.CO.POW.0.1x0.1.nc emi_co 1970-2010/1/1/0 C xy kg/m2/s CO_25 1201/26/52 1/2 2
Expand Down
Loading

0 comments on commit 9aeb0da

Please sign in to comment.