Skip to content

Commit

Permalink
Update restart file folder to from GEOSCHEM_RESTARTS/GC_14.5.0
Browse files Browse the repository at this point in the history
run/GCHP/createRunDir.sh
run/shared/download_data.yml
- Fullchem, tagO3, and aerosol simulations now will download
  restart files from GEOSCHEM_RESTARTS/GC_14.5.0.  This folder includes
  restart files taken from the 14.5.0 1-year benchmark.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
ubuntu committed Nov 5, 2024
1 parent ce51fa4 commit 4ab407b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Moved aerosol optical properties files to a new data directory specified in geoschem_config.yml rather than specifying in photolysis input files
- Moved calls to `RD_AOD` and `CALC_AOD` from `Init_Aerosol` rather than `Init_Photolysis`
- Updated ResME CH4 reservoir emissions to apply seasonality via mask file

- Changed fullchem restart file folder from `GC_14.3.0` to `GC_14.5.0`

### Fixed
- Simplified SOA representations and fixed related AOD and TotalOA/OC calculations in benchmark
Expand Down
4 changes: 2 additions & 2 deletions run/GCHP/createRunDir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -656,13 +656,13 @@ if [[ "x${sim_name}" == "xfullchem" ]]; then
restart_name="${sim_extra_option}"
else
start_date='20190701'
restart_dir='GC_14.3.0'
restart_dir='GC_14.5.0'
restart_name="${sim_name}"
fi
elif [[ "x${sim_name}" == "xtagO3" ]]; then
# NOTE: we use the fullchem restart file for tagO3
start_date='20190701'
restart_dir='GC_14.3.0'
restart_dir='GC_14.5.0'
restart_name="fullchem"
elif [[ "x${sim_name}" == "xTransportTracers" ]]; then
start_date='20190101'
Expand Down
6 changes: 3 additions & 3 deletions run/shared/download_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ portals:
restarts:
root: GEOSCHEM_RESTARTS
aerosol:
remote: GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
remote: GC_14.5.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
carbon:
remote: v2023-01/GEOSChem.Restart.carbon.20190101_0000z.nc4
Expand All @@ -67,7 +67,7 @@ restarts:
remote: v2020-02/GEOSChem.Restart.CO2.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
fullchem:
remote: GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
remote: GC_14.5.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
metals:
remote: v2021-06/GEOSChem.Restart.metals.20110101_0000z.nc4
Expand All @@ -82,7 +82,7 @@ restarts:
remote: v2020-02/GEOSChem.Restart.tagCO.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
tago3:
remote: GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
remote: GC_14.5.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4
local: GEOSChem.Restart.20190701_0000z.nc4
tomas15:
remote: v2021-12/GEOSChem.Restart.TOMAS15.20190701_0000z.nc4
Expand Down

0 comments on commit 4ab407b

Please sign in to comment.