Skip to content

Commit

Permalink
Change default restart file and start time for CO2 and tagCO simulati…
Browse files Browse the repository at this point in the history
…ons for consistency with carbon simulations

The CO2 and tagCO run directories were created using old restart files whose origin
is not clear. To simplify validating the carbon simulation, these simulations
now use the carbon simulation restart file which has been spun up for 5 years
with a recent model version (14.1.0). The default start date for these simulations
has changed to 20190101 as well.

Signed-off-by: Melissa Sulprizio <[email protected]>
  • Loading branch information
msulprizio committed Oct 24, 2024
1 parent 0fb3555 commit fc017ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] - TBD
### Changed
- Renamed `Emiss_Carbon_Gases` to `CO2_Production` in `carbon_gases_mod.F90`
- Updated start date and restart file for CO2 and tagCO simulations for consistency with carbon simulations

### Fixed
- Added a fix to skip the call to KPP when only CO2 is defined in the carbon simulation
Expand Down
2 changes: 2 additions & 0 deletions run/GCClassic/createRunDir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,8 @@ cd ${rundir}
# start year/month/day matches default initial restart file.
if [[ "x${sim_name}" == "xHg" ||
"x${sim_name}" == "xCH4" ||
"x${sim_name}" == "xCO2" ||
"x${sim_name}" == "xtagCO" ||
"x${sim_name}" == "xcarbon" ||
"x${sim_name}" == "xTransportTracers" ]]; then
startdate='20190101'
Expand Down
10 changes: 5 additions & 5 deletions run/shared/download_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ restarts:
remote: v2023-01/GEOSChem.Restart.carbon.20190101_0000z.nc4
local: GEOSChem.Restart.20190101_0000z.nc4
ch4:
remote: v2020-02/GEOSChem.Restart.CH4.20190101_0000z.nc4
remote: v2023-01/GEOSChem.Restart.carbon.20190101_0000z.nc4
local: GEOSChem.Restart.20190101_0000z.nc4
co2:
remote: v2020-02/GEOSChem.Restart.CO2.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
remote: v2023-01/GEOSChem.Restart.carbon.20190101_0000z.nc4
local: GEOSChem.Restart.20190101_0000z.nc4
fullchem:
remote: GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
Expand All @@ -51,8 +51,8 @@ restarts:
remote: v2020-02/GEOSChem.Restart.POPs_BaP.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
tagco:
remote: v2020-02/GEOSChem.Restart.tagCO.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
remote: v2023-01/GEOSChem.Restart.carbon.20190101_0000z.nc4
local: GEOSChem.Restart.20190101_0000z.nc4
tago3:
remote: GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
Expand Down

0 comments on commit fc017ca

Please sign in to comment.