Skip to content

Commit

Permalink
Fix time refresh for CO2 fossil scale factors in ExtData.rc.carbon
Browse files Browse the repository at this point in the history
run/GCHP/ExtData.rc.templates/ExtData.rc.carbon
- Use F2006-01-01T%h2:00:00 for TIMES_diurnal_scale_factors.nc
- Use F2006-01-%d2T00:00:00 for TIMES_weekly_scale_factors.nc

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jul 16, 2024
1 parent 0147de6 commit bc07912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fixed bug in # levels with cloud used in photolysis when using GCAP met or CESM
- Fixed typos for `SatDiagnEdge` collection in `HISTORY.rc` templates
- The `SatDiagnOH` diagnostic now works for the carbon simulation
- Now use proper time refresh for CO2 fossil fuel scale factors in `ExtData.rc.carbon`

### Removed
- Entry `SatDiagnPEDGE` from the `SatDiagn` collection; This needs to go into the `SatDiagnEdge` collection.
Expand Down
4 changes: 2 additions & 2 deletions run/GCHP/ExtData.rc.templates/ExtData.rc.carbon
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ 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 F%y4-%m2-%d2T%h2:00:00 none none diurnal_scale_factors ./HcoDir/CO2/v2015-04/FOSSIL/TIMES_diurnal_scale_factors.nc
CO2_WEEKLY 1 2006 Y F%y4-%m2-%d2T00:00:00 none none weekly_scale_factors ./HcoDir/CO2/v2015-04/FOSSIL/TIMES_weekly_scale_factors.nc
CO2_DIURNAL 1 Y 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 Y 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 2004 Y F%y2-01-01T00:00:00 none none CO2 ./HcoDir/CO2/v2022-11/FOSSIL/Aviation_SurfCorr_SclFac.1x1.nc
Expand Down

0 comments on commit bc07912

Please sign in to comment.