From 493b4fdb84eebec9d22e0c1db93994ca2c42feda Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Tue, 9 Jul 2024 17:32:01 -0400 Subject: [PATCH] Submod updates: Merge GEOS-Chem PR #2353 and Cloud-J PR #19 This commit informs the GCHP superproject about the following commits that were pushed to the GitHub geoschem/geos-chem repository: 5b3987feb Merge PR #2353 (Cloud-J error handling) And to the geoschem/Cloud-J repository: 5eabcbe Merge pull request #19 from geoschem/feature/error_handling These PRs return the error code from Cloud-J all the way out to the main program, where the simulation can be terminated gracefully. Signed-off-by: Bob Yantosca --- src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J | 2 +- src/GCHP_GridComp/GEOSChem_GridComp/geos-chem | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J b/src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J index 2d7599717..5eabcbe1b 160000 --- a/src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J +++ b/src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J @@ -1 +1 @@ -Subproject commit 2d75997172ec4af590b1aba65d9ebf65773a4bf2 +Subproject commit 5eabcbe1b12f674a24f6afa85a63ba8c0e3884fa diff --git a/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem b/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem index f78052f59..5b3987feb 160000 --- a/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem +++ b/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem @@ -1 +1 @@ -Subproject commit f78052f598e27b699fc535d8477fa7ddf062a8d0 +Subproject commit 5b3987febe19a1d6042331c78ed438f49bbc2cd1