From 2429d661d1758c22935558df75f6b66bd710ac11 Mon Sep 17 00:00:00 2001 From: jkbk2004 Date: Fri, 15 Nov 2024 14:42:41 -0600 Subject: [PATCH] fix gitmodules to point to physics feature branch --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 22c723ac1..49aa5ac8e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,8 +8,10 @@ branch = main [submodule "ccpp/physics"] path = ccpp/physics - url = https://github.com/ufs-community/ccpp-physics - branch = ufs/dev + #url = https://github.com/ufs-community/ccpp-physics + #branch = ufs/dev + url = https://github.com/tsga/ccpp-physics + branch = feature/lnd_iau [submodule "upp"] path = upp url = https://github.com/NOAA-EMC/UPP