Skip to content

Commit a3e623f

Browse files
committed
Merge PR #2684 (Fix CO2 weekly scale factors in GCHP)
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 <yantosca@seas.harvard.edu>
2 parents 255a13d + 0e58a65 commit a3e623f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This file documents all notable changes to the GEOS-Chem repository starting in
44

55
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).
66

7+
## [14.5.2] - TBD
8+
9+
### Fixed
10+
- Fixed GCHP refresh time for CO2_WEEKLY scale factors so updated daily
11+
712
## [14.5.1] - 2025-01-10
813
### Added
914
- Added Australian Hg emissions for 2000-2019 from MacFarlane et. al. [2022], plus corresponding mask file

run/GCHP/ExtData.rc.templates/ExtData.rc.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ SHIP_LEVS 1 N Y - none none cmv_c3 ./HcoDir/VerticalScaleFactors/v2021-0
419419

420420
# --- National fossil fuel CO2 scale factors (Nassar et al, 2013) ---
421421
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
422-
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
422+
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
423423

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

0 commit comments

Comments
 (0)