From ab7bed612ad8e25a09cb55055dbd901adf77b1d5 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 4 Jun 2020 21:19:45 -0600 Subject: [PATCH 1/2] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8a3a77983d..9533029fdd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-GSD/fv3atm - branch = gsd/develop + #url = https://github.com/NOAA-GSD/fv3atm + #branch = gsd/develop + url = https://github.com/climbfuji/fv3atm + branch = radcloud_cleanup [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index eca86daae7..1d72809bd3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit eca86daae71f79b0d796fb320a45bd0235b55946 +Subproject commit 1d72809bd3058082680910e510a75ada5e4edb28 From 13fb4ab67d2d88cf750f563ed522cbbea1476bf3 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 5 Jun 2020 13:53:26 -0600 Subject: [PATCH 2/2] Revert change to .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9533029fdd..8a3a77983d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NOAA-GSD/fv3atm - #branch = gsd/develop - url = https://github.com/climbfuji/fv3atm - branch = radcloud_cleanup + url = https://github.com/NOAA-GSD/fv3atm + branch = gsd/develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 1d72809bd3..170500c4d2 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1d72809bd3058082680910e510a75ada5e4edb28 +Subproject commit 170500c4d2d90b0a583c9f3ef5c7d2103539af98