From 475b05de7f18dbddf5b2f720774a659f52bfe42d Mon Sep 17 00:00:00 2001 From: Lizzie Lundgren Date: Tue, 3 Dec 2024 12:34:18 -0500 Subject: [PATCH] Fix tagged CO restart file and date in download_data.yml This issue was introduced when 14.5.0 was merged into the dev/no-diff-to-benchmark branch. It reverted a change that came in with the CO2 updates. This commit fixes failing integration tests for tagged CO. Signed-off-by: Lizzie Lundgren --- run/shared/download_data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/shared/download_data.yml b/run/shared/download_data.yml index 646e87924..14fa86161 100644 --- a/run/shared/download_data.yml +++ b/run/shared/download_data.yml @@ -79,8 +79,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: v2020-02/GEOSChem.Restart.carbon.20190101_0000z.nc4 + local: GEOSChem.Restart.20190101_0000z.nc4 tago3: remote: GC_14.5.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4 local: GEOSChem.Restart.20190701_0000z.nc4