From 914ef16ebd1155f108d23f760487f49480fefc8f Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 19 Jul 2019 10:36:35 -0400 Subject: [PATCH] Fixes #1. Enable sparse checkout of NCEP_Shared and GMAO_Shared This adds two files for the sparsing of `NCEP_Shared` and `GMAO_Shared` Seems to work. Yay me. --- Externals.cfg | 2 ++ config/GMAO_Shared.sparse | 8 ++++++++ config/NCEP_Shared.sparse | 7 +++++++ 3 files changed, 17 insertions(+) create mode 100644 config/GMAO_Shared.sparse create mode 100644 config/NCEP_Shared.sparse diff --git a/Externals.cfg b/Externals.cfg index 1b118916..0fae24c2 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -19,6 +19,7 @@ repo_url = git@github.com:GEOS-ESM/NCEP_Shared.git local_path = ./src/Shared/@NCEP_Shared branch = master protocol = git +sparse = ../../../config/NCEP_Shared.sparse [GMAO_Shared] required = True @@ -26,6 +27,7 @@ repo_url = git@github.com:GEOS-ESM/GMAO_Shared.git local_path = ./src/Shared/@GMAO_Shared branch = master protocol = git +sparse = ../../../config/GMAO_Shared.sparse [MAPL] required = True diff --git a/config/GMAO_Shared.sparse b/config/GMAO_Shared.sparse new file mode 100644 index 00000000..9ee2012a --- /dev/null +++ b/config/GMAO_Shared.sparse @@ -0,0 +1,8 @@ +/* +!/GMAO_ncdiag +!/GMAO_ods +!/GMAO_psas +!/GMAO_pyobs +!/GEOS_Pert +!/arpack +!/pnagpack diff --git a/config/NCEP_Shared.sparse b/config/NCEP_Shared.sparse new file mode 100644 index 00000000..f2d558ae --- /dev/null +++ b/config/NCEP_Shared.sparse @@ -0,0 +1,7 @@ +!/* +/NCEP_sp +/NCEP_w3 +/NCEP_bacio +/NCEP_sfcio +/NCEP_sigio +/CMakeLists.txt