From 4d90892b0774d9b803336ea293ee2a903bcd6c7d Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 18 Mar 2024 16:24:25 -0400 Subject: [PATCH 1/3] Fix binary + bit shaving bug --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 9ccb6dad..4c394cfa 100644 --- a/components.yaml +++ b/components.yaml @@ -43,7 +43,7 @@ GEOS_Util: MAPL: local: ./src/Shared/@MAPL remote: ../MAPL.git - tag: v2.44.0 + branch: hotfix/bmauer/fixes-#2657 develop: develop GEOSgcm_GridComp: From 5462216a46b38d0cb0c7596e409f50bd6a965cd7 Mon Sep 17 00:00:00 2001 From: Biljana Orescanin <68251545+biljanaorescanin@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:58:48 -0400 Subject: [PATCH 2/3] use develop for GEOSgcm_GridComp --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 4c394cfa..98df1017 100644 --- a/components.yaml +++ b/components.yaml @@ -49,6 +49,6 @@ MAPL: GEOSgcm_GridComp: local: ./src/Components/GEOSldas_GridComp/@GEOSgcm_GridComp remote: ../GEOSgcm_GridComp.git - branch: bugfix/rreichle/snow_excs + branch: develop sparse: ./config/GEOSgcm_GridComp_ldas.sparse develop: develop From 13b9b94feb2d421f99ad3913244ef0ed62372410 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 20 Mar 2024 09:52:42 -0400 Subject: [PATCH 3/3] Update to MAPL 2.44.1 --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 98df1017..36d4d1e6 100644 --- a/components.yaml +++ b/components.yaml @@ -43,7 +43,7 @@ GEOS_Util: MAPL: local: ./src/Shared/@MAPL remote: ../MAPL.git - branch: hotfix/bmauer/fixes-#2657 + tag: v2.44.1 develop: develop GEOSgcm_GridComp: