From 4f518c9351062b3d862cdf3d8b0977066266c928 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 23 Nov 2021 15:29:47 -0700 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 f5313ef2d..61ad03a00 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-GSL/fv3atm - branch = gsl/develop + #url = https://github.com/NOAA-GSL/fv3atm + #branch = gsl/develop + url = https://github.com/climbfuji/fv3atm + branch = mike_gsl_develop_SSGWD_bugfix [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 806b3f349..01d9a8c02 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 806b3f3493db61e837da6fa22ef624d3a8056aad +Subproject commit 01d9a8c02455c40d7087f682032e502370d44865 From 78f4577084caf910bfe4710c948e6e36f710a098 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 24 Nov 2021 07:19:01 -0700 Subject: [PATCH 2/2] Revert .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 61ad03a00..f5313ef2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NOAA-GSL/fv3atm - #branch = gsl/develop - url = https://github.com/climbfuji/fv3atm - branch = mike_gsl_develop_SSGWD_bugfix + url = https://github.com/NOAA-GSL/fv3atm + branch = gsl/develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 01d9a8c02..07ed3e88c 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 01d9a8c02455c40d7087f682032e502370d44865 +Subproject commit 07ed3e88ce61d2e50efce4f28ae11b9d0965b1d6