From 18d188615830941ed494dff5f69a0b5be65c93fe Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Fri, 31 Mar 2023 19:52:02 +0000 Subject: [PATCH 1/8] point atmos_cubed_sphere to developer's fork --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 22c723ac1..cbe0ff94b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "atmos_cubed_sphere"] path = atmos_cubed_sphere - url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere +# url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere + url = https://github.com/Jili-Dong/GFDL_atmos_cubed_sphere.git branch = dev/emc [submodule "ccpp/framework"] path = ccpp/framework From 3a3e9dd6e814b1c8afd86d7aa0056ae297e98247 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Tue, 18 Apr 2023 18:16:40 +0000 Subject: [PATCH 2/8] point atmos_cubed_sphere to rrfs_dev branch --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cbe0ff94b..61a63a0f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = atmos_cubed_sphere # url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere url = https://github.com/Jili-Dong/GFDL_atmos_cubed_sphere.git - branch = dev/emc + branch = rrfs_dev [submodule "ccpp/framework"] path = ccpp/framework url = https://github.com/NCAR/ccpp-framework From beff61cd41493a80f1d4ea4c7b709652e20e714d Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Tue, 18 Apr 2023 18:20:17 +0000 Subject: [PATCH 3/8] update atmos_cubed_sphere --- atmos_cubed_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_cubed_sphere b/atmos_cubed_sphere index 9d5bed8e9..1377713c7 160000 --- a/atmos_cubed_sphere +++ b/atmos_cubed_sphere @@ -1 +1 @@ -Subproject commit 9d5bed8e932a188d714c8c8a770e44801dab4750 +Subproject commit 1377713c79411aac85a8a06d36fca28ea854f4f1 From 338f12c942be6fb7273a1ab95185c3ee6f25c6ba Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Wed, 19 Apr 2023 00:12:50 +0000 Subject: [PATCH 4/8] update atmos_cube_sphere --- atmos_cubed_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_cubed_sphere b/atmos_cubed_sphere index 1377713c7..21beb4875 160000 --- a/atmos_cubed_sphere +++ b/atmos_cubed_sphere @@ -1 +1 @@ -Subproject commit 1377713c79411aac85a8a06d36fca28ea854f4f1 +Subproject commit 21beb487526aa0a93d7e1e876c16359d37f8e081 From 30987b0d79261a63d4709bef39cde20c5f324a39 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Wed, 19 Apr 2023 16:58:16 +0000 Subject: [PATCH 5/8] update atmos_cubed_sphere --- atmos_cubed_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_cubed_sphere b/atmos_cubed_sphere index 21beb4875..8d4e57988 160000 --- a/atmos_cubed_sphere +++ b/atmos_cubed_sphere @@ -1 +1 @@ -Subproject commit 21beb487526aa0a93d7e1e876c16359d37f8e081 +Subproject commit 8d4e5798873881a420a2c4831b215c7974236daa From 2233a97d598ca3947250e4299d064d68b4ae18b3 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Fri, 21 Apr 2023 12:37:43 +0000 Subject: [PATCH 6/8] update atmos_cubed_sphere --- atmos_cubed_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_cubed_sphere b/atmos_cubed_sphere index 8d4e57988..a0c436459 160000 --- a/atmos_cubed_sphere +++ b/atmos_cubed_sphere @@ -1 +1 @@ -Subproject commit 8d4e5798873881a420a2c4831b215c7974236daa +Subproject commit a0c436459f8f23ddde9b5d6214e7556c2480f0ba From 3b0d4c791fbbd6ee8a990832a2476af5feb65010 Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Mon, 1 May 2023 22:18:10 +0000 Subject: [PATCH 7/8] revert gitmodule for atmos_cubed_sphere --- .gitmodules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 61a63a0f8..22c723ac1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,7 @@ [submodule "atmos_cubed_sphere"] path = atmos_cubed_sphere -# url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere - url = https://github.com/Jili-Dong/GFDL_atmos_cubed_sphere.git - branch = rrfs_dev + url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere + branch = dev/emc [submodule "ccpp/framework"] path = ccpp/framework url = https://github.com/NCAR/ccpp-framework From 8a696e272b08af357d94bbf96ada90adb20ceeed Mon Sep 17 00:00:00 2001 From: Jili Dong Date: Mon, 1 May 2023 22:23:13 +0000 Subject: [PATCH 8/8] point to correct atmos_cubed_sphere hash --- atmos_cubed_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_cubed_sphere b/atmos_cubed_sphere index e83dcc0fb..bdeee64e8 160000 --- a/atmos_cubed_sphere +++ b/atmos_cubed_sphere @@ -1 +1 @@ -Subproject commit e83dcc0fb6a74d57f710ee62057c4b823c5efed4 +Subproject commit bdeee64e860c5091da2d169b1f4307ad466eca2c