From e0d95b11393585e8b88f00664030a27964645b98 Mon Sep 17 00:00:00 2001 From: XiaqiongZhou-NOAA <48254930+XiaqiongZhou-NOAA@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:37:40 -0400 Subject: [PATCH 1/5] Dycore semi-implicit solver update (#648) * update dycore: semi-implicit solver update --- atmos_cubed_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_cubed_sphere b/atmos_cubed_sphere index 9d5bed8e9..bff637142 160000 --- a/atmos_cubed_sphere +++ b/atmos_cubed_sphere @@ -1 +1 @@ -Subproject commit 9d5bed8e932a188d714c8c8a770e44801dab4750 +Subproject commit bff637142cc29e60c6d69f7f13ed5837cbb088d7 From 832803b1611faa135309674ee5e4c3a072b55523 Mon Sep 17 00:00:00 2001 From: Jili-Dong <126518707+Jili-Dong@users.noreply.github.com> Date: Mon, 1 May 2023 19:34:07 -0400 Subject: [PATCH 2/5] update atmos_cubed_sphere to better handle data source for regional model LBC processing (#646) * update atmos_cubed_sphere to better handle data source for regional model LBC processing --- atmos_cubed_sphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmos_cubed_sphere b/atmos_cubed_sphere index bff637142..bdeee64e8 160000 --- a/atmos_cubed_sphere +++ b/atmos_cubed_sphere @@ -1 +1 @@ -Subproject commit bff637142cc29e60c6d69f7f13ed5837cbb088d7 +Subproject commit bdeee64e860c5091da2d169b1f4307ad466eca2c From 160b422dc1d294623cc8ebfabfbe7d28d7c65c62 Mon Sep 17 00:00:00 2001 From: Qingfu Liu Date: Tue, 9 May 2023 14:31:43 -0400 Subject: [PATCH 3/5] Physics (PBL, Convection and Microphysics) Update for HR2 (#653) * This PR is created due to the ccpp-physics update for HR2 * PBL, Convection and Microphysics Update --- ccpp/physics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccpp/physics b/ccpp/physics index eda81a58a..3a306a493 160000 --- a/ccpp/physics +++ b/ccpp/physics @@ -1 +1 @@ -Subproject commit eda81a58a1e3dd87c945f0d9cc43d53a1c858d65 +Subproject commit 3a306a493a9a0b6c3c39c7b50d356f0ddb7c5c94 From 2f30885f9a057f3ec33c4dc9772eb3247b696640 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Tue, 27 Jun 2023 13:19:40 -0400 Subject: [PATCH 4/5] update .gitmodules for testing --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bdc7fc698..3e283b597 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,7 +11,7 @@ #url = https://github.com/NCAR/ccpp-physics #branch = main url = https://github.com/grantfirl/ccpp-physics - branch = ufs-dev-PR26 + branch = ufs-dev-PR65 [submodule "upp"] path = upp url = https://github.com/NOAA-EMC/UPP From 0b44d244cfb57573f786deb2a62071c61ff82565 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Fri, 7 Jul 2023 17:08:04 -0400 Subject: [PATCH 5/5] update ccpp/physics submodule pointer and revert .gitmodules --- .gitmodules | 6 ++---- ccpp/physics | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3e283b597..6bb663df1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,10 +8,8 @@ branch = main [submodule "ccpp/physics"] path = ccpp/physics - #url = https://github.com/NCAR/ccpp-physics - #branch = main - url = https://github.com/grantfirl/ccpp-physics - branch = ufs-dev-PR65 + url = https://github.com/NCAR/ccpp-physics + branch = main [submodule "upp"] path = upp url = https://github.com/NOAA-EMC/UPP diff --git a/ccpp/physics b/ccpp/physics index c5566ab44..9b77c4eba 160000 --- a/ccpp/physics +++ b/ccpp/physics @@ -1 +1 @@ -Subproject commit c5566ab449a9913bf537c4c38d83145f3283d27c +Subproject commit 9b77c4ebaa3788c86ecd589ae37221f9c886f6d9