From 98f7acdd9f027dde73d3af9c88bec23ad2b76215 Mon Sep 17 00:00:00 2001 From: WenMeng-NOAA <48260754+WenMeng-NOAA@users.noreply.github.com> Date: Wed, 5 Jan 2022 14:28:46 -0500 Subject: [PATCH] Disable recursive checkout on gtg code (#427) --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index ab0321a73..2c09fa095 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "sorc/post_gtg.fd"] path = sorc/post_gtg.fd url = https://github.com/NCAR/UPP_GTG + update = none