From b26399137784286393a408dba4c61b7dcae44326 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Thu, 7 Dec 2023 10:08:35 -0500 Subject: [PATCH 1/6] GEOS-Chem submod update: Merge PR #2061 Add units in commonIncludeVars.H) This commit informs the GCClassic superproject about the following commits that were pushed to the GitHub geoschem/geos-chem repository: 60c682c32 Merge PR #2061 (Add missing units in commonIncludeVars.H) This updates comments in KPP/fulllchem/commonIncludeVars.H with the proper units of each quantity. Signed-off-by: Bob Yantosca --- src/GEOS-Chem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOS-Chem b/src/GEOS-Chem index 3cd802e..60c682c 160000 --- a/src/GEOS-Chem +++ b/src/GEOS-Chem @@ -1 +1 @@ -Subproject commit 3cd802eb4a9b7a226254fc3938778c8db8c07cf2 +Subproject commit 60c682c329976d5dc632a429c4a235c756d1090b From db9aca99a8df2c4fa1be97f36c6e1d1ae3465887 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Fri, 8 Dec 2023 10:41:39 -0500 Subject: [PATCH 2/6] GEOS-Chem submod update: Read Hg restarts from v2023-12 folder This commit informs the GCClassic superproject about the following commits that were pushed to the GitHub geoschem/geos-chem repository: c98fcce0a Merge PR #2059 (Now read Hg restarts from v2023-12 folder) This adds an update for the Hg simulation to use well-spun-up initial conditions from ExtData/GEOSCHEM_RESTARTS/v2023-12. Signed-off-by: Bob Yantosca --- src/GEOS-Chem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOS-Chem b/src/GEOS-Chem index 60c682c..c98fcce 160000 --- a/src/GEOS-Chem +++ b/src/GEOS-Chem @@ -1 +1 @@ -Subproject commit 60c682c329976d5dc632a429c4a235c756d1090b +Subproject commit c98fcce0af9d68d8ab71726275747f3822c99399 From 8774cc3017403312ee048ccbdce897d5a6e15ce2 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Mon, 11 Dec 2023 18:07:05 -0500 Subject: [PATCH 3/6] GEOS-Chem submod update: Reduce timers to essential list only This commit informs the GCClassic superproject about the following commits that were pushed to the GitHub geoschem/geos-chem repository: 69ae58a1b Merge PR #2069 (Reduce timers to essential list only) PR #2069 removes several GEOS-Chem Classic timers that were not being used for benchmark statistics. Signed-off-by: Bob Yantosca --- src/GEOS-Chem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOS-Chem b/src/GEOS-Chem index c98fcce..69ae58a 160000 --- a/src/GEOS-Chem +++ b/src/GEOS-Chem @@ -1 +1 @@ -Subproject commit c98fcce0af9d68d8ab71726275747f3822c99399 +Subproject commit 69ae58a1be3b3180c495c70cb9796dac99c369d0 From 8a56bd35c91c9a3dd0fd090fbf67a30097d242f1 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Thu, 21 Dec 2023 12:54:12 -0500 Subject: [PATCH 4/6] GEOS-Chem submod update: Merge PR #2058 (TransportTracers in GEOS) This commit informs the GCClassic superproject about the following commits that were pushed to the GitHub geoschem/geos-chem repository: c5dca3a84 Merge PR #2058 (GEOS-Chem Transport Tracers simulation GEOS) This PR only affects GEOS-Chem in GEOS. Signed-off-by: Bob Yantosca --- src/GEOS-Chem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOS-Chem b/src/GEOS-Chem index 69ae58a..c5dca3a 160000 --- a/src/GEOS-Chem +++ b/src/GEOS-Chem @@ -1 +1 @@ -Subproject commit 69ae58a1be3b3180c495c70cb9796dac99c369d0 +Subproject commit c5dca3a84281e35e7357f319c9cc54c8f3dc6acb From 5496180b1faf46f7e6664da7942a4da1b5d33b7c Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Thu, 21 Dec 2023 12:56:49 -0500 Subject: [PATCH 5/6] GEOS-Chem submod update: Merge PR #2084 (Fix exe name in int tests) This commit informs the GCClassic superproject about the following commits that were pushed to the GitHub geoschem/geos-chem repository: be203a9d9 Merge PR #2084 (Use rundir to generate executable file name in tests) This PR fixes an issue in integration tests that caused the wrong executable file to be placed in rundirs. Signed-off-by: Bob Yantosca --- src/GEOS-Chem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOS-Chem b/src/GEOS-Chem index c5dca3a..be203a9 160000 --- a/src/GEOS-Chem +++ b/src/GEOS-Chem @@ -1 +1 @@ -Subproject commit c5dca3a84281e35e7357f319c9cc54c8f3dc6acb +Subproject commit be203a9d97a8b8f6f5a01afa5f339fbfc7e5ff5c From 457a61078c6884d25fc4560cd67211792ba2f90d Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Wed, 3 Jan 2024 16:46:18 -0500 Subject: [PATCH 6/6] GEOS-Chem submod update: Merge PR #2095 (Increase time in GCHP int tests) This commit informs the GCClassic superproject about the following commits that were pushed to the GitHub geoschem/geos-chem repository: def47a064 Merge PR #2095 (Update time limits for GCHP integration tests) This increases the requested time for GCHP integration tests in order to better prevent the tests timing out in computational queues. Signed-off-by: Bob Yantosca --- src/GEOS-Chem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOS-Chem b/src/GEOS-Chem index be203a9..def47a0 160000 --- a/src/GEOS-Chem +++ b/src/GEOS-Chem @@ -1 +1 @@ -Subproject commit be203a9d97a8b8f6f5a01afa5f339fbfc7e5ff5c +Subproject commit def47a064980b4c1d6992d28459508ed287d4b54