Skip to content

Commit

Permalink
Merge pull request #2 from GEOS-ESM/feature/mathomp4/#1-sparse-checkout
Browse files Browse the repository at this point in the history
Fixes #1. Enable sparse checkout of NCEP_Shared and GMAO_Shared
  • Loading branch information
bena-nasa authored Jul 22, 2019
2 parents c541892 + 914ef16 commit 9f8cdd9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ 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
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
Expand Down
8 changes: 8 additions & 0 deletions config/GMAO_Shared.sparse
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
!/GMAO_ncdiag
!/GMAO_ods
!/GMAO_psas
!/GMAO_pyobs
!/GEOS_Pert
!/arpack
!/pnagpack
7 changes: 7 additions & 0 deletions config/NCEP_Shared.sparse
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!/*
/NCEP_sp
/NCEP_w3
/NCEP_bacio
/NCEP_sfcio
/NCEP_sigio
/CMakeLists.txt

0 comments on commit 9f8cdd9

Please sign in to comment.