Skip to content

Commit

Permalink
Merge PR #2684 (Fix CO2 weekly scale factors in GCHP)
Browse files Browse the repository at this point in the history
This merge brings PR # (Fix CO2 weekly scale factors entry in GCHP
ExtData.rc for carbon simulation #2684, by @lizziel) into the GEOS-Chem
"no-diff-to-benchmark" development stream.

This PR fixes a typo in the ExtData.rc.carbon file so that the
CO2 weekly scale factors are read and applied properly.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jan 17, 2025
2 parents 255a13d + 0e58a65 commit a3e623f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [14.5.2] - TBD

### Fixed
- Fixed GCHP refresh time for CO2_WEEKLY scale factors so updated daily

## [14.5.1] - 2025-01-10
### Added
- Added Australian Hg emissions for 2000-2019 from MacFarlane et. al. [2022], plus corresponding mask file
Expand Down
2 changes: 1 addition & 1 deletion run/GCHP/ExtData.rc.templates/ExtData.rc.carbon
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ SHIP_LEVS 1 N Y - none none cmv_c3 ./HcoDir/VerticalScaleFactors/v2021-0

# --- National fossil fuel CO2 scale factors (Nassar et al, 2013) ---
CO2_DIURNAL 1 N Y F2006-01-01T%h2:00:00 none none diurnal_scale_factors ./HcoDir/CO2/v2015-04/FOSSIL/TIMES_diurnal_scale_factors.nc
CO2_WEEKLY 1 D Y F2006-01-01T00:00:00 none none weekly_scale_factors ./HcoDir/CO2/v2015-04/FOSSIL/TIMES_weekly_scale_factors.nc
CO2_WEEKLY 1 D Y F2006-01-%d2T00:00:00 none none weekly_scale_factors ./HcoDir/CO2/v2015-04/FOSSIL/TIMES_weekly_scale_factors.nc

# --- Domestic aviation surface correction factor ---
AVIATION_SURF_CORR 1 Y Y F2004-01-01T00:00:00 none none CO2 ./HcoDir/CO2/v2022-11/FOSSIL/Aviation_SurfCorr_SclFac.1x1.nc
Expand Down

0 comments on commit a3e623f

Please sign in to comment.