From 1c2bde97757b0270da049c93da56a5ce481ff294 Mon Sep 17 00:00:00 2001 From: Bruce Perry Date: Wed, 18 Sep 2024 14:24:27 -0600 Subject: [PATCH] shallow submodule clones --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 92e06008c..f96430215 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,16 @@ [submodule "Submodules/AMReX"] path = Submodules/AMReX url = https://github.com/amrex-codes/amrex.git + shallow = true [submodule "Submodules/YAKL"] path = Submodules/YAKL url = https://github.com/mrnorman/YAKL + shallow = true [submodule "Submodules/RRTMGP"] path = Submodules/RRTMGP url = https://github.com/E3SM-Project/rte-rrtmgp + shallow = true [submodule "Submodules/WW3"] path = Submodules/WW3 url = https://github.com/erf-model/WW3 + shallow = true