Skip to content

Commit 0e58a65

Browse files
committed
Fix CO2_WEEKLY scale factor entry in GCHP ExtData.rc so updated daily
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
1 parent 45c4281 commit 0e58a65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [14.5.2] - TBD
88

99
### Fixed
10+
- Fixed GCHP refresh time for CO2_WEEKLY scale factors so updated daily
11+
1012
## [14.5.1] - 2025-01-10
1113
### Added
1214
- 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)